<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Abdul Salam (abcubed3) | Cloud Data &amp; AI Architect</title>
    <link>https://abcubed3.dev/</link>
    <description>Technical deep dives on Google Cloud, Go, Spanner, and AI Agent architecture by Abdul Salam.</description>
    <language>en-us</language>
    <lastBuildDate>Sat, 29 Aug 2026 00:09:25 GMT</lastBuildDate>
    <atom:link href="https://abcubed3.dev/rss.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Jujutsu (JJ) VCS Deep Dive (Part 1): Core Tenets, Mental Model &amp; Architecture Under the Hood</title>
      <link>https://abcubed3.dev/#/writing/jujutsu-vcs-part-1-core-architecture-mental-model</link>
      <guid isPermaLink="false">abcubed3-dev-jujutsu-vcs-part-1-core-architecture-mental-model</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description>Explore Jujutsu (JJ) VCS: its foundational core tenets, internal Rust engine architecture (jj-lib vs jj-cli), stable Change IDs vs Commit IDs, first-class conflicts, and why it is the ideal version control system for autonomous AI agents.</description>
      <category>Jujutsu VCS</category>
      <category>JJ</category>
      <category>Developer Tooling</category>
      <category>Git</category>
      <category>Source Version Control</category>
      <enclosure url="https://abcubed3.dev/writing/images/jujutsu-vcs-part-1.png" type="image/webp" />
    </item>
    <item>
      <title>Jujutsu (JJ) VCS Deep Dive (Part 2): Hands-On Workflows, Stacked Diffs &amp; Seamless Git Adoption</title>
      <link>https://abcubed3.dev/#/writing/jujutsu-vcs-part-2-workflows-and-git-adoption</link>
      <guid isPermaLink="false">abcubed3-dev-jujutsu-vcs-part-2-workflows-and-git-adoption</guid>
      <pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate>
      <description>Master Jujutsu (JJ) VCS in practice: learn daily staging-free workflows, interactive squashing, first-class conflict resolution, stacked diffs, GitHub remote syncing, and parallel AI agent workspaces.</description>
      <category>Jujutsu VCS</category>
      <category>JJ</category>
      <category>Developer Experience</category>
      <category>Git Workflows</category>
      <category>Source Version Control</category>
      <enclosure url="https://abcubed3.dev/writing/images/jujutsu-vcs-part-2.png" type="image/webp" />
    </item>
    <item>
      <title>Unlocking the Agentic Web: What is WebMCP and How to Add It to Any Website</title>
      <link>https://abcubed3.dev/#/writing/what-is-webmcp-and-how-to-add-it-to-any-site</link>
      <guid isPermaLink="false">abcubed3-dev-what-is-webmcp-and-how-to-add-it-to-any-site</guid>
      <pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate>
      <description>The web was built for human eyes, but the next wave of internet consumers is autonomous AI agents. Here is how WebMCP turns your site into an agent-ready API using standardized in-browser capabilities.</description>
      <category>Agentic AI</category>
      <category>Model Context Protocol</category>
      <category>Web Architecture</category>
      <category>AI Agents</category>
      <category>Frontend Development</category>
      <enclosure url="https://abcubed3.dev/writing/images/webmcp.png" type="image/webp" />
    </item>
    <item>
      <title>Go 1.27 Deep Dive (Part 1): Generic Methods, Embedded Struct Literals &amp; Toolchain Modernizers</title>
      <link>https://abcubed3.dev/#/writing/go-1-27-part-1-language-and-tooling</link>
      <guid isPermaLink="false">abcubed3-dev-go-1-27-part-1-language-and-tooling</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
      <description>Go 1.27 introduces generic methods, direct field selectors in embedded struct literals, generalized type inference, and smart toolchain modernizers. Here is a practical walkthrough with relatable code.</description>
      <category>Go Release 1.27</category>
      <category>Golang</category>
      <category>Language Design</category>
      <category>Backend Development</category>
      <enclosure url="https://abcubed3.dev/writing/images/go127-part1.webp" type="image/webp" />
    </item>
    <item>
      <title>Go 1.27 Deep Dive (Part 2): JSON v2, Native UUIDs, and Post-Quantum Security</title>
      <link>https://abcubed3.dev/#/writing/go-1-27-part-2-standard-library-json-v2-uuid</link>
      <guid isPermaLink="false">abcubed3-dev-go-1-27-part-2-standard-library-json-v2-uuid</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
      <description>Explore Go 1.27&apos;s standard library additions: encoding/json/v2, the long-awaited native uuid package, crypto/mldsa post-quantum signatures, and in-memory HTTP testing.</description>
      <category>Go Release 1.27</category>
      <category>Golang</category>
      <category>JSON/v2</category>
      <category>Post-Quantum Security</category>
      <category>UUIDs</category>
      <category>SIMD</category>
      <enclosure url="https://abcubed3.dev/writing/images/go127-part2.webp" type="image/webp" />
    </item>
    <item>
      <title>Go 1.27 Deep Dive (Part 3): Size-Specialized Allocations &amp; Goroutine Leak Profiles</title>
      <link>https://abcubed3.dev/#/writing/go-1-27-part-3-runtime-performance-goroutine-leaks</link>
      <guid isPermaLink="false">abcubed3-dev-go-1-27-part-3-runtime-performance-goroutine-leaks</guid>
      <pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate>
      <description>Discover how Go 1.27 speeds up memory allocation for small objects and introduces the goroutineleak profile in runtime/pprof to catch stubborn concurrency leaks.</description>
      <category>Go Release 1.27</category>
      <category>Golang</category>
      <category>Performance</category>
      <category>Concurrency</category>
      <category>Profiling</category>
      <enclosure url="https://abcubed3.dev/writing/images/go127-part3.webp" type="image/webp" />
    </item>
    <item>
      <title>Solving the Noisy Neighbor: How Sharded Architecture Protects Multi-Tenant Platforms</title>
      <link>https://abcubed3.dev/#/writing/solving-the-noisy-neighbor</link>
      <guid isPermaLink="false">abcubed3-dev-solving-the-noisy-neighbor</guid>
      <pubDate>Thu, 18 Jun 2026 00:00:00 GMT</pubDate>
      <description>Whether you are a multi-tenant SaaS provider, a large enterprise managing internal data platforms, or a company handling mixed-workload data processing, managing a shared infrastructure environment means facing a common threat: the &apos;noisy neighbor&apos;.</description>
      <category>Cloud Data Architecture</category>
      <category>Multi-Tenant Systems</category>
      <category>Distributed Systems</category>
      <category>GCP</category>
      <enclosure url="https://abcubed3.dev/writing/images/noisy.webp" type="image/webp" />
    </item>
  </channel>
</rss>
