Build for the Web, Build on the Web, Build With the Web
Every layer of abstraction made in the browser moves you further from the platform, ties you further into framework lock-in, and moves you further away from fast.
By using progressive enhancement, you can opt into browser-native features that are usually faster, more accessible, more secure, and—perhaps most importantly to the business—maintained by someone else.
The beauty of opting into web platform features as they become available is that your site becomes contextual. The same codebase adapts into its environment, playing to its strengths, rather than trying to build and ship your own environment from the ground up. Meet your users where they are.
How My Viral URL Lengthener Burned Through 1M Vercel Edge Requests
How a viral URL lengthener racked up 1M+ Vercel Edge Requests in days. A deep dive into unique URLs, caching pitfalls, interstitial pages, and how small multipliers explode costs under virality.
Profiling without Source code – how I diagnosed Trackmania stuttering
A very common side effect of working as a programmer is the constant frustration of not having source code access to all the software you use. Bugs, problems or missing features in your own work ca…
PgBouncer in 15 Minutes: Kill Idle Connections, Boost Throughput 🚀
Every PostgreSQL backend process eats ~10 MB of RAM and can block autovacuum if it idles “in transaction.” Connection storms turn fast servers into sludge. PgBouncer, a tiny TCP proxy, multiplexes…
How to Design a Scalable Database That Can Be Offline First and Syncable
This article is the battle-tested schema playbook for building apps that don't fall apart in the field. Do you have to do it this way? No, you can do it however you want and create technical debt…
Global Rate Limiting: Smarter Protection with Bunny Shield
Learn how Bunny Shield’s global rate limiting stops modern threats with real-time, edge-wide enforcement—keeping your services fast, secure, and resilient.
How hash tables outperform other data structures - Volodymyr Potiichuk - Medium
I guess everyone who’s been in the programming world long enough has heard about this data structure at least once. Hash tables excel when you need rapid lookups, quick inserts, and fast deletions…
Dynamic content delivery with a CDN. Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer friendly environment.