Author
Simon JANVIER
Laravel 13.31 hardens cookie-based auth and makes Redis queues cluster-safe
Laravel 13.31.0, released on 8 September 2026, closes a security gap in the “remember me” cookie flow and makes Redis…
/ 3 min
JSON-LD structured data: a practical guide to richer search results
Structured data describes a page's content in a vocabulary search engines exploit to show rich results. This guide covers the…
/ 5 min
Python 3.15 locks in: lazy imports, UTF-8 by default, and a sharper JIT
Python 3.15 shipped its final release candidate on 1 September 2026, ahead of a 1 October launch. Explicit lazy imports,…
/ 4 min
Symfony lsp:check brings framework-aware diagnostics to your CI pipeline
The Symfony 5.20 CLI ships lsp:check, a command that replays the editor's diagnostics inside continuous integration. It catches unknown routes,…
/ 4 min
Laravel closes GitHub Issues on its packages and points bug reports to coding agents
Taylor Otwell has turned off GitHub Issues on most Laravel packages, asking users to open a pull request drafted with…
/ 4 min
INP: diagnosing and fixing the Core Web Vital sites fail most often
Interaction to Next Paint has replaced First Input Delay among the Core Web Vitals and, in 2026, it remains the…
/ 4 min
Chrome ships an emergency fix for an actively exploited V8 flaw (CVE-2026-85046)
Google shipped an emergency Chrome update on 4 September 2026 to patch CVE-2026-85046, a type-confusion bug in the V8 engine…
/ 4 min
Chrome drops Manifest V2 extensions: uBlock Origin leaves the Web Store
On 31 August 2026, Google removed the last Manifest V2 extensions from the Chrome Web Store, uBlock Origin among them.…
/ 3 min
SvelteKit 3 reaches Release Candidate: migration, Vite, and what Svelte 5.57 adds
SvelteKit 3 has reached Release Candidate, days after Svelte 5.57 shipped. A reworked Vite plugin, the move from $lib to…
/ 3 min
Deploy a Node.js application to production: systemd and a reverse proxy
Running node app.js is fine for a demo, not for production. A systemd service and an Nginx reverse proxy make…
/ 5 min