Skip to content

Blog

Insights into my everyday programming life and other interesting technical tidbits

Posts about: frontend 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 →

June 2025

Published on Jun 25, 2025 · approx. 1 min read

Shopware 6 Theme Development: SCSS, Twig Overrides, and Storefront Customizations

Shopware 6 themes are built on Bootstrap 5 with a clever Twig override system. This article explains how to build custom themes, SCSS customization, and the most important Storefront extension points.

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 →