How to use Localhost using https instead of http, fast and without having to issue certificates manually nor dealing …
This entry is about a the Worker Pool design pattern. Imagine that you have a number of concurrent tasks that you want …
The “reflect” package is a useful library in the Go programming language that provides functions for working …
Protobuffers allow you to create a Go Lang gRPC API that has the characteristic of being incredibly faster, because it …
In frameworks like Django, migrations are created automatically , from the models. However, in languages like go, as …
Today I’m going to talk about a topic that is often overlooked in most tutorials: handling application closing. …
As you probably already know, you should not use prints for debugging. The standard go logging library is much more …
Containers, especially Docker containers, are used everywhere, we tend to see them as small isolated operating systems …
In addition to unit test testing and coverage measurement in go , this programming language is capable of profiling the …