Organizing multiple git identities by Garrit Franke
Bless 🙏
Elixir's with statement and Railway Oriented Programming
A great guide for handling errors using Elixir's with
statement and intentional functions.
Kubernetes and the Erlang VM by José Valim
In a nutshell, Kubernetes and containers provide isolation and an ability to restart individual nodes when they fail, but it is not a replacement for isolation and fault handling within your own software, regardless of your language of choice.
Preach 😤
Go's Error Handling Is a Form of Storytelling by Preslav Rachev
Roasting people using a grep.app search 💀
How We Went All In on sqlc/pgx for Postgres + Go by brandur
If sqlc can cover ~90% of db calls in your app (likely), using sqlc with Postgres arrays can probably cover ~99%.