What would you guys suggest that I do to improve my skills as a PHP programmer? I want to develop high quality web apps and I chose PHP programming as my niche. I want to really hone my skills to be one of the best. What do you think I should do?
|
4
|
|||||||
|
|
|
The best programmers don't usually tie themselves to a single language. In fact, most of the skills you need to be a great programmer are completely language-agnostic, and can be used no matter which language you choose for the job. Programming is about solving problems. If a client/boss/co-worker comes to you and says "I need a web application to do _", you need to be able to model the problem, come up with a design for a solution, and then program it. You should be able to do this regardless of whatever language you might choose to program in. In truth, once you understand the fundamental concepts of most modern programming languages, you'll probably find it easy to write good code in any of them! Code is just a by-product of design. The more you analyze structure and flow, and the more you practice designing and implementing your designs, the more you'll find patterns and commonalities and be able to come up with clean, modularized code. Since you have an affinity for PHP, by all means, do this in PHP. For practical suggestions, I would say you should do as much as you can to continue learning:
|
||||||||
|
|
|
Familiar yourself with all the 3rd party tools. jpGraph, PHPMailer, CakePHP, etc. When someone comes up to you and says "I have this here problem..." You should be able to tell them the best solution, which hardly ever involves "rolling your own". Truly mastering a language means knowing how to use the whole language to its fullest and that includes the community contributions. Looking back, it wasn't until I really started using other people's code (via these libraries) that I started really understanding what the language was capable of. |
||
|
|
|
if you want a good programmer ,experiment with lot of different code- Try Everything and think which one is worked well and what hasn't. Read lot of books and blogs in your field(PHP) . The word i like most :Any fool can write code that a computer can understand. Good programmers write code that humans can understand - Fowler |
||
|
|
|
|
Two challenges:
|
||
|
|
|
|
Best of luck. |
||
|
|
|
|
You can read up on my blog http://thephpcode.blogspot.com/ i do loads of crazy testing and so on - including speed tests of php codes, optimization, codes tips. Also, as basics of all programmers, we should learn to format our codes properly, comment as needed and so on. On top of that, brush the manual frequently as they are updates and so on. Do read the user comments on the pages of the PHP manual as there are tips and useful functions that you might want to take note off. You should also take note of good PHP programming practices. Because PHP is so dynamic, you will need to be strict and enforce yourself to follow certain rules and so on. Set rules for yourself - for example a standard Naming Convention, standard coding format and so on. Last but not least, get yourself involved in loads of PHP coding. that way with constant practice, you will be able to program as a good PHP programmer. |
||
|
|
|
|
||
|
|
|
|
10,000 hours of practice. |
||
|
|
|
|
Well one needs to constantly research in the field of interest. A good programmer should always be capable of fine tuning codes written by oneself & others. Basics & fundamentals are priority in any language. An inquisitive mind will also help that is an urge to constantly better oneself. Good Luck!!!! |
||
|
|
|
|
nail down the fundamentals. you should have fun with PHP. |
||
|
|
