Blog
Articles and thoughts on web development, technology, and more.
Software Engineering In The Agentic Era
Thoughts on using AI as an amplifier, not a replacement, and how AI tools create opportunities for engineers who understand them
ai software engineering opinion
Green Tea GC: How Go Stopped Wasting 35% of Your CPU Cycles
How Go 1.25's experimental garbage collector stops CPU stalls by organizing memory into neighborhoods instead of random object jumping
go garbage collection performance
A Deep Dive into Dynamo's Architecture and Scale
Understanding DynamoDB's core principles - from architecture decisions to real-world patterns
dynamodb aws system design databases