Notes sur le développement web — React, TypeScript, architecture, et quelques plongées en profondeur. Chaque article est une annotation sur le métier.
Actions, the use() API, ref as a prop, document metadata, and the React Compiler — a field guide to the features that change how you actually write React.
Agentic coding tools have moved from autocomplete to autonomous teammates. Here's where AI agents genuinely help in a real engineering workflow, the guardrails that keep them safe, and what they still get wrong.
Server Components confuse even experienced React developers. This guide builds an intuition for the server/client boundary, when to reach for each, and the mistakes to avoid.
Tailwind v4 rebuilt its engine, moved configuration into CSS, and got dramatically faster. A tour of the new architecture, the @theme directive, and how to migrate from v3 without pain.
MCP is becoming the USB-C of AI tooling — an open standard for connecting language models to your data and tools. Here's what it is, how hosts, clients, and servers fit together, and why it matters for developers.
Local-first apps feel instant, work offline, and sync seamlessly. Sync engines — CRDT-based and server-authoritative — are making this practical. A tour of the landscape and its tradeoffs.