{
  "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
  "basics": {
    "name": "Cauã Ferraz",
    "label": "Backend Engineer",
    "image": "https://caua-ferraz-portfolio.vercel.app/Images/profile.webp",
    "email": "cauaferrazp@gmail.com",
    "url": "https://caua-ferraz-portfolio.vercel.app",
    "summary": "Backend engineer who has been shipping production software since age 9. Specializes in Go, Python, and AI agent infrastructure. Creator of AgentGuard, an open-source runtime firewall for AI agents. Self-taught through a decade of building real software, currently studying Computer Engineering at INATEL. Available for remote work worldwide.",
    "location": {
      "countryCode": "BR",
      "region": "Minas Gerais"
    },
    "profiles": [
      {
        "network": "GitHub",
        "username": "Caua-ferraz",
        "url": "https://github.com/Caua-ferraz"
      },
      {
        "network": "LinkedIn",
        "username": "cauaferraz",
        "url": "https://www.linkedin.com/in/cauaferraz/"
      }
    ]
  },
  "work": [
    {
      "name": "AgentGuard (Open Source)",
      "position": "Creator & Lead Developer",
      "url": "https://github.com/Caua-ferraz/AgentGuard",
      "startDate": "2025",
      "summary": "Open-source runtime firewall for AI agents. Declarative policy engine enforcing tool-call permissions, rate limits, and safety constraints. Supports 6 agent frameworks.",
      "highlights": [
        "18 GitHub stars, Apache 2.0 license, v0.4.0",
        "6 framework adapters: LangChain, CrewAI, MCP, browser-use, TypeScript, Custom",
        "Written in Go for performance and reliability",
        "Active development — planned adapters for AutoGPT and OpenAI Agents SDK"
      ]
    },
    {
      "name": "BilQuick Boilerplate (Open Source)",
      "position": "Creator",
      "url": "https://github.com/Caua-ferraz/BilQuick_Boilerplate",
      "startDate": "2025",
      "summary": "Production-ready SaaS starter with Next.js 14, Supabase auth & database, Stripe payments, Tailwind CSS, Shadcn UI, and TanStack Query.",
      "highlights": [
        "Full auth, payments, and database wired out of the box",
        "Dark mode, SEO optimization, responsive design",
        "TypeScript throughout"
      ]
    },
    {
      "name": "Freelance Backend Engineering",
      "position": "Backend Engineer",
      "summary": "Backend projects across e-commerce, fintech, marketing automation, and AI infrastructure.",
      "highlights": [
        "Clients in US, UK, Canada, EU, Brazil",
        "REST APIs, microservices, Stripe integrations, data pipelines"
      ]
    }
  ],
  "education": [
    {
      "institution": "INATEL (National Institute of Telecommunications)",
      "url": "https://inatel.br",
      "area": "Computer Engineering",
      "studyType": "Bachelor's",
      "startDate": "2025"
    }
  ],
  "skills": [
    {
      "name": "Backend Development",
      "keywords": ["Go", "Python", "Node.js", "TypeScript", "C/C++", "REST APIs", "gRPC", "Microservices"]
    },
    {
      "name": "AI Agent Infrastructure",
      "keywords": ["LangChain", "CrewAI", "MCP", "browser-use", "OpenAI API", "Anthropic API", "Policy Engines", "Agent Sandboxing", "LLM Orchestration"]
    },
    {
      "name": "Databases",
      "keywords": ["PostgreSQL", "MongoDB", "Redis", "SQLite", "Supabase", "Schema Design", "Query Optimization"]
    },
    {
      "name": "Infrastructure",
      "keywords": ["Docker", "AWS Lambda", "AWS EC2", "AWS S3", "API Gateway", "GitHub Actions", "CI/CD", "Linux", "Vercel"]
    },
    {
      "name": "Web Frameworks",
      "keywords": ["FastAPI", "Django", "Flask", "Express.js", "NestJS", "Next.js"]
    },
    {
      "name": "Blockchain",
      "keywords": ["Solidity", "Smart Contracts", "EVM"]
    },
    {
      "name": "Automation & Integration",
      "keywords": ["Stripe", "Webhooks", "Web Scraping", "Data Pipelines", "CLI Tools"]
    }
  ],
  "languages": [
    {
      "language": "English",
      "fluency": "Professional"
    },
    {
      "language": "Portuguese",
      "fluency": "Native"
    }
  ],
  "projects": [
    {
      "name": "AgentGuard",
      "description": "Open-source runtime firewall for AI agents with 6 framework adapters (LangChain, CrewAI, MCP, browser-use, TypeScript, Custom). Written in Go.",
      "url": "https://github.com/Caua-ferraz/AgentGuard",
      "keywords": ["Go", "AI Safety", "Policy Engine", "Open Source"],
      "type": "application"
    },
    {
      "name": "BilQuick Boilerplate",
      "description": "Production-ready SaaS starter with Next.js 14, Supabase, Stripe, Tailwind, Shadcn UI, and TanStack Query.",
      "url": "https://github.com/Caua-ferraz/BilQuick_Boilerplate",
      "keywords": ["Next.js", "Supabase", "Stripe", "TypeScript", "SaaS"],
      "type": "application"
    }
  ],
  "meta": {
    "canonical": "https://caua-ferraz-portfolio.vercel.app/resume.json",
    "version": "v2.0.0",
    "lastModified": "2026-04-16"
  }
}
