News
Chrome team's yearly CSS roundup—nice snapshot of what shipped this year.
Article
Article about logs and how to handle them. Author suggests to store logs as structures instead of text.
Fun brain teaser exploring JS quirks—good mental exercise.
The final ECMAScript 2025 language specification, covering the features standardized in the 16th edition.
Real story from the developer of the Google Docs. I can totally understand how this kind of bugs can make one crazy.
Curated list of React ecosystem picks—helpful for choosing the right tools.
Opinionated pitch for Tailwind—straight to the point.
Library&tools
Headless React context menu component—solid building block for custom designs.
Clean i18n solution for Next.js—handles routing, translations, and formatting nicely.
Generate SQL with Tailwind-style utility classes—curious experiment in DSL design. NOT FOR PRODUCTION, but still fun