Skip to content
View Brijesh03032001's full-sized avatar

Block or report Brijesh03032001

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
Brijesh03032001/README.md
Brijesh Kumar Banner

πŸ‘‹ Hi, I'm Brijesh Kumar

Full‑Stack Engineer Β· ML Researcher Β· Systems Builder

MS Computer Science @ Arizona State University Β· 4.0 GPA Β· Tempe, AZ

Portfolio LinkedIn Email LeetCode GitHub

πŸ“ Tempe, AZ Β· ☎️ 623‑666‑2665 Β· Open to CPT / OPT Β· Actively seeking Summer 2026 internships


🎯 What I Do

  • 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.

πŸ”¬ Current Role Β· ASU Biodesign Institute

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.

πŸ’Ό Software Engineering Experience

EdPlus @ Arizona State University Β· Software Developer

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Γ—.

AWL Metaverse Pvt. Ltd. Β· Software Engineer

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%.

Quicket Solutions Β· Software Developer

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.

🧩 Selected Systems & Projects

A few projects that represent how I design, build, and ship systems end‑to‑end.

πŸ”Ή TrustmedAi – Advanced Medical RAG Platform

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)


πŸ”Ή StudySliceAI – AI Study Copilot on AWS

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


πŸ”Ή SlackAgent – Multi‑Agent Dev Productivity Copilot

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


πŸ”Ή Nexus – Smart Contact Graph for Business Networks

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


πŸ”Ή FashionRecommender – Real‑Time Vision‑Based Outfit Engine

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


πŸ› οΈ Tech Stack

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

πŸ† Achievements

╔═══════════════════════════════════════════════════════════════════════════════╗
β•‘                         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     β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

πŸ“Š GitHub at a Glance

GitHub Stats

Top Languages

GitHub Streak


🀝 Let’s Build Something

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.”

Pinned Loading

  1. Ghosty_A_Conference_helper Ghosty_A_Conference_helper Public

    πŸ† Winner β€” Kiro Spark Challenge 2026 | A voice-first mobile app that turns conference conversations into a transparent career pipeline. Record a 15-second voice memo β†’ get AI-extracted contact card…

    TypeScript 2

  2. StudySliceAI StudySliceAI Public

    πŸ₯ˆ Runner-up Education Track @ SunHacks 2025 | πŸŽ“ StudySlice AI uses artificial intelligence to automatically identify and extract the most important learning moments from university lectures, creati…

    TypeScript

  3. StyleNova-AI StyleNova-AI Public

    πŸ† Top 3 @ Clozyt Hackathon β€” StyleNova AI: Vision-Language fashion recommender built with OpenAI CLIP (ViT-B/32), adaptive collaborative filtering & real-time swipe feedback loop. Next.js 15 + Fast…

    Python

  4. SlackAgent SlackAgent Public

    Production AI Slack agent with RAG semantic search, persistent memory & 59 tools (GitHub/Notion). Indexes 10K+ messages, <2s responses, 95% accuracy. Built with TypeScript, Claude AI, ChromaDB, mem…

    TypeScript

  5. SmartContactManager SmartContactManager Public

    AI-powered CRM for professionals. Track relationships, get smart follow-up suggestions, and leverage Claude AI insights. Built with Next.js & Convex.

    TypeScript

  6. SwiggyAnalysis SwiggyAnalysis Public

    🍽️ Swiggy Market Intelligence Engine β€” turns 197K+ food delivery orders into strategy using BCG Menu Matrix, City Expansion Index & Restaurant Health Score. Built with Python, Pandas, Plotly, SQLit…

    Jupyter Notebook