Skip to content
View spandey1702's full-sized avatar

Block or report spandey1702

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
spandey1702/README.md

Hi, I'm Sagarika Pandey πŸ‘‹

Software Engineer Β· Seattle, WA
MS Computer Software Engineering Β· Northeastern University
Building cloud-native systems, AI pipelines, and full-stack applications


πŸš€ Featured Projects

🏠 HomeVault β€” Cloud-Native Family Inventory System

Java Β· Spring Boot Β· React Β· PostgreSQL Β· AWS ECS Fargate Β· Terraform Β· Packer Β· JWT Β· AWS SES

Full-stack household inventory manager with family sharing, expiry tracking, and daily email notifications. Infrastructure-as-code across 44 Terraform resources β€” multi-AZ VPC, RDS, ALB, ECR, CloudWatch, Secrets Manager. terraform apply deploys everything, zero manual console steps.

  • JWT auth (jjwt 0.12.3) Β· household invite system Β· Spring @Scheduled daily alerts via SES
  • Role-based item visibility: personal vs. household-scoped queries
  • Custom Packer AMIs provision the backend EC2 host; ECS Fargate handles container orchestration

🍽️ FoodCamp β€” Food Waste Reduction Platform

Python Β· FastAPI Β· React Β· PostgreSQL Β· PyTorch Β· ResNet-50 Β· Leaflet/OSM Β· AWS S3

Platform connecting restaurants with nearby food camps to eliminate surplus food waste. Restaurants upload a photo β€” a ResNet-50 model fine-tuned on Food-101 (101 categories) auto-detects the food name. Camps browse a live Leaflet map, claim portions, and mark pickups.

  • Partial claiming β€” multiple camps share one listing until fully claimed
  • Auto-release background task β€” unclaimed portions return to the pool after 4 hours
  • Geocoding via Nominatim (OpenStreetMap) β€” no paid API key needed
  • AWS S3 image storage with local /tmp fallback for dev (MOCK_SCAN=true)

πŸ€– CodeAgent β€” Self-Healing AI Code Pipeline as an MCP Plugin

Python Β· Google Gemini Β· FastMCP Β· Pydantic

Multi-agent system that takes a plain-English prompt and autonomously generates β†’ reviews β†’ debugs β†’ deploys Python code. Exposed as an MCP plugin β€” one-command install in Claude Desktop, Cursor, or Windsurf. Each agent (Coder, Reviewer, Debugger, Deployer, Explainer) is a separate Gemini instance with a specialised system prompt, exponential-backoff retry, and regex-based code extraction.

uvx codeagent-mcp          # run as MCP server
python agents/plugin_server.py --cli   # interactive terminal mode

β˜• a2a-java β€” Open-Source Contribution

Java Β· PowerShell Β· Kubernetes Β· Agent2Agent Protocol

Contributed Windows PowerShell support (deploy.ps1, cleanup.ps1, verify.ps1) for the Kubernetes cloud-deployment example of the official Agent2Agent (A2A) Protocol Java SDK β€” PR #900


πŸ›  Tech Stack

Languages

Java Python TypeScript JavaScript SQL Bash

Frameworks & Libraries

Spring Boot React FastAPI Node.js Flask Hibernate

Cloud & DevOps

AWS Terraform Docker Kubernetes CI/CD Packer

Databases & Monitoring

PostgreSQL Redis MongoDB MySQL Prometheus Grafana

AI & ML

PyTorch Google Gemini LLM Pipelines Agentic AI MCP


πŸ“Š GitHub Stats

Top Languages

GitHub Streak


πŸ’Ό About Me

  • πŸŽ“ MS Computer Software Engineering β€” Northeastern University
  • πŸ’Ό Software Engineer @ Keelworks Foundation Β· previously SWE Intern @ Aeone Platforms Inc
  • 🏒 Previously: SWE Intern @ Aeone Platforms Β· SE @ Alight Solutions Β· SE @ LTI Mindtree
  • 🌱 Currently exploring: distributed systems, LLM pipelines, agent frameworks
  • πŸ“ Seattle, WA Β· Open to remote or hybrid roles
  • πŸ“¬ sagarikapandey1702@gmail.com

🟒 Actively seeking full-time SWE roles · Open to remote or hybrid

Pinned Loading

  1. HomeVault HomeVault Public

    Cloud-native family inventory manager β€” Spring Boot, React, PostgreSQL, AWS ECS Fargate, Terraform & Packer

    Java

  2. CodeAgent CodeAgent Public

    Self-healing AI code pipeline as an MCP plugin β€” generate, review, debug & deploy Python code autonomously via Google Gemini

    Python

  3. FoodCamp FoodCamp Public

    Food waste reduction platform β€” restaurants post surplus food, nearby camps claim and pick up via map. FastAPI + React + ResNet-50 AI scan + PostgreSQL

    Python