Skip to content

Milestone 5: Web Services with Go

🌐 Milestone 5: Web Services with Go

Go is the language of the cloud. In this milestone, we learn how to build high-performance web servers and APIs using Go’s incredibly fast standard library.

📚 Slow-Paced Deep Dives (University Modules)

🥅 Milestone Goals

  1. Start a Web Server using only the standard library.
  2. Route different URLs to specific functions.
  3. Parse JSON from a user and send JSON back.
  4. Implement Middleware for security and logging.