Stephane Decock
Backend Developer
7 articles
Migrating messenger queue from Doctrine to a different transport
Have you ever wanted to migrate the Messenger queue from Doctrine but got annoyed by messages still stuck in the queue on D-Day?
Developers’ approach to software estimates.
Here’s how you can predict the project scope and estimate complex features without losing your sanity.
Improve your Symfony proficiency with these tips and tricks!
Stephane shows how to save some time with these few simple tips and tricks!
A quick way to browse Symfony Logs with PHPStorm
Do you get tired from browsing logs and finding keywords to debug a certain flow? Here’s how you can save time.
Administrate your administrators with Sylius RBAC
Ever needed a way to add a hierarchy between your shop administrators? Here’s a neat way.
Useful Coding design patterns
Stephane presents two reusable and extendable patterns that can help your development process in the long term.
Symfony Routing component – Customize URL Generation
Ever wondered how to customize the route generation in Symfony? So have I, and here is how I did it.