<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://srikaryaganti.com</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>The Hidden Cost of JSON</title>
          <link>https://srikaryaganti.com/blog/the-hidden-cost-of-json</link>
          <description>Your JSON library looks free. Then you profile your service and discover it's consuming 30% of your CPU budget — and the standard library is the worst offender. Here's what I measured, what I changed, and why this pattern repeats across every language.</description>
          <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Notes on Performance</title>
          <link>https://srikaryaganti.com/blog/notes-on-performance</link>
          <description>Most Go performance advice is folklore dressed up as engineering. I measured four message brokers, two database libraries, and six JSON encoders across real workloads. Here's what the numbers actually say.</description>
          <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The Utility Library I Wish I'd Built on Day 30</title>
          <link>https://srikaryaganti.com/blog/the-utility-library-i-wish-id-built-on-day-30</link>
          <description>How one shared logging library across 20+ microservices taught me that the difference between a cheap utility and an expensive migration isn't code quality—it's how early you build the policy layer.</description>
          <pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>I Caught Myself Not Thinking</title>
          <link>https://srikaryaganti.com/blog/caught-myself-not-thinking</link>
          <description>On the quiet cognitive cost of AI coding agents—the skills we lose when we delegate reasoning to Opus by default, why token subsidies mask a growing dependency, and a practical framework for staying sharp while still shipping fast.</description>
          <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Polymarket Crypto Insurance Bot: Arbitraging Prediction Markets with Real-Time Oracle Signals</title>
          <link>https://srikaryaganti.com/blog/polymarket-crypto-insurance-bot</link>
          <description>A deep dive into building a production-grade Go trading bot that detects mispricing in Polymarket's BTC/ETH/SOL prediction markets by cross-referencing Chainlink oracles, Binance order flow, and on-chain CLOB data—then executes with a 6-gate risk system designed to never take a bad trade.</description>
          <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Diksuchi-AI: Secure, Offline Document Intelligence for Defense and Aerospace</title>
          <link>https://srikaryaganti.com/blog/diksuchi-ai-whitepaper</link>
          <description>A privacy-first, offline document intelligence platform designed specifically for defense and aerospace organizations. Enables secure, multi-tenant retrieval-augmented generation over sensitive technical documents with strict data isolation, air-gapped operation, and multilingual voice-enabled access.</description>
          <pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Unified Crypto Market Data: Designing a Low-Latency WebSocket API for Informed Trading</title>
          <link>https://srikaryaganti.com/blog/unified-crypto-market-data</link>
          <description>A deep dive into building a production-grade, low-latency system that aggregates real-time market data from Binance, OKX, Bybit, and Bitget—deployed on bare metal across regions to minimize latency and surface cross-exchange anomalies.</description>
          <pubDate>Sun, 16 Nov 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>