Skip to content

JavaScript Advanced

Hub › JavaScript › Advanced

What you'll build

You transform the CLI todo into a production-style REST API backed by PostgreSQL, secured with JWT authentication, containerised with Docker, and deployed through a CI/CD pipeline. Each piece is built from scratch with full code.

The ladder

  1. 01 Why Express
  2. 02 Express server
  3. 03 PostgreSQL with pg
  4. 04 REST API
  5. 05 JWT auth
  6. 06 Middleware
  7. 07 Docker deploy
  8. 08 Integration tests
  9. 09 GitHub Actions
  10. 10 Production practices