- 🔗 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
- 🐥 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
- 🐥 Removing duplicates from a slice
- 🔗 A Guide to Writing slog Handlers
- 🔗 Why you shouldn't use func main in Go
- 🔗 Idempotent close in Go
- 🐥 Running a Laravel seeder from code
- 🐥 Another way of accessing private and protected properties in PHP
- 🐥 Getting the names and values of an enum using a trait
- 🐥 Checking for pending migrations in Laravel