A
A
Almaz Familia2020-11-13 19:47:07
PHP
Almaz Familia, 2020-11-13 19:47:07

Php what to learn after the base?

What to do, where to study if you know the php base (well, I don’t know if it’s a base, but I can create authorization, registration, search, and so on for little things) and I know a little mysql and now I don’t know where I study, I’m marking time, now I’m reading a book

PHP 7 original
and well, I’m creating my own site (just for fun) there’s not a lot of js in php, but I want to dig deeper into php

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Orkhan Hasanli, 2020-11-13
@Almazq

1) strengthen knowledge - html, css, js. Gain experience with them.
2) Strengthen your knowledge of PHP.
3) Learn design patterns (Singleton, Factory, etc.), algorithms and paradigms (OOP, AOP, functional programming)
4) Learn the basics of refactoring (Clean Code), working with git
5) Learn SQL, NoSQL (MongoDB), the basics of working with ORM
6) Learn frameworks. For example, laravel, Yii2, Symfony

A
Alexander, 2020-11-13
@AleksandrB

Read the book, after you understand what OOP, SOLID and MVC are, start learning Laravel. The version is not important. After you can write an online store in laravel, take up the book "Clean code R. Martin". From it you will understand how much shit your code is, write a new one. After that, you grab onto "High Performance MySQL", understand that you don't know anything about the database and remake your online store database for a normal look. In parallel, you read about PSR, docker and caches. And even easier, look at the laravel developer resume and see the requirements (the more abstruse the words, the better), write out the most incomprehensible ones and study them. Actually, then you go to June.

S
Saboteur, 2020-11-13
@saboteur_kiev

Well, you pointed out wordpress.
write your WordPress module, try to make it look nice and readable

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question