What skills do you need to master for 15k PHP?
1. Linux
In addition to regular operations and performance monitoring and tracking, you can also use many advanced and complex commands to complete work under Linux (watch/tcpdump/starce / ldd/ar, etc.);
In terms of shell scripts, I have been able to write relatively complex shell scripts (more than 500 lines) to assist in completing many shells including backup, automated processing, monitoring, etc.;
Have become proficient in applications such as awk/sed/perl, and can freely operate, control, process, and process text statistics and analyze data in various complex formats;
Have some understanding of the internal mechanisms of Linux, and can load kernel modules. There is basic processing of startup error handling, etc.; at the same time, I also understand some other related things, such as NFS, disk management, etc.
2. Nginx
You can consider focusing on in-depth study of the working principle of Nginx, mainly starting from reading the source code, such as the specific master/worker working mechanism, Nginx internal event processing, Memory management, etc.;
At the same time, you can learn the development of Nginx extensions and customize some of your own private extensions; at the same time, you can have a certain degree of understanding of Nginx Lua and see if you can combine and apply it to create a better model.
3. MySQL/MongoDB
In terms of MySQL applications, in addition to the previous basic SQL optimization, it can also complete some complex operations, such as the import and export of large batches of data, and online large batches of data. High-risk operations such as changing the table structure or adding or deleting index fields;
In addition to installation and configuration, it has been able to handle more complex MySQL problems, such as tracing various problems, solving master-slave synchronization delay problems, and cross- Computer room synchronization data scheme, MySQL high-availability architecture, etc. are all involved and understood;
is familiar with the MySQL application level and the core key technologies of MySQL, such as transaction mechanisms (isolation levels, locks, etc.), triggers, Have a certain understanding and application of partitioning and other technologies.
4. Redis/Memcached
Because Memcached is not particularly complicated, it is recommended to read the source code, especially the memory management part, to facilitate in-depth understanding;
Redis part, you can Do more applications of complex data structures (zset is used for ranking ranking operations/transaction processing to ensure atomicity in flash sale scenario applications); more learning applications involving synchronization mechanisms such as aof, design a high-level Available Redis application architectures and clusters.
5. PHP
In terms of basic code application, it can solve 95% of the problems encountered in PHP development and understand most of the PHP skills; it can handle most of the PHP frameworks. Get started quickly within one day, and understand the advantages and disadvantages of each mainstream PHP framework, which can quickly facilitate technology selection in project development;
In terms of configuration, understand some relatively unconventional configuration options (php auto_prepend_file/ auto_append_file), including some complex advanced configurations and principles in extensions.
Have a good understanding of the working mechanism of php, including the working mechanism of php-fpm (such as the calculation and principle of php-fpm starting the number of processes under different configuration machines), and have a basic familiarity with the zend engine (vm/gc/stream Processing), have read the basic PHP kernel source code (or read related articles), have an understanding of the implementation of most core data structures (basic types/Array/Object) of PHP's internal mechanisms, and have knowledge of the core infrastructure (zval/hashtable/gc ) have in-depth study and understanding.
6. C/C
Be able to have a deeper understanding of the C/C language and be able to complete the development of small and medium-sized C/C systems; in addition to the basic foundation of the second stage C/C syntax and data structure, you can also learn some special data structures (b-tree/rb-tree/skiplist/lsm-tree/trie-tree, etc.) to facilitate your needs in special work;
In the system In terms of programming, be familiar with multi-process and multi-thread programming; understand most of the communication methods between multi-processes in multi-process situations, and be able to flexibly choose communication methods (shared memory/semaphore/pipeline, etc.);
Multi-threading Programming can solve lock conflict problems well, and be able to develop and debug multi-threaded programs; at the same time, you are familiar with network programming, understand the differences and selections of multi-process models/multi-thread models/asynchronous network IO models, and be familiar with different asynchronous networks The principles and differences of IO models (select/poll/epoll/iocp, etc.), and familiar with common asynchronous frameworks (ACE/ICE /libev/libevent/libuv/Boost.ASIO, etc.) and their uses. If you have free time, you can also take a look at some domestic products Self-developed libraries (such as muduo);
can also design high-concurrency program architecture (leader-follow/master-worker, etc.); understand most of the problems in C/C back-end server development (memory Management, log printing, high concurrency, front-end and back-end communication protocols, service monitoring), and know the RPC communication issues of each back-end service (struct/http/thirft/protobuf, etc.).
7. Front-end
In-depth understanding of the HTTP protocol (including the special protocol codes of each detailed protocol and the reasons behind it, such as 302 static files are cached, 502 means that php behind nginx is down, etc.); In addition to the previous front-end aspects of various framework application integration capabilities.
Recommended tutorial: PHP tutorial
The above is the detailed content of What skills do you need to master for 15k PHP?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

PHP is widely used in e-commerce, content management systems and API development. 1) E-commerce: used for shopping cart function and payment processing. 2) Content management system: used for dynamic content generation and user management. 3) API development: used for RESTful API development and API security. Through performance optimization and best practices, the efficiency and maintainability of PHP applications are improved.

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

PHP is still dynamic and still occupies an important position in the field of modern programming. 1) PHP's simplicity and powerful community support make it widely used in web development; 2) Its flexibility and stability make it outstanding in handling web forms, database operations and file processing; 3) PHP is constantly evolving and optimizing, suitable for beginners and experienced developers.

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

PHP and Python have their own advantages and disadvantages, and the choice depends on project needs and personal preferences. 1.PHP is suitable for rapid development and maintenance of large-scale web applications. 2. Python dominates the field of data science and machine learning.

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.
