S
S
S2021-10-27 14:52:33
IT education
S, 2021-10-27 14:52:33

How to teach backend development correctly?

Here I am currently learning the basics of php. Now I need to start learning how to work with a database like mysql. Or do you need to learn SQL first and then database?
PS Connected local mysql already to php. Right now I want to start practicing on a real backend. Any mysql sql resources? good ones

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman Fear, 2021-10-27
@Kypidon4ik

You take any site ready (or from the tasks that are sent by hr or you look on the internet yourself) and try to implement it yourself completely. The best teacher is practice! Questions arise, google, watch videos, and so on.

A
Alexander Prokhorovich, 2021-10-27
@alexgp13

No need to separate SQL, mySQL and database in the backend context) At this stage, learn how to interact with the database - learn connection commands in PHP and simple SQL syntax like SELECT, INSERT, DELETE, CREATE.
And correctly they said about the experience, if you already have knowledge of PHP, then you can try to implement a real project.

D
Denis Ineshin, 2021-11-01
@IonDen

Perhaps this roadmap will help you: https://roadmap.sh/backend
everything is collected here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question