Skip to content

Blog

Insights into my everyday programming life and other interesting technical tidbits

Posts about: tooling Clear filter

April 2026

Published on Apr 20, 2026 · approx. 4 min read

My Claude Code Setup Is Now Open Source: 40+ Skills, 18 Rules, Safety Hooks

After months of intensive Claude Code usage, I've published my complete setup as an open-source repository: skills for Shopware, Symfony, PHP, TypeScript, Vue and Svelte, 18 coding rules, safety hooks and MCP servers — with a one-command installer.

Read More →

February 2026

Published on Feb 7, 2026 · approx. 3 min read

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 →
Published on Feb 5, 2026 · approx. 2 min read

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 →

November 2025

Published on Nov 22, 2025 · approx. 2 min read

Docker-based Development Environments with DDEV

Why I rely on DDEV for local PHP development and how to set up a complete development environment in minutes.

Read More →