Skip to content

End-to-End Tutorials

The end-to-end tutorials put everything together. Instead of teaching one concept at a time, they walk through complete, real-world builds using every skill from the earlier tracks.

Work through these after finishing the Beginner, Intermediate, and Advanced tracks.


Prerequisites

You should be comfortable with:

  • Building images and running containers
  • Docker Compose, volumes, and networking
  • Passing configuration with environment variables

Tutorials

  • Deploy a Web App with Docker

    Take your app off your laptop and onto a real server on the internet.

    Start Tutorial

  • Full Stack App with Compose

    Bring the frontend, API, and database together into one complete stack.

    Start Tutorial


When you finish, you're ready for the Kubernetes course, where these containers get orchestrated at scale.