<?xml version="1.0" encoding="UTF-8"?>
  <rss version="2.0">
    <channel>
      <title>Aniket Patil's Blog</title>
      <link>https://www.aniketppatil.com</link>
      <description>Thoughts on AI, Full Stack Development, and Engineering.</description>
      <language>en-us</language>
      <lastBuildDate>Fri, 10 Apr 2026 22:38:19 GMT</lastBuildDate>
      
      <item>
        <title><![CDATA[How I Integrated Firestore Chat History and Cloud Observability]]></title>
        <link>https://www.aniketppatil.com/blog/how-i-integrated-firestore-chat-history-and-cloud-observability</link>
        <guid>https://www.aniketppatil.com/blog/how-i-integrated-firestore-chat-history-and-cloud-observability</guid>
        <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
        <description><![CDATA[A practical breakdown of how I made my AI portfolio chat stateful with Firestore and production-ready with structured cloud logging and error reporting.]]></description>
        <category>Firestore</category><category>Cloud Logging</category><category>Observability</category><category>Next.js</category><category>AI Chat</category>
      </item>
    
      <item>
        <title><![CDATA[Teaching Gemini to Paint: How I Built NLP-Powered Theme Switching]]></title>
        <link>https://www.aniketppatil.com/blog/how-i-built-natural-language-theme-switching</link>
        <guid>https://www.aniketppatil.com/blog/how-i-built-natural-language-theme-switching</guid>
        <pubDate>Thu, 08 Jan 2026 00:00:00 GMT</pubDate>
        <description><![CDATA[A deep dive into how I engineered a chat interface that lets users switch website themes using natural language commands like "Make it dark" or "I want a hacking vibe".]]></description>
        <category>AI Engineering</category><category>Gemini</category><category>Next.js</category><category>UX</category><category>Natural Language Processing</category>
      </item>
    
      <item>
        <title><![CDATA[Static Websites Are Dead: How I Gave My Portfolio a Brain]]></title>
        <link>https://www.aniketppatil.com/blog/static-websites-are-dead-how-i-gave-my-portfolio-a-brain</link>
        <guid>https://www.aniketppatil.com/blog/static-websites-are-dead-how-i-gave-my-portfolio-a-brain</guid>
        <pubDate>Wed, 07 Jan 2026 00:00:00 GMT</pubDate>
        <description><![CDATA[When AI becomes a first-class user of your website. How I built an MCP-powered API layer on a serverless Next.js portfolio so AI agents can query it directly.]]></description>
        <category>MCP</category><category>AI Agents</category><category>Next.js</category><category>Vercel</category><category>Serverless</category><category>Portfolio</category>
      </item>
    
      <item>
        <title><![CDATA[Migrating from AWS to Gemini: Building an Agentic RAG Portfolio]]></title>
        <link>https://www.aniketppatil.com/blog/migrating-from-aws-to-gemini-building-agentic-rag</link>
        <guid>https://www.aniketppatil.com/blog/migrating-from-aws-to-gemini-building-agentic-rag</guid>
        <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
        <description><![CDATA[How I overcame AWS throttling limits by switching to Google Gemini 1.5 Flash, and how I transformed a simple chatbot into an Agentic RAG system that can navigate the site, toggle themes, and understand context.]]></description>
        <category>Gemini</category><category>RAG</category><category>Agentic AI</category><category>Next.js</category><category>TypeScript</category><category>Generative AI</category>
      </item>
    
      <item>
        <title><![CDATA[Building My Own RAG: AWS Models, Embeddings, and CloudWatch Logs]]></title>
        <link>https://www.aniketppatil.com/blog/building-my-own-rag-with-aws-models-embeddings-and-cloudwatch</link>
        <guid>https://www.aniketppatil.com/blog/building-my-own-rag-with-aws-models-embeddings-and-cloudwatch</guid>
        <pubDate>Mon, 13 Oct 2025 00:00:00 GMT</pubDate>
        <description><![CDATA[A comprehensive guide on implementing a custom RAG system using AWS Bedrock models, Titan embeddings, and comprehensive logging with CloudWatch. Learn about the architecture, challenges, and performance optimizations.]]></description>
        <category>AWS</category><category>RAG</category><category>Bedrock</category><category>Titan</category><category>CloudWatch</category><category>Embeddings</category><category>AI</category><category>Machine Learning</category>
      </item>
    
      <item>
        <title><![CDATA[My AWS Journey: How I Cleared AWS Cloud Practitioner (CCP) in One Month]]></title>
        <link>https://www.aniketppatil.com/blog/my-aws-journey-how-i-cleared-aws-cloud-practitioner-ccp-in-one-month-aniket-patil</link>
        <guid>https://www.aniketppatil.com/blog/my-aws-journey-how-i-cleared-aws-cloud-practitioner-ccp-in-one-month-aniket-patil</guid>
        <pubDate>Fri, 15 Mar 2024 00:00:00 GMT</pubDate>
        <description><![CDATA[My journey to clearing the AWS Cloud Practitioner certification in just one month. Learn about my study strategy, resources used, and tips for success.]]></description>
        <category>AWS</category><category>Certification</category><category>Cloud</category><category>Learning</category>
      </item>
    
      <item>
        <title><![CDATA[Duolingo: A 500-Day Language Learning Journey – A Product Teardown]]></title>
        <link>https://www.aniketppatil.com/blog/duolingo-a-500-day-language-learning-journey-a-product-teardown</link>
        <guid>https://www.aniketppatil.com/blog/duolingo-a-500-day-language-learning-journey-a-product-teardown</guid>
        <pubDate>Tue, 20 Feb 2024 00:00:00 GMT</pubDate>
        <description><![CDATA[After 500 days of consistent learning on Duolingo, I decided to analyze what makes this app so effective at language learning.]]></description>
        <category>Product</category><category>UX</category><category>Language Learning</category><category>Gamification</category>
      </item>
    
      <item>
        <title><![CDATA[Building RagBot: A Multimodal RAG Architecture]]></title>
        <link>https://www.aniketppatil.com/blog/ragbot-architecture</link>
        <guid>https://www.aniketppatil.com/blog/ragbot-architecture</guid>
        <pubDate>Mon, 15 Jan 2024 00:00:00 GMT</pubDate>
        <description><![CDATA[How we designed a scalable RAG chatbot with multi-agent routing and vector embeddings.]]></description>
        <category>AI</category><category>RAG</category><category>Architecture</category>
      </item>
    
      <item>
        <title><![CDATA[अधिक कदम : borderless World Foundation]]></title>
        <link>https://www.aniketppatil.com/blog/borderless-world-foundation</link>
        <guid>https://www.aniketppatil.com/blog/borderless-world-foundation</guid>
        <pubDate>Wed, 10 Jan 2024 00:00:00 GMT</pubDate>
        <description><![CDATA[Exploring the mission and impact of Borderless World Foundation in creating global connections.]]></description>
        <category>Social Impact</category><category>Community</category><category>Global</category>
      </item>
    
      <item>
        <title><![CDATA[माझे, आमचे, सर्वांचे राजन खान]]></title>
        <link>https://www.aniketppatil.com/blog/maze-amche-sarvenche-rajan-khan</link>
        <guid>https://www.aniketppatil.com/blog/maze-amche-sarvenche-rajan-khan</guid>
        <pubDate>Fri, 05 Jan 2024 00:00:00 GMT</pubDate>
        <description><![CDATA[A tribute to Rajan Khan and his contributions to society and community development.]]></description>
        <category>Biography</category><category>Community</category><category>Inspiration</category>
      </item>
    
      <item>
        <title><![CDATA[पीयूष मिश्रा: उन्मादी ते जिंदादील via इन्कलाबी]]></title>
        <link>https://www.aniketppatil.com/blog/piyush-mishra-unmadi-te-jindadil-via-inkalabi</link>
        <guid>https://www.aniketppatil.com/blog/piyush-mishra-unmadi-te-jindadil-via-inkalabi</guid>
        <pubDate>Mon, 01 Jan 2024 00:00:00 GMT</pubDate>
        <description><![CDATA[The incredible journey of Piyush Mishra from revolutionary to beloved actor and musician.]]></description>
        <category>Biography</category><category>Entertainment</category><category>Culture</category>
      </item>
    
    </channel>
  </rss>