---
title: Frontend & JS Digest — Week 52
date: 2025-12-24T15:46:00.000+02:00
week_number: 52
notes: "**TL;DR:** Logging debates, JS puzzles, and ES2025 features. Plus CSS year-in-review, React tooling picks, and a Tailwind utility twist on SQL."
links:
  - title: CSS Wrapped 2025
    url: https://developer.chrome.com/blog/css-wrapped-2025
    comment: Chrome team's yearly CSS roundup—nice snapshot of what shipped this year.
    tag: news
  - title: Logging Sucks
    url: https://loggingsucks.com/
    comment: Article about logs and how to handle them. Author suggests to store logs as structures instead of text.
    tag: article
  - title: JavaScript Puzzle
    url: https://www.hillelwayne.com/post/javascript-puzzle/
    comment: Fun brain teaser exploring JS quirks—good mental exercise.
    tag: article
  - title: ECMAScript 2025
    url: https://262.ecma-international.org/16.0/
    comment: The final ECMAScript 2025 language specification, covering the features standardized in the 16th edition.
    tag: article
  - title: "War Story: The Hardest Bug I Ever Fixed"
    url: https://www.clientserver.dev/p/war-story-the-hardest-bug-i-ever
    comment: Real story from the developer of the Google Docs. I can totally understand how this kind of bugs can make one crazy.
    tag: article
  - title: React Libraries
    url: https://www.robinwieruch.de/react-libraries/
    comment: Curated list of React ecosystem picks—helpful for choosing the right tools.
    tag: article
  - title: Just Fucking Use Tailwind
    url: https://justfuckingusetailwind.com/
    comment: Opinionated pitch for Tailwind—straight to the point.
    tag: article
  - title: Base UI Context Menu
    url: https://base-ui.com/react/components/context-menu
    comment: Headless React context menu component—solid building block for custom designs.
    tag: library&tools
  - title: next-intl
    url: https://next-intl.dev/docs/getting-started
    comment: Clean i18n solution for Next.js—handles routing, translations, and formatting nicely.
    tag: library&tools
  - title: TailwindSQL
    url: https://tailwindsql.xyz/
    comment: Generate SQL with Tailwind-style utility classes—curious experiment in DSL design. NOT FOR PRODUCTION, but still fun
    tag: library&tools
---

