JavaScript Backend — Roadmap

6 phases · 22–30 weeks · JS fundamentals → Node.js → APIs → Databases → Advanced → Job ready

Overall progress 0 / 0 topics
Phase 1
JS Core
3–4 wks
Phase 2
Node.js
3–4 wks
Phase 3
APIs
4–5 wks
Phase 4
Databases
4–5 wks
Phase 5
Advanced
4–5 wks
Phase 6
Job Ready
3–4 wks
Ph1 · JS Core · 3–4w Ph2 · Node.js · 3–4w Ph3 · APIs · 4–5w Ph4 · DBs · 4–5w Ph5 · Advanced · 4–5w Ph6 · Job Ready · 3–4w
Before you write a single line of Node.js — nail these JS fundamentals
Variables: var vs let vs const Functions & Arrow Functions Promises & async/await Closures & Scope this keyword Destructuring & Spread ES Modules (import/export) Array methods (map, filter, reduce) Error handling (try/catch) JSON