Blog

I sometimes write things about development, tools and architecture. I hope it might help you, enjoy! :)

Subscribe to my RSS Feed

Easy multi-tenant wildcard domain setups with Docker and dnsmasq

Easy multi-tenant wildcard domain setups with Docker and dnsmasq

Forget /etc/hosts! Create plug'n'play setups that allow hosts and containers to resolve any domain and use your project's reverse proxy for routing.

Building Showcase Docker images for your Shopware plugins

Building Showcase Docker images for your Shopware plugins

Build your own showcase Docker image with your Shopware plugin for your potential customers with dockware.

Message Queueing with Docker and self-sufficient replica containers

Message Queueing with Docker and self-sufficient replica containers

Building self-sufficient (worker) containers and seamlessly integrate them into your dev-setup experience.

Secure Symfony deployments against missing ENV variables

Secure Symfony deployments against missing ENV variables

How to protect yourself from deploying an application with missing ENV variables.

Automate your CI/CD pipeline with Buddy and OpenAI

Automate your CI/CD pipeline with Buddy and OpenAI

Ever thought about using AI inside your CI/CD system. It's possible - read more to find out how.

Point-of-Sale with Shopware and Mollie

Point-of-Sale with Shopware and Mollie

In-person payments with Mollie terminals and your Shopware 6 shop

Developing with the Mollie Payments App for Shopware

Developing with the Mollie Payments App for Shopware

Use the new Mollie Shopware App for local development of your Shopware shops

SquadDNS - DNS Proxy for Dev Teams

SquadDNS - DNS Proxy for Dev Teams

Simplify local development and wrap tunnel services like NGROK, Cloudflare, add Basic Auth and more

AI Demo Data Generator for Shopware 6

AI Demo Data Generator for Shopware 6

Easily build unique demo data for your Shopware 6 store with the AI Demo Data plugin

Shopware Community Days 2023 from a Developers Perspective

Shopware Community Days 2023 from a Developers Perspective

SCD with a new concept on empowering developers and merchants in the eCommerce Community

Managing Translations in Shopware 6 with PHPUnuhi

Managing Translations in Shopware 6 with PHPUnuhi

Streamline your translation process and improve accuracy with PHPUnuhi's tools and features for Shopware 6

Automate your tests with Xcode and TestRail

Automate your tests with Xcode and TestRail

Increase test management efficiency by sending testing results from Xcode to TestRail.

Improve your Shopware 6 experience with Fixtures

Improve your Shopware 6 experience with Fixtures

Improving development and testing experiences with fixtures in your Shopware 6 plugin and shop.

Automate your tests with Cypress and TestRail

Automate your tests with Cypress and TestRail

Increase test management efficiency by sending testing results from Cypress to TestRail.

Automate your tests with Ranorex and TestRail

Automate your tests with Ranorex and TestRail

Increase test management efficiency by sending testing results from Ranorex to TestRail.

My first (Shopware) Unconference

My first (Shopware) Unconference

I had the opportunity to attend the first-ever Shopware Unconference, and it was absolutely amazing!

Easy Node-Discovery with Consul

Easy Node-Discovery with Consul

Use Consul to easily retrieve a single list of available nodes and their IP addresses from your infrastructure.

Automate E2E Tests with Cypress, Shopware and Mollie

Automate E2E Tests with Cypress, Shopware and Mollie

Ever wanted to do real world payment and checkout E2E tests in an e-commerce system! This tutorial is made for you!

Design Patterns for sustainable automatic E2E Tests

Design Patterns for sustainable automatic E2E Tests

Sometimes you just want to do more with your E2E tests. Sometimes POM is not enough. Sometimes you want to build an architecture for it!