2022
Explicit > Implicit
Is this the beginning of the end of Xcode?
Idiomatic is what works for you and your team at the end of the day
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…
Elixir is not Ruby. The familiar syntax has definitely helped the language win the hearts of the broader developer community. Yet, under the hood, Elixir is all about Erlang.
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.
2015
Writing a great commit summary is like writing a great tweet, only shorter.