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