Bunch of tips for Go optimization. Very useful when you are looking for performance improvements.
Useful information about Go profiling.
Tips for building architecture that the most exposes characteristics like reliability, scalability and maintainability in microservices perspective.
Algorithm for calculation partition of a set. Written in Go.