Development·March 8, 2026·3 min readThe Architecture That Handled 10K Requests Per SecondHow we handled 10,000 requests per second when event traffic came flooding in.performancearchitecturehigh-traffic
Development·January 24, 2026·3 min readGetting Core Web Vitals to a 90+ ScoreHow I took a blog from a Lighthouse score of 62 to 94, with the numbers to prove itPerformanceCoreWebVitalsLighthouseFrontend
Development·January 4, 2026·3 min readMaking a PostgreSQL Query 10x Faster with One FixHow I took a 3-second query down to 300ms in production.PostgreSQLDatabasePerformance
Development·March 28, 2025·3 min readEdge Computing: Practical Use Cases I Actually TestedRunning code at the edge makes things faster -- I know. But when specifically should you use it? I ran some tests.EdgeCDNperformance
Development·March 19, 2025·3 min readA Collection of Caching Mistakes I've MadeCaching looks simple until you mess up invalidation, consistency, and memory management. I thought Redis would solve everything.cachingperformanceRedis