Primary track
Go
The goal is to learn Go in a way that maps directly to backend engineering: clear code, fast iteration, goroutines, channels, HTTP services, and solid testing habits.
Structure
- Core language basics and idioms
- Concurrency with goroutines and channels
- Building APIs and background workers
- Testing, logging, and error handling
- Project-building and review