Learning roadmap· 100% match

Modern Backend

Node.js, Postgres, REST + auth, deployed. The path from "I can write JS" to shipping APIs.

6 stages~64 h
That leaves 6 stages, ~64 hours of focused work. You can clear it in any order, but the stages compound — try them top-to-bottom your first time.
  1. Concepts
    http-verbsmiddlewareroutingjson-parsingenv-vars
    Practice quizzes
    • HTTP methods and status codes
    • Express middleware
    Lab task

    Build an Express server with /todos GET/POST/DELETE — in-memory storage for now.

    Checkpoint

    A REST endpoint you can hit with curl that returns proper status codes.

What you'll be able to do
  • Design and ship a REST API with auth, validation, and tests.
  • Model data in Postgres with proper indexes and migrations.
  • Deploy a production backend on a free tier and monitor it.