Published on 10.11.2024
TLDR: CSS quantity queries use pseudo-selectors like :nth-last-child() to automatically adapt layouts based on the number of elements in a container. Navigation menus can switch from horizontal to vertical, and photo grids can adjust column counts without JavaScript.
Link: CSS Quantity Queries: The Technique That Helps You Become 1% Better as a Developer
TLDR: An experimental approach combining local-first architecture with HTMX by compiling server-side rendering code to WebAssembly and running it in a service worker. This aims to achieve local-first performance while maintaining HTMX's server-driven simplicity.
Link: Local First HTMX
TLDR: Umami is an open-source, privacy-focused web analytics platform that provides Google Analytics functionality without tracking users. It supports Node.js with MySQL, PostgreSQL, or MariaDB backends and offers simple Docker deployment.
Link: Umami: Privacy-Focused Alternative to Google Analytics
TLDR: A developer explains building a custom JSON serializer/deserializer for JWT handling rather than using Jackson library. The custom implementation reduces security vulnerabilities from external dependencies while providing better control and framework consistency.
Link: Why I Implemented a Custom Serializer/Deserializer for JJWT Instead of Using jjwt-jackson
Disclaimer: This article was generated using newsletter-ai powered by claude-sonnet-4-20250514 LLM. While we strive for accuracy, please verify critical information independently.