Technology. Some grew up breathing it. Others had to catch up later. Either way—we're all in now.
A story about resisting shortcuts, the curse of knowledge, and why real tech takes patience
Behold the Modular Monolith: The Architecture Balancing...
A journey from a small Go snippet to a large modular codebase — lessons learned, philosophy, and what's next.
Everyone Is Wrong About SQLite Shayan ・ Jun 26 ...
How to handle partial failures without letting a simple timeout spawn a distributed system nightmare
How to organize and run Go tests efficiently by using naming conventions to separate unit, integration, and system tests for faster feedback and cleaner CI pipelines.
A developer’s end-to-end guide to picking the right DNS, SSL, and hosting stack for launch – from GitHub Pages to Cloudflare to GCP.
Many Go AES-GCM examples look simple, but can hide critical flaws. This post uncovers the 'forbidden attack' of nonce reuse and why truly understanding nonces is key to secure encryption.