January 2025
-
🔗How to write complex software
-
🔗How to make your RSS feed pretty
-
🔗Keeping a CHANGELOG at Work
-
🔗Choosing a hash function for 2030 and beyond: SHA2 vs SHA3 vs BLAKE3
December 2024
-
🔗Storing times for human events
-
🔗Try...Catch As Little As Possible
-
🐥Redis when using cache, onOneServer and Horizon together
-
🔗SQL Best Practices: Don't Compare count(*) with 0
-
🔗Don't Do This in PostgreSQL
-
🔗Keyword.get considered harmful in Elixir
-
🔗How some of the world's most brilliant computer scientists got password policies so wrong
November 2024
September 2023
-
🔗Organizing a Go module
-
🔗7 simple habits of the top 1% of engineers
-
🔗A systematic approach to debugging
-
🔗How NASA Writes Space-Proof Code
-
🔗Aging Code
-
🔗The 11 Types Of Toxic Pull Requests
-
🔗All About Recurrence!
-
🔗Don't write clean code, write CRISP code
August 2023
-
🐥Loading environment variables properly in Go
-
🔗Building a Robust Webhook Service with Golang: A Comprehensive Guide
-
🔗Writing Clean Functions in Go with the Full Mapping Strategy
-
🔗Short session expiration does not help security
-
🔗Proper HTTP shutdown in Go