I want a road map, what are the JavaScript courses that I should finish to start directly in Node JS
I want to focus on building backend first
For the road map, you can get help from Developer Roadmaps - roadmap.sh and Career Roadmap - Interactive Learning Paths | Career Paladin , but for specific courses, which you will learn into NodeJS for backend, you should search on YouTube, maybe. I hope you will get. But Scrimba is the best place to learn and of course you should do by your own local machine.
That’s a great idea to focus on the backend! To start with Node.js on the right foot, you need to master modern JavaScript from basic to advanced levels. I’m personally having very positive results with the “Advanced JavaScript” course on Scrimba, which gave me all the necessary foundation through topics like the Event Loop,
import/export, async/await, Promises, Arrow Functions, classes, and essential array methods like .map() and .reduce(). Mastering these concepts is crucial for efficient development.
I highly recommend the “Advanced JavaScript” course on Scrimba, as it covers all of this in a very practical way. You can check out more details and start your journey there: Advanced JavaScript Tutorial: Learn to master complex concepts through this hands-on course with Tom Chant . Happy coding and good luck with the backend!