Addressing persistent 504 Gateway Timeout errors on Vercel by optimising AT Protocol data fetching.
A second pass at the 504 problem — Cache-Control headers for Vercel's edge CDN, AbortController timeouts on external fetches, and a DID document cache.
Updating Malachite documentation for new service support and optimizing client bundles.
Implementing PDS rate limiting, fixing routing issues, and refining component reactivity for Tourmaline.
Next.js Link prefetching quietly burned through 15 GB of bandwidth on my Vercel-hosted blog. Here's how I fixed it.
Implementing adaptive rate limiting, dynamic batching, and SHA-512 credential security.
Got nerd sniped into missing a workout, and improving the performace of rendering 500k rectangles by 10x.
Google claims that its Core Web Vitals initiative has saved users 10,000 years of collective waiting time. The problem is, they sloughed those costs and headaches onto developers.
Several years ago, I was called out by a customer to help them resolve some performance issues they were having in their Node.js application. They were experiencing massive event loop blocking issues in their server, getting a whole 5 requests per second — and, in one extreme case, an event loop delay of over one minute...
Piscina is a worker thread pool implementation for Node.js
This post was inspired by a thread I participated in on the Elixir forum