Collection of golang reference examples for teaching and learning golang. These examples assume no experience with backend and avoid complex tooling. Golang is an excellent language that is simple yet incredibly powerful and fast. Its useful for any new development as it makes devops a breeze (compiles to a single executable) and avoids the tooling and framework issues of other languages (you can get started with just the language and the standard library, vs having to learn tooling and frameworks that are required with many languages).
These examples are pure golang exercises
These integrate with other components such as databases, stood up with docker containers.
These interact with Kubernetes as well as Docker. Local Minikube or a cloud hosted kubernetes can be used for this exercise.
- Effective Go - Basic reference for Golang
- Code Review Comments - Extra supplement comments