<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Nancy Chauhan — Writing</title>
    <link>https://nancychauhan.com</link>
    <description>Technical writing and reflections by Nancy Chauhan.</description>
    <language>en-us</language>
    <atom:link href="https://nancychauhan.com/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Detect Credential Theft in AI Agent Harness Traces</title>
      <link>https://www.linkedin.com/pulse/how-detect-credential-theft-ai-agent-harness-traces-nancy-chauhan-iqkfc/</link>
      <guid isPermaLink="true">https://www.linkedin.com/pulse/how-detect-credential-theft-ai-agent-harness-traces-nancy-chauhan-iqkfc/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate>
      <description>A practical approach to spotting off-tree credential reads and suspicious tool calls using the traces AI agents already emit.</description>
      <category>ai-security</category>
      <category>agent-observability</category>
    </item>
    <item>
      <title>Your AI Security Agent Has Root. Build the Harness Before You Ship It</title>
      <link>https://nancy-chauhan.medium.com/your-ai-security-agent-has-root-build-the-harness-before-you-ship-it-544e5b85d238</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/your-ai-security-agent-has-root-build-the-harness-before-you-ship-it-544e5b85d238</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <description>Why production AI security agents need scoped tools, per-run isolation, auditable workflows, and secrets the model never directly holds.</description>
      <category>ai-security</category>
      <category>agent-infrastructure</category>
    </item>
    <item>
      <title>Thank You, Next — 2025</title>
      <link>https://nancy-chauhan.medium.com/thank-you-next-2edd47d07f4a</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/thank-you-next-2edd47d07f4a</guid>
      <pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate>
      <description>A year-in-review reflecting on graduating from Cornell, joining Agno, speaking at KubeCon EU, working on AI agents, and life in New York City.</description>
      <category>year-in-review</category>
      <category>personal</category>
    </item>
    <item>
      <title>My $0 Vercel App Needed an Hourly Cron — That&apos;s a Pro Feature. Here&apos;s How I Kept It Free</title>
      <link>https://nancy-chauhan.medium.com/my-0-vercel-app-needed-an-hourly-cron-thats-a-pro-feature-here-s-how-i-kept-it-free-fa83d898763a</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/my-0-vercel-app-needed-an-hourly-cron-thats-a-pro-feature-here-s-how-i-kept-it-free-fa83d898763a</guid>
      <pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate>
      <description>Vercel&apos;s cron jobs require a Pro plan, but I found a way to run hourly scheduled tasks on my free-tier app without upgrading.</description>
      <category>vercel</category>
      <category>serverless</category>
      <category>devops</category>
    </item>
    <item>
      <title>Thank You, Next — 2024</title>
      <link>https://nancy-chauhan.medium.com/thank-you-next-8454b4413d3d</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/thank-you-next-8454b4413d3d</guid>
      <pubDate>Tue, 31 Dec 2024 00:00:00 GMT</pubDate>
      <description>A year-in-review reflecting on my Cornell journey, internship at Exostellar, becoming a CNCF Ambassador, and contributions to the cloud native community.</description>
      <category>year-in-review</category>
      <category>personal</category>
    </item>
    <item>
      <title>Thank You, Next — 2023</title>
      <link>https://nancy-chauhan.medium.com/thank-you-next-a275083343e4</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/thank-you-next-a275083343e4</guid>
      <pubDate>Sun, 31 Dec 2023 00:00:00 GMT</pubDate>
      <description>A year-in-review reflecting on starting at Cornell University, co-founding Women in Cloud Native, contributing to LocalStack, and the big move to the United States.</description>
      <category>year-in-review</category>
      <category>personal</category>
    </item>
    <item>
      <title>Thank You, Next — 2022</title>
      <link>https://nancy-chauhan.medium.com/thank-you-next-d3ec464e42dc</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/thank-you-next-d3ec464e42dc</guid>
      <pubDate>Sat, 31 Dec 2022 00:00:00 GMT</pubDate>
      <description>A year-in-review reflecting on speaking at DevOpsDays India, joining Women Tech Network, working at Gitpod, and open source contributions throughout the year.</description>
      <category>year-in-review</category>
      <category>personal</category>
    </item>
    <item>
      <title>Enforcing Coding Best Practices with Automation</title>
      <link>https://faun.pub/enforcing-coding-best-practices-using-ci-b3287e362202</link>
      <guid isPermaLink="true">https://faun.pub/enforcing-coding-best-practices-using-ci-b3287e362202</guid>
      <pubDate>Fri, 10 Sep 2021 00:00:00 GMT</pubDate>
      <description>A practical guide to automating code quality enforcement using linters, pre-commit hooks, CI checks, and code review automation tools.</description>
      <category>developer-experience</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Thank You, July</title>
      <link>https://nancy-chauhan.medium.com/thank-you-july-b8058b82bff3</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/thank-you-july-b8058b82bff3</guid>
      <pubDate>Sun, 01 Aug 2021 00:00:00 GMT</pubDate>
      <description>A 2021 reflection on rest, reconnecting, creativity, mental health, and new beginnings.</description>
      <category>year-in-review</category>
      <category>personal</category>
    </item>
    <item>
      <title>Designing Idempotent APIs</title>
      <link>https://levelup.gitconnected.com/idempotency-in-api-design-bc4ea812a881</link>
      <guid isPermaLink="true">https://levelup.gitconnected.com/idempotency-in-api-design-bc4ea812a881</guid>
      <pubDate>Sun, 20 Jun 2021 00:00:00 GMT</pubDate>
      <description>How to design APIs that are safe to retry, covering idempotency keys, HTTP method semantics, database strategies, and real-world patterns for building reliable distributed systems.</description>
      <category>api-design</category>
      <category>distributed-systems</category>
    </item>
    <item>
      <title>Understanding Load Balancing: Concepts and Algorithms</title>
      <link>https://levelup.gitconnected.com/loadbalancing-a0e805baea37</link>
      <guid isPermaLink="true">https://levelup.gitconnected.com/loadbalancing-a0e805baea37</guid>
      <pubDate>Mon, 15 Mar 2021 00:00:00 GMT</pubDate>
      <description>A deep dive into load balancing algorithms including round-robin, least connections, IP hash, and weighted strategies, with guidance on when to use each approach.</description>
      <category>distributed-systems</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>2020 at a Glance</title>
      <link>https://nancy-chauhan.medium.com/2020-at-a-glance-e49afcf83ffb</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/2020-at-a-glance-e49afcf83ffb</guid>
      <pubDate>Thu, 31 Dec 2020 00:00:00 GMT</pubDate>
      <description>A reflection on the experiences, changes, and lessons that shaped 2020.</description>
      <category>year-in-review</category>
      <category>personal</category>
    </item>
    <item>
      <title>Faster Builds with Docker Layer Caching</title>
      <link>https://nancy-chauhan.medium.com/</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/</guid>
      <pubDate>Tue, 10 Nov 2020 00:00:00 GMT</pubDate>
      <description>Optimize your Docker builds by understanding the layer caching system, writing cache-friendly Dockerfiles, using multi-stage builds, and configuring CI pipelines for maximum cache reuse.</description>
      <category>docker</category>
      <category>ci-cd</category>
      <category>devops</category>
    </item>
    <item>
      <title>Building a Custom Prometheus Exporter in Go</title>
      <link>https://nancy-chauhan.medium.com/</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/</guid>
      <pubDate>Sat, 15 Aug 2020 00:00:00 GMT</pubDate>
      <description>A step-by-step guide to building a custom Prometheus exporter in Go, covering metric types, the collector interface, exposing metrics via HTTP, and creating Grafana dashboards.</description>
      <category>observability</category>
      <category>prometheus</category>
      <category>go</category>
    </item>
    <item>
      <title>Introduction to Message Queues</title>
      <link>https://nancy-chauhan.medium.com/</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/</guid>
      <pubDate>Wed, 20 May 2020 00:00:00 GMT</pubDate>
      <description>An overview of message queuing patterns including pub/sub and point-to-point, with a comparison of RabbitMQ and Apache Kafka and guidance on choosing the right tool.</description>
      <category>distributed-systems</category>
      <category>messaging</category>
    </item>
    <item>
      <title>How DNS Resolution Works</title>
      <link>https://nancy-chauhan.medium.com/</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/</guid>
      <pubDate>Sun, 15 Mar 2020 00:00:00 GMT</pubDate>
      <description>A comprehensive walkthrough of the DNS resolution process, from recursive resolvers to root servers, TLD servers, authoritative servers, caching, and TTL behavior.</description>
      <category>networking</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>Monitoring Java Web Applications with Prometheus</title>
      <link>https://nancy-chauhan.medium.com/</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/</guid>
      <pubDate>Mon, 10 Feb 2020 00:00:00 GMT</pubDate>
      <description>A practical guide to monitoring Java web applications using Prometheus, covering JMX metrics, Micrometer integration, custom metrics, alerting rules, and dashboard best practices.</description>
      <category>observability</category>
      <category>java</category>
      <category>monitoring</category>
    </item>
    <item>
      <title>Working with Git Submodules</title>
      <link>https://nancy-chauhan.medium.com/</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/</guid>
      <pubDate>Fri, 15 Nov 2019 00:00:00 GMT</pubDate>
      <description>A practical guide to Git submodules covering how to add, update, and clone repositories with submodules, along with common pitfalls and best practices.</description>
      <category>git</category>
      <category>developer-tools</category>
    </item>
    <item>
      <title>Docker on Mac vs Linux: Key Differences</title>
      <link>https://nancy-chauhan.medium.com/</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/</guid>
      <pubDate>Tue, 20 Aug 2019 00:00:00 GMT</pubDate>
      <description>Understanding the architectural differences between Docker on macOS and Linux, including the hypervisor layer, filesystem performance, networking behavior, and practical implications for developers.</description>
      <category>docker</category>
      <category>devops</category>
    </item>
    <item>
      <title>How to Kick Off Your Open Source Journey</title>
      <link>https://nancy-chauhan.medium.com/</link>
      <guid isPermaLink="true">https://nancy-chauhan.medium.com/</guid>
      <pubDate>Mon, 10 Jun 2019 00:00:00 GMT</pubDate>
      <description>A practical guide for developers looking to start contributing to open source, covering how to find projects, make your first contribution, build community relationships, and tips for programs like GSoC.</description>
      <category>open-source</category>
      <category>community</category>
    </item>
  </channel>
</rss>
