Skip to content

Blog

Insights into my everyday programming life and other interesting technical tidbits

Posts about: devops Clear filter

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 →

October 2025

Published on Oct 28, 2025 · approx. 2 min read

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 →
Published on Oct 8, 2025 · approx. 4 min read

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 →