Design Deep Dives: The Rental Search Problem
How do booking applications efficiently filter by rental date availability?
Superpet: A Developer's Best Friend
Pet is a command line snippet manager written in Go that has massively sped up all my command line work. I've extended it into Superpet to allow environment variable management as well, and I found it to be a huge time saver and worth sharing with others.
In-Depth Guide to Backend Route Design
Learn about avoiding common issues when designing backends in order to build a maintainable codebase.
Why Your Services Need Observability
Learn about why distributed systems need observability through real world scenarios.
How to Write Testable Code
How a mindset change can produce testable code without writing any tests, reaping TDD benefits for free.