Home >Backend Development >PHP Problem >What does php and h5 full stack engineer mean?
What does php and h5 full stack engineer mean?
What is php?
PHP is "Hypertext Preprocessor" and is a general open source scripting language. PHP is a scripting language executed on the server side. It is similar to C language and is a commonly used website programming language. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It is conducive to learning and widely used. It is mainly suitable for the field of web development.
PHP Programmer
PHP Programmer is a programmer who uses PHP as a development language. But often a programmer is not just limited to a certain development language, or divided by a certain development language. However, in order to improve development efficiency, the division of labor among technology companies is becoming increasingly clear, and it is rare for a programmer to develop in multiple languages at the same time.
h5Full-Stack Engineer
Full-stack engineer refers to a person who masters a variety of skills and can use multiple skills to independently complete products. Also called full-end engineer (having both front-end and back-end capabilities), English Full Stack developer.
The development of modern projects requires mastering a variety of technologies. Internet projects require back-end development, front-end development, interface design, product design, databases, various mobile clients, three-screen compatibility, restFul API design, OAuth, etc. For more avant-garde projects, Single Page will also be used Technologies such as Application, Web Socket, HTML5/CSS3, as well as third-party development of WeChat official accounts, Weibo applications, etc.
The Web front-end is far from as simple as cutting a picture and using jQuery to run AJAX compatible with various browsers. For modern Web front-ends, you need to use modular development, multi-screen compatibility, MVC, various complex interactions and optimizations, and you even need to use Node.js to assist front-end development.
For more PHP related knowledge, please visit PHP Chinese website!
The above is the detailed content of What does php and h5 full stack engineer mean?. For more information, please follow other related articles on the PHP Chinese website!