Problem. Decision. Result.

What works, what gets stuck, and what I learned from it.

Articles about architecture, TYPO3, automation, and the details that only appear once a system is actually being used.

02 / Blog

Notes from practice

This blog is my external memory. It collects solutions, questions, and those small technical light-bulb moments that usually appear shortly after the third failed attempt.

A dry run checks several system paths and visibly stops at a detected failure.

Published 09.09.2026

The dry run must be able to fail

A simulation is only valuable if it reflects the same contracts, states and error paths as the real integration. For TYPO3 projects, this results in a clear architecture: domain core, interchangeable adapters, controlled live tests and visible approvals.