<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://portfolio-blog-starter.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>From Runtime Fetch to Build Time: How We Eliminated a Network Round-Trip</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/bundling-plant-config</link>
          <description>The plant config was being fetched on every page load. Moving it to a bundled asset cut load times and removed a failure point.</description>
          <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Line Performance Monitor: Crash, Skeletons, and the KPI Fields We Almost Lost</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/line-performance-monitor-rework</link>
          <description>How a single rework of the Line Performance Monitor introduced three regressions — and how we fixed each one.</description>
          <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>UI Refresh 2026: What We Shipped in the ProCheck Dashboard</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/ui-refresh-2026-overview</link>
          <description>A tour of the Q3 2026 frontend overhaul — skeleton loading, date filtering, error boundaries, and the death of the global spinner.</description>
          <pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Embracing Vim: The Unsung Hero of Code Editors</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/vim</link>
          <description>Discover why Vim, with its steep learning curve, remains a beloved tool among developers for editing code efficiently and effectively.</description>
          <pubDate>Tue, 09 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Spaces vs. Tabs: The Indentation Debate Continues</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/spaces-vs-tabs</link>
          <description>Explore the enduring debate between using spaces and tabs for code indentation, and why this choice matters more than you might think.</description>
          <pubDate>Mon, 08 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The Power of Static Typing in Programming</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/static-typing</link>
          <description>In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.</description>
          <pubDate>Sun, 07 Apr 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>