Go (Golang) is a statically typed, compiled language designed for high‑performance
backend systems. This track covers building REST APIs with the standard library and
Gin, working with concurrency (goroutines, channels), and deploying Go applications.
Track Learning Outcomes
Set up a Go project with modules and dependencies.
Build REST APIs using the standard library and Gin/Echo.