Skip to content

Blog

Insights into my everyday programming life and other interesting technical tidbits

Posts about: frontend, symfony Clear filter

December 2025

Published on Dec 15, 2025 · approx. 2 min read

Progressive Web Apps with Symfony: Service Workers, Offline Capability, and GDPR

Progressive Web Apps (PWAs) bring app-like experiences to the web: offline capability, push notifications, and fast load times. This article shows how to implement PWA features in a Symfony application while remaining GDPR compliant.

Read More →

February 2025

Published on Feb 5, 2025 · approx. 1 min read

Live Validation with Symfony and HTMX

HTMX enables live validation of Symfony forms without a JavaScript framework. Fields are validated server-side on blur and the result is embedded directly into the page — progressive enhancement at its best.

Read More →