Hey, I'm Robbert 👋

#symfony

2 posts found

Generating XML files by using the strategy pattern.

Had to send different XML files to a remote server and ended up with copy-paste classes everywhere. The Strategy pattern lets you swap out the "how" without touching the "what".

9 Jul 2020•4 min read

Creating unique numbering sequences using a custom identifier strategy with Doctrine.

Standard auto-increment IDs won't cut it when you need unique numbers per customer. Here's how to roll your own sequence generator that plays nice with Doctrine and stays atomic.

21 Jun 2020•6 min read
Back to all posts
githublinkedinstack

© 2026 Robbert