Skip to content

Blog

Insights into my everyday programming life and other interesting technical tidbits

Posts about: architektur Clear filter

December 2025

Published on Dec 28, 2025 · approx. 1 min read

REST API Design: Best Practices for Symfony Projects

Proven patterns and conventions for REST API design in Symfony – from URL structure to error handling.

Read More →

November 2025

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

Symfony Messenger in Production: systemd Service, RabbitMQ and nginx HTTP/2 Push

From local development to production-ready setup: How to run Symfony Messenger with RabbitMQ, a custom systemd service and nginx HTTP/2 server push.

Read More →

May 2025

Published on May 15, 2025 · approx. 1 min read

Shopware 6 App System vs. Plugin: What's the Difference and Which Should You Use?

Shopware 6 offers two extension models: the classic plugin (PHP code in the shop process) and the new app system (external services via webhook). This post explains the differences and helps you decide which to use.

Read More →