Answer the question
In order to leave comments, you need to log in
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
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.
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.
Perhaps this roadmap will help you: https://roadmap.sh/backend
everything is collected here.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question