<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>baseDecoded</title>
    <link>https://basedecoded.com</link>
    <description>Long-form notes on systems, physics limits, and the logic under the abstractions.</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 27 Jul 2026 21:09:21 GMT</lastBuildDate>
    <atom:link href="https://basedecoded.com/feed.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Load Balancer Algorithms: Decoded</title>
      <link>https://basedecoded.com/decodes/load-balancer-algorithms</link>
      <guid>https://basedecoded.com/decodes/load-balancer-algorithms</guid>
      <pubDate>Sun, 05 Jul 2026 00:00:00 GMT</pubDate>
      <description>How traffic is distributed across homogeneous and heterogeneous backends, and when each routing strategy fails.</description>
    </item>
    <item>
      <title>LeetCode 260: Single Number III — Bitmask Partitioning</title>
      <link>https://basedecoded.com/algorithms/leetcode-260-single-number-iii</link>
      <guid>https://basedecoded.com/algorithms/leetcode-260-single-number-iii</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
      <description>How to isolate two unique elements in linear time and constant space using bitwise grouping and two&apos;s complement arithmetic.</description>
    </item>
    <item>
      <title>Why Vertical Scaling Fails: The Physical Wall</title>
      <link>https://basedecoded.com/decodes/why-vertical-scaling-fails</link>
      <guid>https://basedecoded.com/decodes/why-vertical-scaling-fails</guid>
      <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
      <description>Physics says your &apos;bigger box&apos; is a mathematical impossibility.</description>
    </item>
    <item>
      <title>LeetCode 136: Single Number — From Naive Map to Elegant XOR</title>
      <link>https://basedecoded.com/algorithms/leetcode-136-single-number</link>
      <guid>https://basedecoded.com/algorithms/leetcode-136-single-number</guid>
      <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
      <description>A step-by-step developer&apos;s guide to solving the Single Number challenge, progressing from Naive HashMaps to the optimal O(1) space XOR solution.</description>
    </item>
  </channel>
</rss>