<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://rohith-gandhi.com/</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Datastructures that power your code editors</title>
          <link>https://rohith-gandhi.com//blog/datastructures-powering-your-editor</link>
          <description>Gap buffer, Piece tables & Rope</description>
          <pubDate>Wed, 05 Nov 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Concurrent I/O Patterns: Thread Pools vs Event Loops</title>
          <link>https://rohith-gandhi.com//blog/thread-pools-vs-event-loops</link>
          <description>A deep dive into concurrent I/O patterns for backend systems</description>
          <pubDate>Sun, 20 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Fighting the Garbage Collector</title>
          <link>https://rohith-gandhi.com//blog/fighting-the-gc</link>
          <description>Effects of GC activity on tail latency</description>
          <pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Dynamic Arrays - Memory Allocation</title>
          <link>https://rohith-gandhi.com//blog/dynamic-arrays</link>
          <description>How is memory allocated in dynamic arrays?</description>
          <pubDate>Sat, 01 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Understanding Tail Latency</title>
          <link>https://rohith-gandhi.com//blog/understanding-tail-latency</link>
          <description>What? Why?</description>
          <pubDate>Sun, 16 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Database Durability</title>
          <link>https://rohith-gandhi.com//blog/database-durability</link>
          <description>Software techniques to improve database durability</description>
          <pubDate>Tue, 04 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>JavaScript - Event Loop</title>
          <link>https://rohith-gandhi.com//blog/js-event-loop</link>
          <description>Perform non-blocking async I/O</description>
          <pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>