Login to get more features including translations and can subscribe to get daily digest and more.

2025-05-08

Serving Video with HTTP Range Requests
A deep dive into how HTTP range requests work, and how browsers use them to implement video streaming and pausable downloads.
Web Browser telemetry
Testing various web browsers to see what network connection they open by default on the initial start.
The OAuth 2.1 Authorization Framework
The OAuth 2.1 authorization framework enables an application to obtain limited access to a protected resource, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and an authorization service, or by allowing the application to obtain access on its own behalf. This specification replaces and obsoletes the OAuth 2.0 Authorization Framework described in RFC 6749 and the Bearer Token Usage in RFC 6750.
How Google Measures and Manages Tech Debt
Technical debt has haunted development teams for decades, yet remains surprisingly difficult to explain.
Distributed TinyURL Architecture: How to handle 100K URLs per second
Step-by-step guide to building a high-performance TinyURL service that scales to 100K URLs/second. Includes hot partition solutions and trade-offs.

2025-05-07

Distributed TinyURL Architecture: How to handle 100K URLs per second
Step-by-step guide to building a high-performance TinyURL service that scales to 100K URLs/second. Includes hot partition solutions and trade-offs.
Day 20: Mastering Navigation in Next.js with next/link and useRouter - Medium
In a modern React + Next.js application, navigation is a core experience. Smooth client-side routing without full page reloads improves user engagement and performance significantly. Next.js provides…
Recreating an iOS Animation with GLSL (interactive tutorial)
A hands-on guide to rebuilding Apple-style iOS animations in WebGL using shaders, with code samples, performance tips, and compositing techniques.
Google's Gemini 2.5 Pro gets a Major Surprise Upgrade for Developers - Maginative
The new model now tops the WebDev Arena leaderboard, which measures human preference for AI models that build aesthetically pleasing and functional web applications.