Node.js — resources
roadmap.sh: https://roadmap.sh/nodejs
Books
- Node.js Design Patterns (Mario Casciaro & Luciano Mammino) — the definitive book on idiomatic, scalable Node architecture.
- Node.js in Action (Alex Young et al.) — practical, project-driven walkthrough of the platform.
- The Node.js Handbook (Flavio Copes) — concise, free reference covering the core APIs.
Courses / practice
- Official Node.js Docs & Guides — authoritative, always-current learning material and API reference.
- The Node.js API Reference — canonical docs for every core module.
- NodeSchool Workshoppers — free, self-guided interactive lessons (learnyounode, stream-adventure).
- freeCodeCamp Back End Development and APIs — hands-on Node/Express projects with certification.