<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Utkarsh Joshi</title>
    <link>https://utkarshjoshi.com/posts/</link>
    <description>Recent content in Posts on Utkarsh Joshi</description>
    <image>
      <title>Utkarsh Joshi</title>
      <url>https://utkarshjoshi.com/images/utkarshjoshi.png</url>
      <link>https://utkarshjoshi.com/images/utkarshjoshi.png</link>
    </image>
    <generator>Hugo -- 0.147.8</generator>
    <language>en</language>
    <lastBuildDate>Fri, 16 Jan 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://utkarshjoshi.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Where is my Thing? - A Spatial Memory Agent</title>
      <link>https://utkarshjoshi.com/posts/where-is-my-thing/</link>
      <pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/where-is-my-thing/</guid>
      <description>A Spatial Memory Agent designed to track physical items using a conversational interface and a knowledge graph</description>
    </item>
    <item>
      <title>From Rusted Wires to Cloud Native: The Story of AquaMind</title>
      <link>https://utkarshjoshi.com/posts/aquamind/</link>
      <pubDate>Tue, 09 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/aquamind/</guid>
      <description>How I built a professional-grade smart water monitoring system from scratch, evolving from high school experiments to a full-stack IoT platform.</description>
    </item>
    <item>
      <title>Automating the Mundane: How I Built a Full-Stack Attendance Bot</title>
      <link>https://utkarshjoshi.com/posts/automating-the-mundane/</link>
      <pubDate>Wed, 26 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/automating-the-mundane/</guid>
      <description>&lt;p&gt;Every developer has that one daily task they secretly despise. For me, it wasn&amp;rsquo;t writing docs or fixing bugs—it was the daily &amp;ldquo;swipe-in&amp;rdquo; on our HR portal, let&amp;rsquo;s call it &amp;ldquo;Gx-HR&amp;rdquo; (you know the one).&lt;/p&gt;
&lt;p&gt;Here is the irony: I physically go to the office every single day. I am there. But remembering to open the app and click &amp;ldquo;Sign In&amp;rdquo; at 10:00 AM? That is a mental load I simply couldn&amp;rsquo;t carry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a Real-Time Quiz App: A Full-Stack Journey</title>
      <link>https://utkarshjoshi.com/posts/building-a-real-time-quiz-app/</link>
      <pubDate>Sat, 22 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/building-a-real-time-quiz-app/</guid>
      <description>How I built a high-performance real-time quiz platform using Go, React, and WebSockets.</description>
    </item>
    <item>
      <title>Building a Zero-Cost CI/CD Pipeline</title>
      <link>https://utkarshjoshi.com/posts/free-docker-pipeline/</link>
      <pubDate>Sat, 22 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/free-docker-pipeline/</guid>
      <description>&lt;p&gt;I recently built a &lt;a href=&#34;https://utkarshjoshi.com/projects/real-time-quiz-app/&#34;&gt;Real-Time Quiz App&lt;/a&gt; (check it out live at &lt;a href=&#34;https://quiz.utkarshjoshi.com&#34;&gt;quiz.utkarshjoshi.com&lt;/a&gt;), and while the coding part was fun, the deployment was a whole other beast. I wanted a professional-grade CI/CD pipeline, but I had one strict constraint: &lt;strong&gt;it had to be 100% free.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is the story of how I hacked together AWS Free Tier, Namecheap, Cloudflare, and GitHub Actions to build a robust deployment pipeline without spending a dime.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Citations: Building TikTok for Research Papers with Agentic AI</title>
      <link>https://utkarshjoshi.com/posts/building-citations-tiktok-for-research/</link>
      <pubDate>Wed, 01 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/building-citations-tiktok-for-research/</guid>
      <description>How we built a TikTok-style research paper discovery app using agentic AI workflows, LangGraph, and modern web technologies</description>
    </item>
    <item>
      <title>AI Agent Automation</title>
      <link>https://utkarshjoshi.com/posts/ai-agent-automation/</link>
      <pubDate>Wed, 15 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/ai-agent-automation/</guid>
      <description>Python framework for building and deploying AI agents for process automation</description>
    </item>
    <item>
      <title>Gasless Web3 Payment SDK</title>
      <link>https://utkarshjoshi.com/posts/gasless-web3-payment-sdk/</link>
      <pubDate>Fri, 15 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/gasless-web3-payment-sdk/</guid>
      <description>TypeScript SDK for implementing gasless payments in Web3 applications</description>
    </item>
    <item>
      <title>Real-time Trading Backend</title>
      <link>https://utkarshjoshi.com/posts/real-time-trading-backend/</link>
      <pubDate>Sun, 20 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/real-time-trading-backend/</guid>
      <description>High-performance Node.js backend for real-time cryptocurrency trading with WebSocket support</description>
    </item>
    <item>
      <title>Building Gasless Web3 Applications: A Developer&#39;s Guide</title>
      <link>https://utkarshjoshi.com/posts/building-gasless-web3-applications/</link>
      <pubDate>Wed, 20 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://utkarshjoshi.com/posts/building-gasless-web3-applications/</guid>
      <description>Learn how to build gasless Web3 applications using meta-transactions and account abstraction</description>
    </item>
  </channel>
</rss>
