Full Stack — resources
roadmap.sh: https://roadmap.sh/full-stack
Books
- Eloquent JavaScript (Marijn Haverbeke) — a rigorous, free introduction to JavaScript and the browser.
- You Don’t Know JS Yet (Kyle Simpson) — deep dive into JavaScript’s core mechanics.
- Designing Data-Intensive Applications (Martin Kleppmann) — the backend/data half of full-stack thinking.
- Refactoring UI (Wathan & Schoger) — practical visual design for engineers building real products.
Courses / practice
- MDN Web Docs — canonical reference for HTML, CSS, JavaScript, and HTTP.
- The Odin Project — free, project-based full-stack curriculum.
- React Documentation — official, up-to-date React learning path.
- Next.js Learn — official interactive course for SSR/SSG full-stack apps.