<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://meesegberts.nl</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Designing Scalable Systems with CQRS and Event Sourcing</title>
          <link>https://meesegberts.nl/blog/event-sourcing</link>
          <description>Learn how CQRS and Event Sourcing help you design scalable, maintainable systems in NestJS by separating reads from writes and storing every change as an event.</description>
          <pubDate>Thu, 20 Nov 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>