My thoughts on how Go programs should be instrumented in a clean and flexible way.| sergey.kamardin.org
After working with Go for more than five years I have formed a strong opinion for a certain way of configuring programs. In this article I will cover the approach and share a small library, which is an implementation of these ideas.| sergey.kamardin.org
This article is about how we developed the high-load WebSocket server with Go.| sergey.kamardin.org
Generics and goroutines are great tools we can leverage to have reusable general purpose concurrent processing in our programs.| sergey.kamardin.org