D
D
Dmitriy2019-11-09 01:30:37
PHP
Dmitriy, 2019-11-09 01:30:37

What do you need to know for a PHP Developer?

What you need to know to become a Junior PHP beginner.
I am learning PHP/MySQL.
Now I understand MVC + OOP. I write a blog/social network.
I plan to take a course on Udemy and learn laravel on laracasts.
How to most effectively move to the first job, you won’t go far on one course.
Please advise some resources, books for learning PHP and books for mathematical bases, algorithms, patterns?
What to focus on?
Thanks

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
index0h, 2019-11-09
@dmitriyuvin

Wouldn't hurt: https://github.com/index0h/php-conventions

D
Daria Motorina, 2019-11-09
@glaphire

This question has been raised on the toaster many times, read the links
Separately, you can highlight this question and the answers to it, you can also google books on the toaster - on algorithms, patterns, advanced php, unit test, mysql, etc.

S
Sergey Nizhny Novgorod, 2019-11-09
@Terras

Let's take an idea: To upload data from some API service.
We take the conditional Symfony/Laravel as the main platform.
1) We need to make a web face of our service (Html ​​+ css + js + MVC from the side of the platform)
2) We need to register users in the system (Registration process, sessions, cookies)
3) We need to store information about the user somewhere (connecting the database to the platform)
4) We need business logic inside the service (We study dependency injection and other delights).
5) We need some libraries for smart JSON parsing, etc.
__
6) Upload it all to the hosting (we study the process of buying a domain, hosting, setting up a certificate).
7) We raise our platform on the hosting and launch it (we study basic manipulations with Linux).
__
Done. I mastered my own project, they will already take it as a junior.

A
Anton R., 2019-11-09
@anton_reut

to become a Junior PHP beginner
you have to get up the nerve right now and start going to interviews , otherwise you will endlessly study and prepare for work, but you will never start it yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question