<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://tombengal.com</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>The 500-line notebook problem: A framework for data pipelines that don't break at scale</title>
          <link>https://tombengal.com/writing/data-pipelines</link>
          <description>Lessons from scaling ad-hoc data scripts into robust pipelines: faster feedback, real-world tests, structured logs, and reproducible runs.</description>
          <pubDate>Sat, 09 Aug 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>