Things Developers Get Wrong About the Backend for Frontend Pattern
Since I published my overview of the Backend for Frontend (BFF) pattern , the questions I've received fall into surprisingly consistent patterns. The …
Latest Open Source news from Tech News
Since I published my overview of the Backend for Frontend (BFF) pattern , the questions I've received fall into surprisingly consistent patterns. The …
On April 19, 2026, Vercel disclosed an incident involving one of its employee accounts. The confirmed chain was not a zero-day and not a cloud misconf…
Claude Code OAuth deep dive: how EmblemAI's MCP server handles auth Most posts about MCP skip the auth part. Understandable — MCP is exciting, OAuth i…
Most cloud platforms lock you into a single-tenant model. Your app gets one set of credentials. Every user's data, every provisioned resource, every d…
Introduction I perfectly understand how human users authenticate in modern web apps via OAuth 2.0. A browser opens, the user clicks "Allow" on a conse…
Introduction Last time, we tore apart the core mechanics of RFC 6749 (Authorization Code Grant) . RFC 6749 Deep Dive: Understanding OAuth 2.0 Design D…