- 🔗 Organizing a Go module
- 🔗 7 simple habits of the top 1% of engineers
- 🔗 A systematic approach to debugging
- 🔗 How NASA Writes Space-Proof Code
- 🔗 Aging Code
- 🔗 The 11 Types Of Toxic Pull Requests
- 🔗 All About Recurrence!
- 🔗 Don't write clean code, write CRISP code
- 🐥 Loading environment variables properly in Go
- 🔗 Building a Robust Webhook Service with Golang: A Comprehensive Guide
- 🔗 Writing Clean Functions in Go with the Full Mapping Strategy
- 🔗 Short session expiration does not help security
- 🔗 Proper HTTP shutdown in Go
- 🔗 Some problems with 'first name' and 'last name' fields in data
- 🔗 The Source of Readability
- 🔗 Datetimes versus timestamps in MySQL
- 🔗 Moving faster
- 🔗 6 mistakes we've made at PostHog (and what we learned)
- 🐥 Dockerfile best-practices
- 🐥 Writing maintainable code
- 🐥 .dockerignore files
- 🐥 Pointer vs value receivers
- 🐥 Mutual exclusion lock
- 🐥 Loading environment variables from secrets in Kubernetes
- 🐥 Graceful shutdown: handling CTRL+C