{
  "schemaVersion": "1.0",
  "canonicalUrl": "https://nancychauhan.com",
  "profile": {
    "name": "Nancy Chauhan",
    "url": "https://nancychauhan.com",
    "image": "https://nancychauhan.com/nancy-speaking.jpeg",
    "jobTitle": "Developer Relations Engineer",
    "description": "Engineer and product builder working across AI, security, open source, developer relations, and cloud native technologies.",
    "location": "San Francisco",
    "currentRole": {
      "company": "Arize AI",
      "companyUrl": "https://arize.com/",
      "role": "Developer Relations Engineer",
      "period": "2026 - Present",
      "location": "San Francisco",
      "description": "Developer advocacy and education for AI observability and LLM monitoring platform."
    },
    "previousRoles": [
      {
        "company": "Agno · ShipSec · SecureMyOrg",
        "role": "AI PM-Engineer",
        "period": "2025",
        "description": "AI agent infrastructure, security automation, CI/CD scanning, and vulnerability management."
      },
      {
        "company": "Exostellar",
        "role": "Product Manager",
        "period": "2024",
        "description": "Cloud infrastructure optimization and cost management tooling. Part-time alongside my Master's at Cornell."
      },
      {
        "company": "LocalStack",
        "role": "Developer Advocate",
        "period": "2022 - 2023",
        "description": "Developer experience for local cloud development. Core platform, docs, and community."
      },
      {
        "company": "Gitpod · Ona",
        "role": "Developer Success Engineer",
        "period": "2021 - 2022",
        "description": "Cloud development environments. Workspace orchestration and developer experience. Data collection and analysis platform for global health and humanitarian response."
      },
      {
        "company": "Blinkit (Grofers)",
        "role": "DevOps Engineer",
        "period": "2020 - 2021",
        "description": "Backend infrastructure and observability for India's quick commerce platform."
      },
      {
        "company": "Google Summer of Code",
        "role": "Open Source Contributor, FOSSi Foundation",
        "period": "2019",
        "description": "Contributed to open source EDA tooling and hardware design flows."
      },
      {
        "company": "IIT Delhi",
        "role": "Research Intern",
        "period": "2019",
        "description": "Research on VLSI design and hardware description languages."
      }
    ],
    "education": [
      {
        "school": "Cornell University",
        "degree": "Master of Engineering (M.Eng.) in Engineering Management",
        "period": "Graduated May 2025",
        "location": "Ithaca, NY"
      }
    ],
    "expertise": [
      "Artificial intelligence",
      "AI agents",
      "LLM observability",
      "Security",
      "Open source",
      "Cloud native computing",
      "Developer relations",
      "Product development"
    ],
    "recognition": [
      "Google Summer of Code Student Developer (2019)",
      "CNCF TAGGIE Award",
      "CNCF Ambassador (current)",
      "Women in Cloud Native founder",
      "Kubernetes Release Team member",
      "AWS Community Builder, Security & Identity (2024 - 2025)"
    ],
    "affiliations": [
      {
        "organization": "Cloud Native Computing Foundation",
        "role": "CNCF Ambassador",
        "period": "2023 - Present",
        "status": "current",
        "url": "https://www.cncf.io/people/ambassadors/"
      },
      {
        "organization": "Women in Cloud Native",
        "role": "Founder",
        "period": "2022 - Present",
        "status": "current",
        "url": "https://community.cncf.io/women-in-cloud-native/"
      },
      {
        "organization": "Amazon Web Services",
        "role": "AWS Community Builder, Security & Identity",
        "period": "2024 - 2025",
        "status": "past",
        "url": "https://aws.amazon.com/developer/community/community-builders/"
      }
    ],
    "sameAs": [
      "https://github.com/Nancy-Chauhan",
      "https://www.linkedin.com/in/nancy-chauhan/",
      "https://nancy-chauhan.medium.com/",
      "https://www.youtube.com/playlist?list=PL-0wUDKSiP4rYhEiKlOQQ433nh1KxCOx1"
    ]
  },
  "pages": [
    {
      "name": "Home",
      "url": "https://nancychauhan.com/",
      "description": "Portfolio overview and featured work."
    },
    {
      "name": "About",
      "url": "https://nancychauhan.com/about",
      "description": "Biography, experience, education, skills, and annual reflections."
    },
    {
      "name": "Projects",
      "url": "https://nancychauhan.com/projects",
      "description": "Products, AI systems, developer tools, and security projects."
    },
    {
      "name": "Speaking",
      "url": "https://nancychauhan.com/speaking",
      "description": "Conference talks, community work, and collaborations."
    }
  ],
  "projects": [
    {
      "id": "agentjail",
      "url": "https://nancychauhan.com/projects/agentjail",
      "title": "AgentJail",
      "tagline": "Policy guardrails for coding agents",
      "description": "A personal open-source product Nancy is actively building to stop dangerous coding-agent actions before they run, using deterministic local policy enforcement for files, shell commands, MCP tools, networks, and credentials.",
      "technologies": [
        "Go",
        "Open Policy Agent",
        "Rego",
        "Landlock",
        "Seatbelt"
      ],
      "repository": "https://github.com/LuD1161/agentjail",
      "demo": "https://agentjail.io/",
      "featured": false
    },
    {
      "id": "skillfeed",
      "url": "https://nancychauhan.com/projects/skillfeed",
      "title": "SkillFeed",
      "tagline": "Stop reading duplicate articles. Get the one brief that matters.",
      "description": "An AI-powered newsletter aggregator that ingests 100+ sources, categorizes with Claude AI, and delivers one personalized daily brief to developers at 8 AM in their local timezone.",
      "technologies": [
        "Next.js 16",
        "TypeScript",
        "Supabase",
        "Claude API",
        "Resend",
        "Tailwind CSS v4",
        "Bun"
      ],
      "repository": "https://github.com/Nancy-Chauhan/skillfeed",
      "featured": true
    },
    {
      "id": "llm-powered-threat-modelling",
      "url": "https://nancychauhan.com/projects/llm-powered-threat-modelling",
      "title": "LLM-Powered Threat Modelling",
      "tagline": "Self-serve threat modeling powered by large language models",
      "description": "A threat modeling platform that uses LLMs to analyze system designs and generate comprehensive STRIDE-based security assessments, with JIRA integration and shareable reports.",
      "technologies": [
        "React 18",
        "TypeScript",
        "Hono",
        "Bun",
        "PostgreSQL",
        "Drizzle ORM",
        "OpenAI / Claude API",
        "Tailwind CSS"
      ],
      "repository": "https://github.com/Nancy-Chauhan/llm-powered-threat-modelling",
      "featured": true
    },
    {
      "id": "preflight",
      "url": "https://nancychauhan.com/projects/preflight",
      "title": "Preflight",
      "tagline": "Know exactly where your system breaks before you ship.",
      "description": "A Claude Code plugin that reads your codebase, traces every service call, and simulates what happens when real users hit your system. Finds bottlenecks, cost cliffs, and rate limits.",
      "technologies": [
        "Claude Code Plugin",
        "TypeScript",
        "40+ Service Integrations"
      ],
      "repository": "https://github.com/Nancy-Chauhan/preflight",
      "featured": true
    },
    {
      "id": "secloop",
      "url": "https://nancychauhan.com/projects/secloop",
      "title": "SecLoop",
      "tagline": "Autonomous security scanner & auto-fixer powered by LLM loops",
      "description": "Scan, fix, verify - in a loop until clean. SecLoop automates dependency scanning, secret detection, and SAST analysis with LLM-powered auto-patching.",
      "technologies": [
        "Python",
        "pip-audit",
        "semgrep",
        "gitleaks",
        "Claude API"
      ],
      "repository": "https://github.com/Nancy-Chauhan/secloop",
      "featured": true
    },
    {
      "id": "mcp-agent-os",
      "url": "https://nancychauhan.com/projects/mcp-agent-os",
      "title": "MCP Agent OS",
      "tagline": "Production-ready MCP architecture reference implementation",
      "description": "Demonstrates the MCP chaining pattern: an Agent OS that consumes multiple external MCP servers and exposes itself as an MCP server for downstream clients.",
      "technologies": [
        "Python",
        "Agno Framework",
        "FastAPI",
        "SQLite",
        "Anthropic API",
        "Arize OpenTelemetry"
      ],
      "repository": "https://github.com/Nancy-Chauhan/mcp-agent-os",
      "featured": false
    },
    {
      "id": "attacktree-app",
      "url": "https://nancychauhan.com/projects/attacktree-app",
      "title": "Attack Tree App",
      "tagline": "AI-powered attack tree generator for threat modeling",
      "description": "Enter any attacker goal and receive a comprehensive attack tree with relevant vectors, defenses, and risk analysis. 6 pre-built trees work without any API key.",
      "technologies": [
        "Python",
        "FastAPI",
        "Groq API",
        "Llama 3.1 70B"
      ],
      "repository": "https://github.com/Nancy-Chauhan/attacktree-app",
      "featured": false
    },
    {
      "id": "info-disclosure-scanner",
      "url": "https://nancychauhan.com/projects/info-disclosure-scanner",
      "title": "Info Disclosure Scanner",
      "tagline": "AI-powered scanner for information disclosure vulnerabilities",
      "description": "Uses Claude AI to detect sensitive information leakage in web applications. Checks 50+ sensitive paths, headers, JavaScript files, and error responses.",
      "technologies": [
        "Python",
        "Claude API",
        "HTML Reports"
      ],
      "repository": "https://github.com/Nancy-Chauhan/info-disclosure-scanner",
      "featured": false
    }
  ],
  "writing": [
    {
      "id": "credential-theft-agent-traces",
      "title": "How to Detect Credential Theft in AI Agent Harness Traces",
      "description": "A practical approach to spotting off-tree credential reads and suspicious tool calls using the traces AI agents already emit.",
      "published": "2026-06-09T00:00:00.000Z",
      "tags": [
        "ai-security",
        "agent-observability"
      ],
      "url": "https://www.linkedin.com/pulse/how-detect-credential-theft-ai-agent-harness-traces-nancy-chauhan-iqkfc/",
      "localUrl": "https://nancychauhan.com/blog/credential-theft-agent-traces",
      "image": "https://nancychauhan.com/blog/credential-theft-agent-traces.png"
    },
    {
      "id": "ai-security-agent-harness",
      "title": "Your AI Security Agent Has Root. Build the Harness Before You Ship It",
      "description": "Why production AI security agents need scoped tools, per-run isolation, auditable workflows, and secrets the model never directly holds.",
      "published": "2026-05-12T00:00:00.000Z",
      "tags": [
        "ai-security",
        "agent-infrastructure"
      ],
      "url": "https://nancy-chauhan.medium.com/your-ai-security-agent-has-root-build-the-harness-before-you-ship-it-544e5b85d238",
      "localUrl": "https://nancychauhan.com/blog/ai-security-agent-harness",
      "image": "https://nancychauhan.com/blog/ai-security-agent-harness.png"
    },
    {
      "id": "thank-you-next-2025",
      "title": "Thank You, Next — 2025",
      "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.",
      "published": "2025-12-31T00:00:00.000Z",
      "tags": [
        "year-in-review",
        "personal"
      ],
      "url": "https://nancy-chauhan.medium.com/thank-you-next-2edd47d07f4a",
      "localUrl": "https://nancychauhan.com/blog/thank-you-next-2025",
      "image": "https://nancychauhan.com/blog/year-logs/thank-you-next-2025.jpg"
    },
    {
      "id": "vercel-free-cron",
      "title": "My $0 Vercel App Needed an Hourly Cron — That's a Pro Feature. Here's How I Kept It Free",
      "description": "Vercel's cron jobs require a Pro plan, but I found a way to run hourly scheduled tasks on my free-tier app without upgrading.",
      "published": "2025-06-15T00:00:00.000Z",
      "tags": [
        "vercel",
        "serverless",
        "devops"
      ],
      "url": "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",
      "localUrl": "https://nancychauhan.com/blog/vercel-free-cron",
      "image": "https://nancychauhan.com/blog/vercel-cron.webp"
    },
    {
      "id": "thank-you-next-2024",
      "title": "Thank You, Next — 2024",
      "description": "A year-in-review reflecting on my Cornell journey, internship at Exostellar, becoming a CNCF Ambassador, and contributions to the cloud native community.",
      "published": "2024-12-31T00:00:00.000Z",
      "tags": [
        "year-in-review",
        "personal"
      ],
      "url": "https://nancy-chauhan.medium.com/thank-you-next-8454b4413d3d",
      "localUrl": "https://nancychauhan.com/blog/thank-you-next-2024",
      "image": "https://nancychauhan.com/blog/year-logs/thank-you-next-2024.jpg"
    },
    {
      "id": "thank-you-next-2023",
      "title": "Thank You, Next — 2023",
      "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.",
      "published": "2023-12-31T00:00:00.000Z",
      "tags": [
        "year-in-review",
        "personal"
      ],
      "url": "https://nancy-chauhan.medium.com/thank-you-next-a275083343e4",
      "localUrl": "https://nancychauhan.com/blog/thank-you-next-2023",
      "image": "https://nancychauhan.com/blog/year-logs/thank-you-next-2023.jpg"
    },
    {
      "id": "thank-you-next-2022",
      "title": "Thank You, Next — 2022",
      "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.",
      "published": "2022-12-31T00:00:00.000Z",
      "tags": [
        "year-in-review",
        "personal"
      ],
      "url": "https://nancy-chauhan.medium.com/thank-you-next-d3ec464e42dc",
      "localUrl": "https://nancychauhan.com/blog/thank-you-next-2022",
      "image": "https://nancychauhan.com/blog/year-logs/thank-you-next-2022.jpg"
    },
    {
      "id": "enforcing-coding-best-practices",
      "title": "Enforcing Coding Best Practices with Automation",
      "description": "A practical guide to automating code quality enforcement using linters, pre-commit hooks, CI checks, and code review automation tools.",
      "published": "2021-09-10T00:00:00.000Z",
      "tags": [
        "developer-experience",
        "tooling"
      ],
      "url": "https://faun.pub/enforcing-coding-best-practices-using-ci-b3287e362202",
      "localUrl": "https://nancychauhan.com/blog/enforcing-coding-best-practices",
      "image": "https://nancychauhan.com/blog/ci-best-practices.webp"
    },
    {
      "id": "thank-you-july-2021",
      "title": "Thank You, July",
      "description": "A 2021 reflection on rest, reconnecting, creativity, mental health, and new beginnings.",
      "published": "2021-08-01T00:00:00.000Z",
      "tags": [
        "year-in-review",
        "personal"
      ],
      "url": "https://nancy-chauhan.medium.com/thank-you-july-b8058b82bff3",
      "localUrl": "https://nancychauhan.com/blog/thank-you-july-2021",
      "image": "https://nancychauhan.com/blog/year-logs/thank-you-july-2021.jpg"
    },
    {
      "id": "designing-idempotent-apis",
      "title": "Designing Idempotent APIs",
      "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.",
      "published": "2021-06-20T00:00:00.000Z",
      "tags": [
        "api-design",
        "distributed-systems"
      ],
      "url": "https://levelup.gitconnected.com/idempotency-in-api-design-bc4ea812a881",
      "localUrl": "https://nancychauhan.com/blog/designing-idempotent-apis",
      "image": "https://nancychauhan.com/blog/idempotent-apis.webp"
    },
    {
      "id": "load-balancing",
      "title": "Understanding Load Balancing: Concepts and Algorithms",
      "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.",
      "published": "2021-03-15T00:00:00.000Z",
      "tags": [
        "distributed-systems",
        "infrastructure"
      ],
      "url": "https://levelup.gitconnected.com/loadbalancing-a0e805baea37",
      "localUrl": "https://nancychauhan.com/blog/load-balancing",
      "image": "https://nancychauhan.com/blog/load-balancing.webp"
    },
    {
      "id": "2020-at-a-glance",
      "title": "2020 at a Glance",
      "description": "A reflection on the experiences, changes, and lessons that shaped 2020.",
      "published": "2020-12-31T00:00:00.000Z",
      "tags": [
        "year-in-review",
        "personal"
      ],
      "url": "https://nancy-chauhan.medium.com/2020-at-a-glance-e49afcf83ffb",
      "localUrl": "https://nancychauhan.com/blog/2020-at-a-glance",
      "image": "https://nancychauhan.com/blog/year-logs/2020-at-a-glance.jpg"
    },
    {
      "id": "faster-builds-docker-caching",
      "title": "Faster Builds with Docker Layer Caching",
      "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.",
      "published": "2020-11-10T00:00:00.000Z",
      "tags": [
        "docker",
        "ci-cd",
        "devops"
      ],
      "url": "https://nancy-chauhan.medium.com/",
      "localUrl": "https://nancychauhan.com/blog/faster-builds-docker-caching"
    },
    {
      "id": "building-prometheus-exporter",
      "title": "Building a Custom Prometheus Exporter in Go",
      "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.",
      "published": "2020-08-15T00:00:00.000Z",
      "tags": [
        "observability",
        "prometheus",
        "go"
      ],
      "url": "https://nancy-chauhan.medium.com/",
      "localUrl": "https://nancychauhan.com/blog/building-prometheus-exporter"
    },
    {
      "id": "introduction-to-message-queue",
      "title": "Introduction to Message Queues",
      "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.",
      "published": "2020-05-20T00:00:00.000Z",
      "tags": [
        "distributed-systems",
        "messaging"
      ],
      "url": "https://nancy-chauhan.medium.com/",
      "localUrl": "https://nancychauhan.com/blog/introduction-to-message-queue"
    },
    {
      "id": "dns-resolution",
      "title": "How DNS Resolution Works",
      "description": "A comprehensive walkthrough of the DNS resolution process, from recursive resolvers to root servers, TLD servers, authoritative servers, caching, and TTL behavior.",
      "published": "2020-03-15T00:00:00.000Z",
      "tags": [
        "networking",
        "infrastructure"
      ],
      "url": "https://nancy-chauhan.medium.com/",
      "localUrl": "https://nancychauhan.com/blog/dns-resolution"
    },
    {
      "id": "monitoring-java-web-apps",
      "title": "Monitoring Java Web Applications with Prometheus",
      "description": "A practical guide to monitoring Java web applications using Prometheus, covering JMX metrics, Micrometer integration, custom metrics, alerting rules, and dashboard best practices.",
      "published": "2020-02-10T00:00:00.000Z",
      "tags": [
        "observability",
        "java",
        "monitoring"
      ],
      "url": "https://nancy-chauhan.medium.com/",
      "localUrl": "https://nancychauhan.com/blog/monitoring-java-web-apps"
    },
    {
      "id": "git-submodules",
      "title": "Working with Git Submodules",
      "description": "A practical guide to Git submodules covering how to add, update, and clone repositories with submodules, along with common pitfalls and best practices.",
      "published": "2019-11-15T00:00:00.000Z",
      "tags": [
        "git",
        "developer-tools"
      ],
      "url": "https://nancy-chauhan.medium.com/",
      "localUrl": "https://nancychauhan.com/blog/git-submodules"
    },
    {
      "id": "docker-mac-vs-linux",
      "title": "Docker on Mac vs Linux: Key Differences",
      "description": "Understanding the architectural differences between Docker on macOS and Linux, including the hypervisor layer, filesystem performance, networking behavior, and practical implications for developers.",
      "published": "2019-08-20T00:00:00.000Z",
      "tags": [
        "docker",
        "devops"
      ],
      "url": "https://nancy-chauhan.medium.com/",
      "localUrl": "https://nancychauhan.com/blog/docker-mac-vs-linux"
    },
    {
      "id": "kick-off-open-source",
      "title": "How to Kick Off Your Open Source Journey",
      "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.",
      "published": "2019-06-10T00:00:00.000Z",
      "tags": [
        "open-source",
        "community"
      ],
      "url": "https://nancy-chauhan.medium.com/",
      "localUrl": "https://nancychauhan.com/blog/kick-off-open-source"
    }
  ],
  "talks": [
    {
      "title": "Scaling Pain Points in the World of Observability!",
      "event": "KubeCon + CloudNativeCon",
      "year": 2025,
      "type": "Conference Talk",
      "coSpeaker": "Colin Lacy",
      "video": "https://www.youtube.com/watch?v=xNAnNKlR8HY",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Savoir Faire: Cloud Native Technical Leadership",
      "event": "KubeCon + CloudNativeCon EU",
      "year": 2025,
      "type": "Panel",
      "video": "https://www.youtube.com/watch?v=VC2EMzBGKrI",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Cloud Native Sustainability - How You Can Help Right Now!",
      "event": "KubeCon + CloudNativeCon",
      "year": 2024,
      "type": "Keynote",
      "coSpeaker": "Saiyam Pathak",
      "video": "https://www.youtube.com/watch?v=6gl8Y9DO6fw",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "How Green Is My OpenTelemetry Collector?",
      "event": "KubeCon + CloudNativeCon NA",
      "year": 2024,
      "type": "Conference Talk",
      "coSpeaker": "Adriana Villela",
      "video": "https://www.youtube.com/watch?v=ea2CKLX5vEs",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Platform Engineering Is the Key Lever for Sustainable Cloud Infrastructure",
      "event": "KubeCon + CloudNativeCon",
      "year": 2024,
      "type": "Conference Talk",
      "coSpeaker": "Ramiro Berrelleza",
      "video": "https://www.youtube.com/watch?v=mndwket9HBI",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Making Students Industry Ready with CNCF Ecosystem as a Catalyst",
      "event": "KubeCon + CloudNativeCon",
      "year": 2024,
      "type": "Conference Talk",
      "coSpeaker": "Rohit Ghumare",
      "video": "https://www.youtube.com/watch?v=Bku3d30bL2s",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "State of Open Source in 2024",
      "event": "KubeCon + CloudNativeCon",
      "year": 2024,
      "type": "Panel",
      "video": "https://www.youtube.com/watch?v=5P5k2ghlLW4",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "No Code Needed: From Emojis To Glory on the Contribution Ladder",
      "event": "KubeCon + CloudNativeCon",
      "year": 2024,
      "type": "Conference Talk",
      "coSpeaker": "Carol Valencia",
      "video": "https://www.youtube.com/watch?v=pPKuJg_6A3k",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Expanding the Contributor Pipeline Through Inclusion",
      "event": "KubeCon + CloudNativeCon",
      "year": 2024,
      "type": "Panel",
      "video": "https://www.youtube.com/watch?v=RgzyEc8pPa8",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Catch Me If You Can: How LocalStack's Policy Stream Identifies Least Privilege IAM Policies",
      "event": "LocalStack",
      "year": 2024,
      "type": "Conference Talk",
      "video": "https://www.youtube.com/watch?v=P9EaHSxIXe8",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "How Green is My OpenTelemetry Collector?",
      "event": "CNCF Cloud Sustainability Week",
      "year": 2023,
      "type": "Conference Talk",
      "video": "https://www.youtube.com/watch?v=vWHeeV-a_YQ",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Welcome Note - CNCF Cloud Sustainability Week",
      "event": "CNCF Cloud Sustainability Week",
      "year": 2023,
      "type": "Keynote",
      "video": "https://www.youtube.com/watch?v=2N0Ngcav6LU",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Enforcing Security Best Practices using CI",
      "event": "DevSecOps Conference",
      "year": 2022,
      "type": "Conference Talk",
      "coSpeaker": "Aseem Shrey",
      "video": "https://www.youtube.com/watch?v=IE0hzdFkJYc",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Monitoring Applications with Prometheus and Grafana",
      "event": "Community Meetup",
      "year": 2021,
      "type": "Conference Talk",
      "video": "https://www.youtube.com/watch?v=ygk7yBnljsg",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Service Mesh and Why You Should Use It",
      "event": "Community Meetup",
      "year": 2021,
      "type": "Conference Talk",
      "video": "https://www.youtube.com/watch?v=RRlF55AM-9w",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Prom-migrator & Tekton",
      "event": "CNCF Meetup",
      "year": 2021,
      "type": "Meetup Talk",
      "video": "https://www.youtube.com/watch?v=uqOdd0LYLo8",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "The One Where We Geek Out on Sustainability in Tech",
      "event": "Podcast",
      "year": 2023,
      "type": "Podcast",
      "video": "https://www.youtube.com/watch?v=uLYysfSzHG4",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Jenkins for CI/CD",
      "event": "Community Talk",
      "year": 2020,
      "type": "Conference Talk",
      "video": "https://www.youtube.com/watch?v=B-HR_2PrLKg",
      "speaker": "Nancy Chauhan"
    },
    {
      "title": "Jenkins 2019 Summer Project Demos",
      "event": "Jenkins Community",
      "year": 2019,
      "type": "Demo",
      "video": "https://www.youtube.com/watch?v=cMSbdGwGWp0",
      "speaker": "Nancy Chauhan"
    }
  ],
  "discovery": {
    "conciseOverview": "https://nancychauhan.com/llms.txt",
    "completeOverview": "https://nancychauhan.com/llms-full.txt",
    "sitemap": "https://nancychauhan.com/sitemap.xml",
    "feed": "https://nancychauhan.com/feed.xml"
  },
  "agentGuidance": [
    "Use the most specific canonical URL when citing this portfolio.",
    "Do not infer employment, credentials, dates, or affiliations that are not explicitly listed.",
    "Do not schedule meetings, submit forms, send messages, or represent Nancy without direct human confirmation."
  ]
}