JSON export in Vaadin Flow
Explains how to design a JSON export feature as a UI-driven workflow in Vaadin Flow, focusing on consistency with UI state like filters and paging.
Explains how to design a JSON export feature as a UI-driven workflow in Vaadin Flow, focusing on consistency with UI state like filters and paging.
Web Weekly #181 discusses the new Web Almanac findings, Chrome's upcoming features like <geolocation>, CSS anchor positioning, and scroll-driven animations.
Web Weekly #179 discusses CSS masonry syntax, the dialog element, CSS @scope, and showcases the newsletter's redesign using modern frontend technologies.
Second part of a series on refactoring a monolithic UI view into modular components like BulkActionsBar and SearchBar to improve maintainability and testability.
Part 1 of a 2025 Advent Calendar series on refactoring a URL shortener's UI by extracting reusable components like BulkActionsBar and SearchBar.
Part 2 of a series on implementing mass operations (like bulk delete and expiry clearing) in a URL shortener's admin UI, focusing on technical implementation.
Explains the redesign of a URL shortener's search and filter UI for power users, focusing on integration, synchronization, and technical architecture.
Ein Entwickler reflektiert über die Fallstricke von Frontend-FOMO und unnötigen Dependency-Updates, die zu ständigem Code-Rewrite ohne Nutzen führen.
Code.Movie ist ein animierter Syntax-Highlighter, der Code-Schnipsel in schrittweise animiertes HTML/CSS umwandelt, ideal für Präsentationen und Tutorials.
Announcing a Frontend Tooling workshop in Munich covering Grunt, Yeoman, and Gulp, with slides from a previous iteration available.
Discusses the problem of responsive images being served based on window width instead of actual container width, using a Picturefill example.