Command Palette
Search for a command to run...
More from this blog
Reading through the US-EAST-1 Service Disruption Summary Report
On October 19 and 20, 2025, the AWS North Virginia (us-east-1) region faced a disruption that took down services worldwide, from small websites to large e-commerce sites (including Amazon itself), banks and government services. According to AWS, the ...
It's Time to Write Tests
How working with AI systems bring new testing challenges
A path for improving LLM coding tools
Introduction One thing you might notice when working with LLM-based coding tools is how much they struggle to get the right information into their context windows. LLMs usually know almost everything there is to know about libraries, code patterns, a...
AWS Lambda Cold Starts: Real-World Cost Optimization
Note on AI usage: this blog post was initially sent in a conversation format to a friend through Signal and converted into a blog post by Claude Opus 4. The content of it was created by myself, though the wording and the blog post format is by Claude...
Making Error Paths Visible: Learning from Rust's Type System
Introduction Back when I first started with Python, my first web framework wasn’t Django or Flask — it was Tornado Web. I’m not sure of all the exact reasons why I started with it, but I’m thankful to this day that I did.. Tornado had this unique way...
