When Kubernetes and Go don't work well together
Go is not aware of the limits set for its container, causing some issues not easy to track. This is a story about how I stumbled into one of them.
Search for a command to run...
Articles tagged with #go
Go is not aware of the limits set for its container, causing some issues not easy to track. This is a story about how I stumbled into one of them.
This weekend, the Go community on StackOverflow went over fifty thousand posted questions. This blog post is about my favorite type of questions on Go, questions about creating and handling goroutines and pipelines. A quick digression first. I love g...

Yesterday I received a requirement for one of my Go services to convert some data from a specific timezone to UTC. As the process goes, I made the changes, tested it out locally on my machine, and pushed the code to the Github repo. After the changes...

Let's be honest, writing good code is not easy. Writing code that everybody can understand, code that is easy to test and navigate through, is hard. If you're hyped about making your code better, but you are just starting out with SOLID principles, d...
