August 2023
-
🔗Introduction to bufio package in Golang
-
🐥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