Home » Language IDEs » PHP Development Tools (PDT) » What should a PHP developer know?
What should a PHP developer know? [message #1835522] |
Sat, 05 December 2020 18:30 |
daniel oxi Messages: 1 Registered: December 2020 |
Junior Member |
|
|
Hi,
I work with PHP for about 3 years now, and I feel like I'm stagnating as a programmer. I develop sites with Codeigniter and Yii but otherwise I feel I'm doing the same thing over and over again, and I'm afraid that I will be an expert beginner forever.
What I think I should look into: dependency management, design patterns, advanced caching techniques. Are these senior level topics or should I already know these after 3 years?
Can you recommend me other topics to look into as well as resources that I can use? I would also appreciate a good design patterns/ software architecture book that I can use with PHP? Something like a cookbook, that isn't terribly outdated?
The ones I looked into (Gang of four, Head first Design patterns) seemed too Java biased and I couldn't see how I could use these with PHP development.
Tweakbox Appvalley https://vlc.onl
|
|
|
Re: What should a PHP developer know? [message #1851333 is a reply to message #1835522] |
Sun, 03 April 2022 10:49 |
eat bulaga Messages: 2 Registered: April 2022 |
Junior Member |
|
|
Let's be very biased about this answer ...
1. Strong knowledge of procedural programming theory.
... and more about object-based programming. Without using programming languages, you are not a professional.
2. Strong knowledge of using PHP.net documents.
I think some people know PHP expressions and definitions 100%, you don't need to know. You need to know where to find gaps in your data and how to interpret documents.
There will come a time when you need to explain something about how PHP works with your partner and using documentation will help a lot.
3. Security.
How to prevent a first or second level database attack? How do you prevent XSS attacks? Mastering PHP begins with professional training and integration to store code, databases and file systems.
4. Keep going
A professional can move from error code to troubleshooting, even in unfamiliar frameworks. You fear problems and in return you will find your way.
Learn how to troubleshoot var_dump () and print_r (), create test plans and always know where your error.log file is!
5. Release technique.
This makes it easier when you irritate the OOP, but generates reusable code while keeping values in the variables, not hard coding ... This is an exercise that professionals should do do it on the go, no later.
6. Distinguish between code and html
At least real professionals continue to mix HTML and PHP. It is bad practice to confuse "outsider" with "model" or "control" code. What brings us ...
7. WordPress
Most of the websites you work on are likely to use WordPress. A professional must know how to leave a WordPress template in everything ... here and there ... appreciate and ideally the extra details as well.
Of course, depending on your website how likely you are to use it, you may be more likely to use Drupal or Magento, and the like.
8. Strange things
Ultimately, of course, the strangest and strangest things we know about PHP (and love?) Should be different in nature until you become a professional developer. You need to know clearly why this file_gate_text failed or why there was an error in your mysql application. PHP has a special nature and you have to adapt to it.
united mods guys01 gaming
|
|
| | |
Re: What should a PHP developer know? [message #1859211 is a reply to message #1858870] |
Fri, 19 May 2023 13:21 |
Danial Meruk Messages: 3 Registered: February 2023 |
Junior Member |
|
|
Shiv Technolabs wrote on Thu, 27 April 2023 07:18As a PHP developer, it is essential to possess familiarity with front-end technologies such as HTML, CSS, and Javascript. Proficiency in working with commonly used third-party APIs such as Google, Facebook, and Youtube is also expected. Additionally, strong analytical skills and effective time management abilities are crucial. Excellent communication and problem-solving skills are also necessary for the role.
Know more:
shivlab.com/php-development/
Well, communication is the last thing you need (if you work on your own project.)
My name is not important. Anyway, you can improve your mindset with positive words that start with r.
|
|
|
Re: What should a PHP developer know? [message #1860714 is a reply to message #1851333] |
Mon, 28 August 2023 18:33 |
Gautam Babu Messages: 2 Registered: August 2023 |
Junior Member |
|
|
eat bulaga wrote on Sun, 03 April 2022 10:49Let's be very biased about this answer ...
1. Strong knowledge of procedural programming theory.
... and more about object-based programming. Without using programming languages, you are not a professional.
2. Strong knowledge of using PHP.net documents.
I think some people know PHP expressions and definitions 100%, you don't need to know. You need to know where to find gaps in your data and how to interpret documents.
There will come a time when you need to explain something about how PHP works with your partner and using documentation will help a lot.
3. Security.
How to prevent a first or second level database attack? How do you prevent XSS attacks? Mastering PHP begins with professional training and integration to store code, databases and file systems.
4. Keep going
A professional can move from error code to troubleshooting, even in unfamiliar frameworks. You fear problems and in return you will find your way.
Learn how to troubleshoot var_dump () and print_r (), create test plans and always know where your error.log file is!
5. Release technique.
This makes it easier when you irritate the OOP, but generates reusable code while keeping values in the variables, not hard coding ... This is an exercise that professionals should do do it on the go, no later.
6. Distinguish between code and html
At least real professionals continue to mix HTML and PHP. It is bad practice to confuse "outsider" with "model" or "control" code. What brings us ...
7. WordPress
Most of the websites you work on are likely to use WordPress. A professional must know how to leave a WordPress template in everything ... here and there ... appreciate and ideally the extra details as well.
Of course, depending on your website how likely you are to use it, you may be more likely to use Drupal or Magento, and the like.
8. Strange things
Ultimately, of course, the strangest and strangest things we know about PHP (and love?) Should be different in nature until you become a professional developer. You need to know clearly why this file_gate_text failed or why there was an error in your mysql application. PHP has a special nature and you have to adapt to it.
This is an amazing way to answer this question. Great one. I would like to add something to this:
Learning the 'hard' technical skills is one aspect of becoming a high-level PHP developer, but you're unlikely to get to the top without the right set of complementary 'soft' skills. One of these is problem-solving, which is crucial in all web development. As a PHP developer, you're going to face unexpected issues that you'll need to fix - how you go about doing that will play a major role in how valuable you are on a development project. Critical thinking - being able to analyze and evaluate different solutions to a problem to come up with the most effective one - is also important for writing quality code.
https://how2invest.onl
|
|
|
Re: What should a PHP developer know? [message #1860757 is a reply to message #1853220] |
Fri, 01 September 2023 06:32 |
nest app for pc Messages: 1 Registered: September 2023 |
Junior Member |
|
|
A PHP developer should know the following:
PHP language syntax and semantics: This includes the basic building blocks of PHP, such as variables, functions, and operators.
PHP frameworks: PHP frameworks are a set of pre-written code that can be used to speed up development and make it easier to create complex applications. Some popular PHP frameworks include Laravel, CodeIgniter, and Symfony.
Databases: PHP developers should be familiar with how to interact with databases, such as MySQL, PostgreSQL, and Oracle.
Web development concepts: This includes topics such as HTML, CSS, and JavaScript.
Object-oriented programming: Object-oriented programming (OOP) is a programming paradigm that allows developers to create reusable code. PHP supports OOP, and developers should be familiar with the concepts of classes, objects, and inheritance.
|
|
|
|
|
Goto Forum:
Current Time: Thu Oct 10 01:55:41 GMT 2024
Powered by FUDForum. Page generated in 0.04932 seconds
|