<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
     xmlns:dc="http://purl.org/dc/elements/1.1/" 
     xmlns:content="http://purl.org/rss/1.0/modules/content/" 
     xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ramde — Software Engineer</title>
    <description>Articles and tutorials on distributed systems, backend engineering, and web performance by Ramde.</description>
    <link>https://ramde.in</link>
    <atom:link href="https://ramde.in/rss.xml" rel="self" type="application/rss+xml"/>
    <language>en-us</language>
    <managingEditor>ramde.parmar.dev@gmail.com (Ramde)</managingEditor>
    <webMaster>ramde.parmar.dev@gmail.com (Ramde)</webMaster>
    <lastBuildDate>Sat, 26 Sep 2026 15:35:11 GMT</lastBuildDate>
    <docs>https://www.rssboard.org/rss-specification</docs>
    
    <item>
      <title><![CDATA[Why I Default to Simple Tools and Boring Architecture]]></title>
      <link>https://ramde.in/blog/simple-tools-boring-architecture</link>
      <guid isPermaLink="true">https://ramde.in/blog/simple-tools-boring-architecture</guid>
      <description><![CDATA[Complex abstractions leak. In production systems, the most resilient architecture is almost always the simplest one you can possibly get away with.]]></description>
      <dc:creator><![CDATA[Ramde]]></dc:creator>
      <pubDate>Tue, 15 Sep 2026 00:00:00 GMT</pubDate>
      <category><![CDATA[Architecture]]></category><category><![CDATA[Engineering]]></category><category><![CDATA[Philosophy]]></category>
    </item>
    <item>
      <title><![CDATA[Taming Tail Latency: P99 Optimization in Distributed Storage]]></title>
      <link>https://ramde.in/blog/tail-latency-distributed-systems</link>
      <guid isPermaLink="true">https://ramde.in/blog/tail-latency-distributed-systems</guid>
      <description><![CDATA[Averages lie. In high-throughput distributed systems, your 99.9th percentile latency dictates user satisfaction and downstream resource exhaustion.]]></description>
      <dc:creator><![CDATA[Ramde]]></dc:creator>
      <pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate>
      <category><![CDATA[Distributed Systems]]></category><category><![CDATA[Performance]]></category><category><![CDATA[Go]]></category>
    </item>
    <item>
      <title><![CDATA[The Craft of Zero-JavaScript Web Architecture]]></title>
      <link>https://ramde.in/blog/zero-js-native-web-craft</link>
      <guid isPermaLink="true">https://ramde.in/blog/zero-js-native-web-craft</guid>
      <description><![CDATA[How modern HTML5 semantic elements and CSS Cascade Layers enable hyper-fast, accessible personal websites without a single byte of client framework bloat.]]></description>
      <dc:creator><![CDATA[Ramde]]></dc:creator>
      <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
      <category><![CDATA[Web]]></category><category><![CDATA[Performance]]></category><category><![CDATA[CSS]]></category>
    </item>
  </channel>
</rss>