Monthly-ish learnings and discoveries related to frontend, the web, and software engineering in general.

Curated by me, Andreas 👋 mostly for myself and my dear coworkers at DigitalService.

🎅🏻 December 2025

CSS Wrapped, parsing and validating, newly supported web standards

Shotgun parsing is a programming antipattern whereby parsing and input-validating code is mixed with and spread across processing code. […] Shotgun parsing necessarily deprives the program of the ability to reject invalid input instead of processing it.

Notable releases:

Previous editions

Find all previous editions in the archive.