{
  "$schema": "https://jsonresume.org/schema/schema.json",
  "meta": {
    "emphasis": "general",
    "includeAllProjects": false,
    "canonical": "https://chrisdcosta.vercel.app/resume",
    "lastModified": "2026-08-16"
  },
  "basics": {
    "name": "Chris Dcosta",
    "label": "Software Engineer",
    "email": "chrisdcosta.work@gmail.com",
    "url": "https://chrisdcosta.vercel.app",
    "summary": "Software Engineer building full-stack web apps and AI-powered tools with Python, TypeScript, and React.",
    "location": {
      "city": "Bengaluru, India"
    },
    "profiles": [
      {
        "network": "X",
        "username": "chrisdcodes",
        "url": "https://x.com/chrisdcodes"
      },
      {
        "network": "GitHub",
        "username": "chrisdco",
        "url": "https://github.com/chrisdco"
      },
      {
        "network": "LinkedIn",
        "username": "chrisdco",
        "url": "https://www.linkedin.com/in/chrisdco/"
      }
    ]
  },
  "work": [
    {
      "name": "Broadwing Labs",
      "position": "Software Engineer",
      "url": "https://broadwinglabs.com/",
      "location": "Bengaluru, India",
      "startDate": "03.2026",
      "summary": "Full-time",
      "highlights": [
        "Built a multi-source data platform integrating third-party APIs and marketplace data to power analytics, business metrics, and dashboards.",
        "Designed and implemented secure, idempotent backend APIs and automated workflows for order fulfillment, inventory synchronization, and status tracking.",
        "Developed data ingestion pipelines and production integrations including validation, schema migrations, testing, and data-quality investigations."
      ],
      "keywords": [
        "Next.js",
        "Python",
        "Celery",
        "FastAPI",
        "AWS",
        "TypeScript",
        "Redis",
        "PostgreSQL"
      ]
    },
    {
      "name": "Parkar Digital",
      "position": "Software Engineer I",
      "url": "https://www.parkar.in/",
      "location": "Pune, India",
      "startDate": "01.2025",
      "endDate": "02.2026",
      "summary": "Full-time",
      "highlights": [
        "Developed and maintained cloud-based web applications using Angular and .NET, contributing to feature enhancements and production stability.",
        "Debugged and optimized backend APIs and database queries, reducing production defects and user-reported issues by 40%.",
        "Investigated and resolved production issues by analyzing logs, API behavior, and database performance."
      ],
      "keywords": [
        "Angular",
        ".NET",
        "Couchbase Capella",
        "TypeScript",
        "Agile"
      ]
    }
  ],
  "projects": [
    {
      "name": "VimTex",
      "url": "https://github.com/chrisdco/VimTex",
      "startDate": "07.2026",
      "description": "Collaborative LaTeX editor with Vim keybindings, realtime shared rooms, live KaTeX preview, and AI-assisted edits.",
      "highlights": [
        "CodeMirror + Replit Vim motions with live KaTeX preview and bare-math typing",
        "Yjs WebSocket rooms with shared carets, peer presence, and optional LevelDB persistence",
        "Room chat with `@vimothy` model edits that patch the shared buffer for everyone"
      ],
      "keywords": [
        "Next.js",
        "TypeScript",
        "Yjs",
        "CodeMirror",
        "KaTeX",
        "Vim",
        "WebSocket"
      ]
    },
    {
      "name": "Incline",
      "url": "https://github.com/chrisdco/incline",
      "startDate": "07.2026",
      "description": "Offline-first strength training app with progressive overload coaching, explainable suggestions, and workout tracking.",
      "highlights": [
        "Live session logging with rest timers, supersets, templates, and program builder",
        "Plate-aware double-progression coaching with reason codes from local SQLite history",
        "Clerk auth with optional Supabase sync outbox; SQLite remains the source of truth offline"
      ],
      "keywords": [
        "Expo",
        "React Native",
        "SQLite",
        "TypeScript",
        "Clerk",
        "Supabase"
      ]
    },
    {
      "name": "shh-its-ssh",
      "url": "https://github.com/chrisdco/shh-its-ssh",
      "startDate": "03.2026",
      "description": "A personal portfolio you visit over SSH — no browser, just a terminal UI that streams to anyone who connects.",
      "highlights": [
        "Wish SSH server with Bubble Tea / Lip Gloss TUI, themes, and connection-aware greetings",
        "Live guestbook with real-time presence, Markdown reflections, and keyboard-first navigation",
        "Non-interactive CLI commands plus `scp`/`sftp` for vCard, resume, and ASCII card"
      ],
      "keywords": [
        "Go",
        "SSH",
        "Bubble Tea",
        "Wish",
        "TUI",
        "Railway"
      ]
    }
  ],
  "education": [
    {
      "institution": "Symbiosis Institute of Technology",
      "startDate": "2021",
      "endDate": "2025",
      "location": "Pune, India",
      "courses": [
        "Engineering degree — foundation in software systems and full-stack development."
      ]
    }
  ],
  "skills": [
    {
      "name": "Languages",
      "keywords": [
        "TypeScript",
        "JavaScript",
        "Python",
        "Java"
      ]
    },
    {
      "name": "Frontend",
      "keywords": [
        "React",
        "Next.js",
        "Tailwind CSS",
        "Redux",
        "Expo"
      ]
    },
    {
      "name": "Backend & Database",
      "keywords": [
        "Node.js",
        "Bun",
        "MySQL",
        "PostgreSQL",
        "MongoDB",
        "Redis"
      ]
    },
    {
      "name": "Dev Tools & AI",
      "keywords": [
        "Cursor",
        "Claude",
        "Gemini",
        "ChatGPT",
        "Git",
        "Docker"
      ]
    }
  ],
  "_sourceCounts": {
    "experiences": 2,
    "projects": 7,
    "stack": 21,
    "education": 1
  }
}