<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Maneesh Sagar — Essays</title>
    <link>https://maneeshsagar.substack.com/</link>
    <description>Essays on software engineering, Go, systems, and what I learn.</description>
    <language>en</language>
    <atom:link href="https://www.maneeshsagar.com/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Reflection Pattern of Agent</title>
      <link>https://maneeshsagar.substack.com/p/reflection-pattern-of-agent</link>
      <guid isPermaLink="true">https://maneeshsagar.substack.com/p/reflection-pattern-of-agent</guid>
      <pubDate>Sat, 01 Aug 2026 18:07:49 +0000</pubDate>
      <description>An Introduction to Reflection in AI Agent Design</description>
    </item>
    <item>
      <title>Story Of Cryptography</title>
      <link>https://maneeshsagar.substack.com/p/story-of-cryptography</link>
      <guid isPermaLink="true">https://maneeshsagar.substack.com/p/story-of-cryptography</guid>
      <pubDate>Sat, 03 Jan 2026 14:30:31 +0000</pubDate>
      <description>Representation of symmetric and asymmetric cryptography through small story</description>
    </item>
    <item>
      <title>Memory Management in Rust</title>
      <link>https://maneeshsagar.substack.com/p/memory-management-in-rust</link>
      <guid isPermaLink="true">https://maneeshsagar.substack.com/p/memory-management-in-rust</guid>
      <pubDate>Sat, 09 Aug 2025 18:25:12 +0000</pubDate>
      <description>This article is about exploring the Rust memory model. How does rust manage the memory?</description>
    </item>
    <item>
      <title>How Memory Allocation Works in Modern Programming?</title>
      <link>https://maneeshsagar.substack.com/p/how-memory-allocation-works-in-modern</link>
      <guid isPermaLink="true">https://maneeshsagar.substack.com/p/how-memory-allocation-works-in-modern</guid>
      <pubDate>Sun, 03 Aug 2025 18:04:22 +0000</pubDate>
      <description>This article presents a subtle yet insightful comparison of memory allocation and deallocation strategies across different types of programming languages</description>
    </item>
    <item>
      <title>Difference between new() and make() in Go Lang</title>
      <link>https://maneeshsagar.substack.com/p/difference-between-new-and-make-in</link>
      <guid isPermaLink="true">https://maneeshsagar.substack.com/p/difference-between-new-and-make-in</guid>
      <pubDate>Tue, 21 May 2024 20:31:36 +0000</pubDate>
      <description>There are two built-in function in Go to allocate the memory new() and make() both works on different type and do different work.</description>
    </item>
  </channel>
</rss>
