Blog
Insights into my everyday programming life and other interesting technical tidbits
November 2025
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 →October 2025
Git Hooks and Husky: Automatically Enforcing Code Quality
Git hooks automatically execute scripts — e.g., before a commit is created. With Husky, lint-staged, and PHP CS Fixer, you can ensure only clean code enters the repository.
Read More →Renovate Bot: Automatic Dependency Updates for PHP and JavaScript
Outdated dependencies are a security risk. Renovate Bot automates updating composer.json, package.json, and more — with configurable auto-merge rules and grouping strategies.
Read More →