MS Computer Science @ Arizona State University Β· 4.0 GPA Β· Tempe, AZ
π Tempe, AZ Β· βοΈ 623β666β2665 Β· Open to CPT / OPT Β· Actively seeking Summer 2026 internships
- Build production systems that stay up: subβ150ms latency, 99.99% uptime, and 10K+ concurrent users.
- Ship fullβstack platforms with Java/Spring Boot, Python/FastAPI, React/Next.js, PostgreSQL, Redis, and AWS.
- Design ML & GenAI pipelines (RAG, forecasting, embeddings) on realβworld data at TB scale.
- Work across the stack: backend architecture, data pipelines, microservices, and frontend UX.
Machine Learning Research Aide Β· Jan 2025 β Present Β· Tempe, AZ
I work on largeβscale microbiome and clinical datasets to power realβworld healthcare decisionβmaking:
- Deployed RAGβLLM pipelines with cosineβsimilarity vector search on clinical + metagenomic embeddings, improving biomarker discovery precision by 21% across 3 disease domains.
- Built Python + SQL + Snowflake ETL on a 1.2TB microbiome dataset, with skewβaware partitioning that cut LLM feature prep time by 65% on nightly AWS training pipelines.
- Designed hybrid ARIMA + Random Forest forecasting pipelines, reaching 92% accuracy and reducing clinician forecast error by 31% versus prior baselines.
- Automated EDA, hypothesis testing, and statistical modeling (Python/R) across 1.2TB clinical cohorts, surfacing 17 highβsignal gut taxa that shaped downstream feature engineering and LLM features.
- Built Power BI dashboards on ETL outputs with KPI layers, cutting reporting turnaround by 40%, queried daily by 30+ clinical research stakeholders.
Sep 2025 β Present Β· Tempe, AZ
- Built GenAI tutoring and content pipelines with AWS Bedrock + Amazon SageMaker, delivering adaptive tutoring, AI content recommendations, and quiz generation for 10K+ ASU Online learners, boosting engagement by 28%.
- Developed Student Enrollment Service in Java Spring Boot (registration, seat allocation, waitlists), reducing REST API latency by 42% through query optimization and profiling.
- Implemented Course Delivery & Notification Services with async Spring and AWS Lambda triggers on S3βbacked content pipelines, increasing throughput by 35% and delivering realβtime grade alerts and deadline reminders.
- Automated infra (EC2, IAM, VPC, Lambda) using Terraform, eliminating config drift and cutting provisioning time by 60%.
- Designed GitHub Actions CI/CD with tests, lint gates, and zeroβdowntime deploys, improving release velocity by 2.1Γ.
Mar 2024 β Dec 2024 Β· India
- Built Dockerized FastAPI microservices for auth, enrollment, and assignments on AWS EC2, cutting deployment cycles by 45%.
- Scheduled Cronβbased automation for progress reports and deadline reminders, reducing manual ops by 40%.
- Secured APIs with JWT/OAuth2 + Pydantic validation, reducing invalid requests by 80% and improving data integrity.
- Designed PostgreSQL schemas with compound indexes and JSONB fields, improving query performance 3Γ and cutting p99 latency by 40%.
Mar 2023 β Mar 2024 Β· India
- Built 15+ React components for Stripe checkout (card input, 3DS, confirmation), increasing payment success rates by 30%.
- Implemented Redis caching on highβtraffic payment endpoints, reducing DB load by 60% and endβtoβend latency by 40%.
- Designed GraphQL + REST APIs with batching, retries, and circuit breakers, improving interβservice reliability by 42%.
Software Developer Intern Β· Oct 2022 β Feb 2023
- Developed serverless ETL pipelines with AWS Lambda, S3, RDS, improving processing efficiency by 35%.
- Provisioned EC2, IAM, and VPC via Terraform, cutting environment setup time by 50%.
- Shipped 10+ REST APIs and removed N+1 queries via indexed joins, cutting average API response time by 35%; awarded Best Intern.
A few projects that represent how I design, build, and ship systems endβtoβend.
Stack: Python Β· FastAPI Β· LangChain Β· FAISS / Vector DB Β· AWS
Focus: Clinical QA and biomarker discovery support using retrievalβaugmented generation.
- Designed an endβtoβend RAG pipeline over medical PDFs, guidelines, and structured cohorts to answer clinicianβstyle queries with grounded citations.
- Implemented chunking, embedding, reranking, and prompt strategies to reduce hallucinations and keep responses tied to validated sources.
- Integrated evaluation scripts and prompt sets to systematically compare retrieval strategies and prompt templates.
GitHub:
TrustmedAi(Advanced RAG system)
Stack: Next.js / React Β· Python / FastAPI Β· AWS (Lambda, API Gateway, S3, RDS or DynamoDB)
Focus: Personal study assistant that organizes notes, generates quizzes, and explains concepts using GenAI.
- Built a fullβstack learning platform where students upload content and receive AIβgenerated summaries, flashcards, and practice questions.
- Deployed backend services on AWS with API Gateway + Lambda and persistent storage, designing APIs for session management, content ingestion, and retrieval.
- Implemented authentication, roleβbased access, and a responsive UI so the app feels like a polished SaaS product rather than a demo.
GitHub:
StudySliceAI
Stack: Python Β· FastAPI Β· LangChain / OpenAI Β· Slack, GitHub, Notion APIs
Focus: βOpenβclawβstyleβ agent that connects Slack, GitHub, and Notion to answer questions and automate workflows.
- Orchestrated multiβtool agents that can read Slack threads, fetch GitHub issues/PRs, and query Notion docs to answer βwhatβs going on with X?β in one place.
- Implemented tool abstractions for each integration (Slack, GitHub, Notion) and an orchestration layer to route user intent to the right tools.
- Designed the system so teams can plug it into their existing Slack workspace and immediately get value without heavy setup.
GitHub:
SlackAgent
Stack: Java Β· Spring Boot Β· AWS Bedrock Β· FAISS Β· Redis Β· Apache Kafka
Focus: AIβenhanced contact manager and relationship graph for business networking.
- Built an eventβdriven microservices architecture with Kafka, aggregating contact events across systems into a unified graph.
- Integrated AWS Bedrock + FAISS to embed contact metadata and surface highβvalue relationships, improving contact matching accuracy by 70%.
- Tuned pipelines to deliver subβ3 second network analysis queries at scale using Redis caching and optimized queries.
GitHub:
Nexus
Stack: Python Β· FastAPI Β· CLIP Β· ResNet50 Β· AWS
Focus: Realβtime fashion recommendation using image embeddings and similarity search.
- Built a computerβvisionβpowered recommendation system that serves personalized outfit suggestions in production.
- Optimized for <150ms response times for 10K+ concurrent users with 99.99% uptime, using efficient batching and model serving on AWS.
- Improved user engagement by 32% with targeted recommendations versus simple ruleβbased suggestions.
GitHub:
FashionRecommender
Backend & Systems
- Languages:
PythonΒ·JavaΒ·TypeScriptΒ·JavaScript - Frameworks:
Spring BootΒ·FastAPIΒ·FlaskΒ·Node.js - Architectures:
MicroservicesΒ·RESTΒ·GraphQLΒ·EventβDriven - Messaging & Caching:
Apache KafkaΒ·RedisΒ·Redis Pub/Sub - Testing:
PytestΒ·JUnitΒ·Jest
Frontend & UX
- Frameworks:
ReactΒ·Next.js - Styling & UI:
Tailwind CSSΒ·shadcn/uiΒ·MaterialβUIΒ·Ant DesignΒ·Chakra UI - Patterns: Responsive design, Progressive Web Apps, dashboardβdriven UX
AI/ML & Data
- Libraries:
PyTorchΒ·TensorFlowΒ·KerasΒ·scikitβlearnΒ·PandasΒ·NumPy - GenAI & NLP:
Hugging FaceΒ·LangChainΒ·RAGΒ·Vector Embeddings - CV:
OpenCVΒ·CLIPΒ·ResNet - Big Data:
PySpark - MLOps:
MLflowΒ·Weights & Biases - Analytics & Viz:
Power BIΒ·TableauΒ·MatplotlibΒ·D3.js
Cloud, DevOps & Infra
- Cloud:
AWSΒ·GCPΒ·Vercel - Orchestration & Containers:
DockerΒ·Kubernetes - IaC & CI/CD:
TerraformΒ·GitHub ActionsΒ·Jenkins - Monitoring:
CloudWatchΒ·PrometheusΒ·GrafanaΒ·New Relic - Databases:
PostgreSQLΒ·MongoDBΒ·SQLite
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β COMPETITIVE PROGRAMMING β
β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β π₯ Top 0.2% in CodeKaze β Rank 315 out of 150,000 participants β
β π§© 1,000+ LeetCode Problems Solved (C++) β
β π Hackathon Champion (4Γ) β top 1% out of 10,000+ participants β
β π― Finalist: JPMorgan Code for Good 2024 β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β RESEARCH & CERTIFICATIONS β
β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β π Research Publication β "Early Dementia Detection via ANN Segmentation" β
β Published in Springer Β· Cited across academic repositories β
β π IBM Data Science Certificate (Coursera) β Top 5% globally β
β π§ Deep Learning Specialization (DeepLearning.AI) β
β CNNs Β· RNNs Β· NLP Β· Optimization for real-world AI systems β
β π Open Source β Hacktoberfest 2025 Β· 6+ merged PRs across OSS repos β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Iβm actively seeking Summer 2026 internships (Backend Β· FullβStack Β· AI/ML).
- β CPT/OPT eligible
- π Tempe / Phoenix, AZ (open to relocation)
- π― Interested in scalable systems, GenAI products, and dataβdriven platforms that actually ship to users
If youβre building something ambitious and need someone who can own the path from data β models β backend β production, Iβd love to chat.
βI build systems that scale and solve problems that matter.β



