+ 1
A guide to backend developer
I am currently learning node js but i confused what i need to do there lot of thing in backend any One give Guidance for me
3 Antworten
+ 2
Watch traversy media web development guide 2020 free available on YouTube.
+ 2
Look, first you have to know all about interacting with APIs, for that you can practice with many free APIs available on the internet, you just have to search on google:
"movies api" or "recipes api"
The most basic API that you can start with is https://jsonplaceholder.typicode.com
after you've mastered that, you can start building your own APIs, you would learn nodejs, then express (nodejs frsmework) and then you would learn a backend templating engine such as "EJS". And as 🇮🇳Vivek🇮🇳 said, watch Traversy Media's tutorials, but first check out The Net Ninja's tutorials coz they are so easy to understand, they are youtubers, check em out.