Our website is divided into front-end and back-end. Together they can build an independent website. In the recruitment positions, front-end and back-end are recruited separately, including front-end designers and PHP back-end engineers. If you can complete a website independently, you are a full-stack engineer. Okay, let’s take a look at the specific knowledge points involved in building a web:
Front-end:
Basic knowledge includes: HTML, CSS, Javascript, the mainstream front-end frameworks for applications include bootstrap, semantic, etc.
With these basic knowledge, you can design static pages. (Recommended learning:PHP programming from entry to proficiency)
Backend:
LNMP, which refers to Nginx MySQL PHP under Linux system A website server architecture. In addition to the LNMP architecture, you also need to understand redis knowledge.
Linux:
Will be able to operate basic commands, remotely connect to the terminal, view processes, file directories and other operations.
MySQL:
The place where data is stored, including addition, deletion, modification, query, join table operation commands, etc.
Nginx:
Master the commands to install and configure nginx, view services, start services, etc., and know the basic nginx core configuration options.
PHP:
Basic core skills, basic syntax array, string, database, XML, Socket, GD/ImageMgk image processing, etc.
Redis:
Data structure server, understand its application scope and basic data storage structure.
The above is the detailed content of What knowledge does PHP major need to master?. For more information, please follow other related articles on the PHP Chinese website!