Hey, I'm Robbert 👋

#doctrine

2 posts found

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

Aggregating your data by with SQL views and Doctrine.

Slow aggregation queries killing your app? Use SQL views as read-only Doctrine entities - the database does the heavy lifting so your app doesn't have to.

16 May 2020•4 min read
Back to all posts
githublinkedinstack

© 2026 Robbert