Backend Roadmap
Node.js
Learning Path
Follow these concepts in order to master this topic.
1
What is Node.js?2
Installing Node.js3
Node REPL4
Running JavaScript with Node5
The V8 Engine6
Node Architecture7
Modules8
CommonJS9
ES Modules10
package.json11
The Process Object12
Environment Variables13
Global Objects14
File System (fs)15
Path Module16
OS Module17
Events18
EventEmitter19
Streams20
Buffers21
Creating an HTTP Server22
Debugging Node.js23
Node.js Best PracticesDocumentation
Official documentation and references.
Video Courses
Recommended free video courses.
Practice Websites
Practice what you've learned.
Projects
Apply what you've learned by building real projects.
Simple HTTP Server
BeginnerFile Manager CLI
IntermediateREST API Without Express
Advanced