August 2023
-
🐥Loading environment variables properly in Go
-
🔗Debugging individual Table Driven Test in VSCode for Go
-
🔗Writing Clean Functions in Go with the Full Mapping Strategy
-
🔗Squeeze the hell out of the system you have
-
🔗Here's my little secret about writing concurrent code in Go
-
🐥Use-cases for generics in Go
-
🔗Dependency Injection in a nutshell in Golang
-
🐥Intersecting multiple slices
-
🐥Removing duplicates from a slice
-
🔗A Guide to Writing slog Handlers
-
🔗Why you shouldn't use func main in Go
-
🔗Idempotent close in Go
November 2022
August 2022
-
🐥Another way of accessing private and protected properties in PHP
-
🐥Getting the names and values of an enum using a trait
June 2022
May 2022
February 2022
December 2021
January 2021
-
🔗Using checksums to verify syncing 100M database records
-
🐥Gotcha with defer in Go
-
🐥Assert vs require in testify
-
🐥Using environment variables in Go tests
-
🐥Waiting for a MySQL database in Go
-
🐥Truncating a Unix timestamp to the hour using Go