2022
You cannot trick the Go compiler, and that is a good thing.
If you are betting on PostgreSQL, pgx is the right choice.
2021
A thought experiment with generic type parameters
This article will demonstrate the implementation of a generic slice filter function using the new type parameters syntax.
My journey with generic type parameters in Go continues.
2020
Overcome the hurdles of managing environment variables, while developing your next Go app.
Dating back to version 1.2, the with operator is one of Elixir’s features that need a bit of time to comprehend at first. It often gets used in situations…
2019
Here is how to fix it.
2018
As modules get bigger, they tend to import other modules, or do some preliminary setup work. Python 3 supports inline reloading of modules.