A hands-on Go architecture course that teaches hexagonal architecture, also
known as ports and adapters, by building a small e-commerce backend from
scratch.

The service you build is called MiniMart: a product catalog, an order system,
real PostgreSQL storage, Kafka-style events, Docker packaging, and tests. The
course starts with simple...