Stephane Decock

Stephane Decock

Backend Developer

7 articles

migrating-messenger-queue-from-doctrine-to-a-different-transport
Backend, Feb 9, 2023 - 2 min read

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
Locastic, Agile, Dec 2, 2021 - 6 min read

Developers’ approach to software estimates.

Here’s how you can predict the project scope and estimate complex features without losing your sanity.

symfony-tips-and-tricks
Locastic, Backend, Apr 22, 2021 - 3 min read

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
Locastic, Backend, Apr 1, 2021 - 1 min read

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
Locastic, Jan 5, 2021 - 4 min read

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
Locastic, Backend, Apr 22, 2020 - 4 min read

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
Locastic, Backend, Mar 17, 2020 - 2 min read

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.