Skip to content
View barveP's full-sized avatar
💻
Hacking
💻
Hacking

Block or report barveP

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.

Content in all repositories owned by your account will be closed.
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
barveP/README.md

Hi there! I'm Poorva Barve

Typing SVG

About Me | Resume

class Poorva:
    """From dentist to developer — I debug code now, not cavities."""

    def __init__(self):
        self.location  = "Seattle, WA"
        self.education = "MS Computer Science @ Northeastern (4.0 GPA)"
        self.email = "poorvabarve@gmail.com"

        self.expertise = [
            "Distributed and Scalable Systems",
            "Backend Development",
            "Full Stack Development",
            "Cloud Computing & AWS",
            "Data Engineering",
            "AI Agents"
        ]

    def tech_i_love(self):
        return {
            "languages":  ["Python", "Java", "TypeScript", "JavaScript", "C/C++"],
            "backend":    ["Spring Boot", "Node.js", "Express.js", "Flask"],
            "data":       ["Airflow", "Spark", "Snowflake", "Kafka", "DBT", "Pandas"],
            "databases":  ["PostgreSQL", "MongoDB", "Redis", "MySQL"],
            "cloud":      ["AWS (Lambda, EC2, SQS, S3)", "Docker", "Kubernetes", "Terraform"],
            "frontend":   ["React.js", "HTML/CSS"],
        }

LeetCode

Experience

Northeastern University — Teaching Assistant, Object-Oriented Design (CS3500)

Jun 2025 - Aug 2025 • Seattle, WA

  • Built a scalable hackathon management app with Java Spring Boot, React, MongoDB & AWS
  • Enhanced dashboard performance by 80% with Kafka multi-partition user activity tracking
  • Automated build-failure alerts via Slack, improving triage response time by 75%

Northeastern University — Teaching Assistant, Cloud Computing (CS4973)

May 2025 - Jun 2025 • Seattle, WA

  • Built serverless image pipeline with API Gateway, SQS, Lambda & S3
  • Developed real-time chat backend (WebSockets + Redis pub/sub) supporting 500+ concurrent users
  • Load-tested API infra with ALB & EC2 auto-scaling handling 5K req/sec at peak
  • Mentored 40+ students through hands-on AWS labs toward AWS Academy certification

Featured Projects

Stock Market ETL Pipeline

Data Engineering • Dec 2025

  • Orchestrated 4-stage DAG in Airflow for S&P 500 (500 tickers, ~2M records/month)
  • Normalized raw JSON into fact/dimension tables with 12 quality checks
  • Reduced daily pipeline runtime from 60 min to 8 min with incremental loads

View on GitHub →

AI Interview Coach

AI / Edge Computing • Oct 2025

  • Deployed on Cloudflare Workers with sub-50ms latency at the edge
  • Stateful sessions via Durable Objects tracking progress across 4 categories
  • Voice input via Web Speech API with automated 1-10 scoring

View on GitHub →

Chat with Data Using AI Agents

AI Agents • Aug 2025

  • Slack bot generating SQL from natural language via Cortex Agents
  • Cut data query time from 10 min to 30 seconds (95% faster)
  • Multi-turn conversations with context retention — no repeated queries

View on GitHub →

Airbnb Fullstack Prototype

Full Stack • Sep 2024

  • REST APIs for property CRUD and reservations
  • Redis caching cut search response from 2s to 400ms
  • Full test coverage with Jest

View on GitHub →

Tech Stack

Category Technologies
Languages Python Java JavaScript TypeScript C/C++
Frameworks Spring Boot Node.js Express React Flask
Data Airflow Spark Snowflake Kafka DBT Pandas
Databases PostgreSQL MySQL MongoDB Redis
Cloud & DevOps AWS Docker Kubernetes Terraform
Testing Jest TestNG Mockito

Education

Northeastern University

MS in Computer Science
GPA: 4.0 / 4.0 • 2024 - 2026 (Expected)
Seattle

Coursework
  • Algorithms (CS5800)
  • Data Structures & Algorithms (CS5008)
  • Database Management Systems (CS5200)
  • Discrete Structures (CS5002)
  • Foundations of Software Engineering (CS5500)
  • Fundamentals of Cloud Computing (CS6620)
  • Intensive Foundations of Computer Science (CS5001)
  • Object Oriented Design (CS5004)
  • Practical AI (CS7180)
  • Scalable Distributed Systems (CS6650)
  • Web Development (CS5610)

Maharashtra University of Health Sciences

Bachelor of Dental Surgery
GPA: 3.8 / 4.0 • 2016 - 2020
India

Certifications

AWS Foundations AWS Architect
SQL Python

Let's Connect

GitHub  LinkedIn  Email  LeetCode



Profile Views
⭐️ From barveP

Pinned Loading

  1. Snowflake-Cortex-Slack-Integration Snowflake-Cortex-Slack-Integration Public

    Python

  2. async-data-ingestion-platform async-data-ingestion-platform Public

    Python

  3. oral-microbiome-analysis oral-microbiome-analysis Public

    Pipeline for analyzing oral bacterial community composition differences between healthy individuals and periodontitis patients using 16S rRNA data.

    Python

  4. Airbnb-Replica Airbnb-Replica Public

    Fullstack Airbnb replica with Node.js, MongoDB backend and React.js frontend

    JavaScript

  5. cf_ai_interview_prep_app cf_ai_interview_prep_app Public

    AI-powered interview preparation coach built with Cloudflare Agents SDK. Practice technical interviews with real-time feedback, voice input, and progress tracking.

    TypeScript

  6. Recipe-Assistant-LangGraph-RAG Recipe-Assistant-LangGraph-RAG Public

    A recipe assistant that can search the web for recipes and help you figure out what to cook with the ingredients you already have. Built with LangGraph for workflow orchestration, ChromaDB as a vec…

    Python