September 2023
-
🔗Why is Go's declaration syntax "backward"? (The Clockwise/Spiral Rule)
-
🔗How to create and read custom tags in Golang
-
🐥Efficiently Splitting Text into Chunks with PHP
-
🐥Grouping a Slice of Structs by a Specific Property in Go
-
🔗Embed a Javascript website inside a binary with Go 1.16
-
🐥Removing Items from a Slice in Go Using Generics
-
🐥Writing an event bus using Generics in Go
-
🐥The Functional Options Pattern in Go
-
🔗Anti-patterns that every developer should know
-
🔗Let's Write a Simple Event Bus in Go
-
🔗Database Architecture - A Deep Dive - Part 1
-
🔗Why using Microservices or Monolith can be just a detail?
-
🔗All About Recurrence!
-
🔗Advanced Go Concurrency
August 2023
-
🐥Using errgroup with SetLimit in Golang
-
🔗Python: Just write SQL
-
🔗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