- Ukraine, Kyiv
-
16:57
- 3h ahead - https://alexandear.github.io
- in/alexandear
- oleksandr.red
Go Learn
❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
A Golang reference implementation of the CQRS pattern.
A book about the internals of the Go programming language.
Hands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers.
Better Go Playground with autocompletion and syntax highlight
Repo to experiment with GoLang Design Patterns
Source code of the article, 50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs
Go modules by example is a series of work-along guides
Collection of materials for my Youtube Channel about Go
📝 Go: A Documentary | https://golang.design/history
From a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the program written in specific programming language? How does a d…