Performance

Performance

What Is CSS Containment and How Can I Use It?
What Is CSS Containment and How Can I Use It?
CSS containment lets you isolate layout and paint work to self-contained ‘islands’. Here’s what each contain value does and how to use it safely.
·csswizardry.com·
What Is CSS Containment and How Can I Use It?
Build for the Web, Build on the Web, Build With the Web
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.
·speakerdeck.com·
Build for the Web, Build on the Web, Build With the Web
"Clean" Code, Horrible Performance
"Clean" Code, Horrible Performance
Many programming "best practices" taught today are performance disasters waiting to happen.
·computerenhance.com·
"Clean" Code, Horrible Performance
Build Your Own Database
Build Your Own Database
A step-by-step guide to building a key-value database from scratch.
·nan.fyi·
Build Your Own Database
Performance Tracing
Performance Tracing
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - microsoft/TypeScript
·github.com·
Performance Tracing
How My Viral URL Lengthener Burned Through 1M Vercel Edge Requests
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.
·namitjain.com·
How My Viral URL Lengthener Burned Through 1M Vercel Edge Requests
Improved font fallbacks | Blog | Chrome for Developers
Improved font fallbacks | Blog | Chrome for Developers
The new `size-adjust` and font metric overrides allow developers to create font fallbacks that closely match web fonts. This reduces layout shifts.
·developer.chrome.com·
Improved font fallbacks | Blog | Chrome for Developers
Profiling without Source code – how I diagnosed Trackmania stuttering
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…
·larstofus.com·
Profiling without Source code – how I diagnosed Trackmania stuttering
PgBouncer in 15 Minutes: Kill Idle Connections, Boost Throughput 🚀
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…
·medium.com·
PgBouncer in 15 Minutes: Kill Idle Connections, Boost Throughput 🚀
Scaling realities
Scaling realities
Both stories are true. Scaling still works. OpenAI et al. still have oversold their promises.
·interconnects.ai·
Scaling realities
How to Design a Scalable Database That Can Be Offline First and Syncable
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…
·medium.landonjohnson.dev·
How to Design a Scalable Database That Can Be Offline First and Syncable
Global Rate Limiting: Smarter Protection with Bunny Shield
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.
·bunny.net·
Global Rate Limiting: Smarter Protection with Bunny Shield
Dynamic content delivery | Content Delivery Network (CDN), API Acceleration, Security | Amazon CloudFront
Dynamic content delivery | Content Delivery Network (CDN), API Acceleration, Security | Amazon CloudFront
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.
·aws.amazon.com·
Dynamic content delivery | Content Delivery Network (CDN), API Acceleration, Security | Amazon CloudFront