![]() |
Skills Required for PHP Developer? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Skills Required for PHP Developer? (/showthread.php?tid=73967) |
Skills Required for PHP Developer? - shivambhatele - 06-30-2019 Hello Seniors, Share your personal experience and let me know how it helped you to learn and get more and more proficient with the same. I also want to learn PHP. RE: Skills Required for PHP Developer? - mboufos - 07-01-2019 Hello there, i am coding mostly on php, i love CI . CI is the best of the best, it gives you the basic tools to create the world again!. i learn from youtube, there are some video tutorials about PHP and Codeigniter. If you want to learn fast you have to have a "project target" like for ex. "i want to create a portfolio website" so if you have a target you have to find what you need for it etc ![]() BUT 1st of all you have to like coding becasue if you dont like you will get bored soon ![]() RE: Skills Required for PHP Developer? - InsiteFX - 07-01-2019 1) PHP 2) CSS 3) JavaScript 4) Web Design You can learn a lot from this Web Site: w3schools RE: Skills Required for PHP Developer? - website - 07-01-2019 PHP: https://www.php-fig.org/psr/ https://developer.hyvor.com/tutorials/php/introduction Free pdf - Mastering PHP 7 Pay Practical CodeIgniter 3 CSS/JS: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ https://developer.mozilla.org/en-US/docs/Learn/CSS https://javascript.info/ https://getbootstrap.com/ Good luck ![]() RE: Skills Required for PHP Developer? - Digital_Wolf - 07-01-2019 Here are some more useful links: 1) https://php.net/ 2) https://css-tricks.com/ 3) https://www.javascript.com/ RE: Skills Required for PHP Developer? - includebeer - 07-01-2019 PHP: The Right Way is also a great resource to learn PHP best practice: https://phptherightway.com/ Quote:There’s a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider to be best practices at the present time. RE: Skills Required for PHP Developer? - php_rocs - 07-01-2019 @shivambhatele, For me personally, I've been doing PHP for a very long time. (Prior to tons of free video's and tutorials available online.) I literally purchased a PHP book and read it cover to cover completing all the examples and building all kinds of things ( https://www.amazon.com/PHP-MySQL-Web-Development-4th/dp/0672329166?tag=uuid10-20 - 2nd edition - 2003). Currently, there are many free videos and tutorials that are available to learn PHP. No matter which method you choose the key is to put it to use in the real world. Once you start doing that it will only become a matter of time before you become an expert. I do however have one recommendation. Frameworks are great and they help you to keep things organized and secured. Learn how to code without a framework first and then add the framework as a compliment to what you do. RE: Skills Required for PHP Developer? - InsiteFX - 07-02-2019 Mastering PHP 7 is not a free pdf it is an illegal paid for copy. RE: Skills Required for PHP Developer? - website - 07-02-2019 Sometimes is on: https://www.packtpub.com/free-learning |