Blog
Insights into my everyday programming life and other interesting technical tidbits
February 2026
SCSS + Bootstrap 5 Build Pipeline Without Webpack
Why I skip Webpack for my Symfony projects and use a lean Node.js build pipeline with SCSS, asset copying and Brotli compression instead.
Read More →CI/CD Pipelines for PHP Projects with GitHub Actions
How to set up an automated build and deployment pipeline for your PHP project with GitHub Actions.
Read More →January 2026
Effective Testing with PHPUnit: Symfony Projects and Shopware 6 Plugins
How to build solid test coverage in Symfony and Shopware 6 with PHPUnit – from unit tests to integration tests to E2E tests with Playwright.
Read More →Vibe Coding: How AI Agents Are Changing Software Development
Vibe coding — coined by Andrej Karpathy — is changing how solo developers build software. An honest account of Claude Code, Cursor and others, the strengths of these tools, and why openClaw remains a security risk despite the hype.
Read More →Migrating from Shopware 5 to Shopware 6: A Practical Guide
Experiences and strategies from real migration projects – what works, what doesn't, and what to watch out for.
Read More →December 2025
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 →