Php, rookie, please don't spray questions. Thank you.

I am a little confused after joining the profession for one or two years. I don"t know how to focus on learning something, or to learn some other languages. Do the gods have any good suggestions? thank you

Php
Jun.13,2022

mainly depends on your own goals

  1. go deep into the web backend, in-depth understanding of http-related protocols, infrastructure (nginx, cache and message queue, database, etc.), and understand the cooperation of the front end.
  2. back-end services, in addition to infrastructure, but also to understand micro-services, data consistency, load and disaster recovery (high availability)
  3. full stack, not only understand the back-end development, but also understand the front-end framework, engineering, performance optimization, and so on

it is recommended that you learn a compiled language and compare the language differences with each other. After all, writing PHP is quite different from writing compiled languages.
in addition, for PHP, it is recommended that you learn about MySQL and have the ability to try to take a look at the PHP kernel source code.


Buy a book and read it

Menu