Author
Simon JANVIER
Idempotency keys: making APIs and webhooks safe to retry
The same network call can arrive twice: a dropped connection, an automatic retry, a redelivered webhook. An idempotency key lets…
/ 6 min
Visible focus and keyboard navigation: the accessibility baseline teams skip
Keyboard navigation is not just about screen readers: it decides whether a site is usable for anyone without a mouse.…
/ 6 min
Node.js 26.8 brings native ZIP handling and SQLite resource management
Released on 26 August 2026, Node.js 26.8 pulls ZIP archive handling, automatic SQLite statement cleanup and a non-throwing MIME parser…
/ 3 min
Next.js ships a critical patch: two remote code execution flaws fixed in 16.3.3 and 15.5.24
Next.js has shipped 16.3.3 and 15.5.24 on short notice, fixing two critical unauthenticated remote code execution flaws. One hits Windows-hosted…
/ 3 min
SvelteKit 3 reaches release candidate: configuration moves into Vite and remote functions arrive
SvelteKit 3 has reached release candidate: configuration moves into Vite, remote functions bring server code straight into components, and a…
/ 4 min
Cloudflare makes OAuth scopes optional for Wrangler and its MCP server
Cloudflare now lets you grant only part of the permissions Wrangler and its MCP server request. The change brings command-line…
/ 3 min
Git worktrees: several branches in parallel without stash or second clone
Git worktrees open several branches in parallel, each in its own directory, without stacking stashes. One repository then serves several…
/ 5 min
View Transitions: smooth page transitions without a framework
The View Transitions API animates the move from one state to the next, within a single page or between two…
/ 5 min
WebMCP: turning websites into tools for in-browser AI agents
WebMCP is a proposed W3C standard that lets a website declare its own actions as tools a browser-based AI agent…
/ 4 min
EmDash, Cloudflare’s TypeScript CMS, up against WordPress
Cloudflare is pushing EmDash, an open-source CMS written in TypeScript and built on Astro, billed as the spiritual successor to…
/ 5 min