Symfony Messenger: What the Documentation Does Not Cover
Last year we took over a Symfony e-commerce application that was struggling under a combination of high customer traffic and...
I am a php enthusiast being interested in clean code, architecture and developer experience.
With over 19 years of hands-on experience, I specialize in PHP and Symfony. I love working with tools that ensure code quality, consistency, and reliability at every stage of development.
Whether building new features or refining existing systems, I care deeply about code that’s not just functional — but also a pleasure to read, maintain, and extend.
Last year we took over a Symfony e-commerce application that was struggling under a combination of high customer traffic and...
Clean code is dead. The AI doesn't care about your variable names. It'll read your 800-line controller and generate another one without blinking. But here's the problem: you just taught it everything....
Most developers use the EventDispatcher for simple notifications and never go deeper. That's a mistake. Here's what's actually in the toolbox and when to reach for it....
AI writes code that works. That's not the same as code that's good. The moment you merge it, you own it — the shortcuts, the weak names, the missed boundaries. Here's why clean code matters more now, not less....