Hello
RSS FeedRecording for tomorrow — Learning, documenting, and sharing better engineering every day.
Read the blog posts or check README for more info.
Featured
-
Debugging a Memory Leak in Browser Automation: The Perfect Storm of Three Cleanup Paths
A deep dive into debugging a memory leak in a production system managing 50 concurrent Firefox browsers. The story of how Promise.race and finally blocks created a double-cleanup bug, and the journey to fix it.
-
Multi-Platform Database Design: Building Enterprise-Grade Logging Systems
From specialized table design for new platform integration to AI-driven design validation, index optimization, and partitioning strategies - A complete guide to enterprise-grade database design
-
Dissecting Kotlin's toSet(): Engineering is About Explaining Choices
A deep dive into Kotlin's toSet() method from JVM memory model to production environments. Analyzing standard library design decisions, memory overhead, GC impact, and practical guidelines for high-traffic systems.