How I built a bilingual FR/EN brochure site in PHP 8 with no framework or CMS: 7-layer anti-spam without captcha, strict CSP with CDNs, optimized LCP and full GitHub Actions CI/CD pipeline.
How I automated email filtering, unsubscribes and cleanup across 58,000 Outlook and Gmail messages using Claude Code, MCP servers, Graph API and RFC 8058 One-Click Unsubscribe.
How I built a React SVG component kit (circuits, triangles, 3D volumes) and deterministic question generators tested by pre-commit hooks across 200 seeds per gen.
How I built a Brevet exam prep platform in React: randomized quizzes, weighted scoring, skills radar, badges, dyslexia mode and adaptive question selection.
Go generics fill a specific blind spot: algorithms that work identically for any type. Real-world experience on patterns that work and those that make code worse.
How to do DI in Go without Wire or Dig. Interfaces, constructors, wiring in main.go — and why a DI framework is often the wrong answer to a real design problem.
The functional options pattern explained from a real problem: an HTTP constructor that grows every sprint. How to implement, handle defaults, compose options, and know when to skip the pattern.
Claude Code plugins inject context on every exchange, even when you never use them. A real-world account of burning through €200 in credits without understanding why.