Skip to content
View Bhavd33p's full-sized avatar

Block or report Bhavd33p

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
Bhavd33p/README.md

Hi, I'm Bhavdeep 👋

🛠️ Software Engineer @ Newton School | 🎓 IIT Roorkee '26 | 📍 India

Infrastructure · Platform · Application Security

Go Python C++ TypeScript Kubernetes Docker Linux Django FastAPI React Prometheus PyTorch

Software engineer building backend and infrastructure — Go, Python and TypeScript in production, from Kubernetes controllers to ML serving. Interested in how systems fail, scale, and stay correct under pressure. Contributor to Kubeflow (CNCF ecosystem).


Building Now

🎛️ Model Serving Platform on Kubernetes A kubebuilder operator managing the serving lifecycle of ML models through a custom InferenceService CRD — reconcile loop, finalizers, owner references, status subresources. Artifact pulls from S3-compatible storage with readiness gated on model-load completion, canary rollout with traffic splitting, autoscaling on inference queue depth rather than CPU.

Go · kubebuilder · controller-runtime · Kubernetes · Prometheus · MinIO

📡 Reliable UDP Transport Protocol A connection-oriented transport over UDP: state machine, selective-repeat ARQ with SACK, sliding-window flow control, Jacobson/Karels RTT estimation with adaptive RTO. Pluggable congestion control behind one interface, and per-stream configurable reliability — reliable, unreliable, or deadline-bounded — so latency-sensitive traffic bypasses the head-of-line blocking TCP enforces. Benchmarked against TCP and raw UDP under tc netem.

C++ · UDP · tc/netem · Prometheus · GitHub Actions


Shipped

⏱️ TimeTracker — 🔴 live at timetracker-day.vercel.app Plan a day in time blocks, keep tasks beside them, and see where the week actually went. An installable PWA that works fully offline and syncs to Firestore on sign-in. The service worker is network-first over content-hashed assets — so a new deploy reaches an already installed app on its next online open, with no precache manifest to keep in step.

React · Vite · Firebase / Firestore · PWA · service worker · Vercel

🏦 FinTech Multi-Agent System Five specialist agents — financial analysis, risk scoring, portfolio allocation, fraud detection, regulatory compliance — behind an orchestrator doing intent classification and running them standalone, sequentially or in parallel. Wrapped in real guardrails: prompt-injection detection across 15+ pattern rules, PII redaction and disallowed-topic blocking on input; disclaimer injection, hallucination detection and length bounding on output. Compliance covers RBI, SEBI, PMLA, FEMA and the DPDP Act.

Python · Claude SDK · tool use · guardrails

Multi-Adapter LLM Serving Infrastructure Single-process inference server hosting two LoRA adapters on a shared Qwen-2.5 base with header-based routing and runtime hot-swapping, removing the cost of one GPU deployment per model. 4-bit NF4 quantization cut memory footprint 68%, sustaining 15–30 tok/s at sub-500ms time-to-first-token, with token-level streaming.

Python · FastAPI · PyTorch · QLoRA · Transformers

📋 Mini Task Manager Full-stack project management system — .NET backend, React + TypeScript frontend, JWT auth and user-scoped projects. Containerized end to end with separate backend and frontend images, docker-compose orchestration and an nginx reverse proxy.

C# · .NET · React · TypeScript · Docker · nginx

🚕 Pink Taxi Ride-hailing app built around women's safety in India — Flutter client, Firebase backend, Cloud Functions.

Flutter · Dart · Firebase

📄 PDF Converse · ✍️ Web Annotator Retrieval-based question answering over uploaded PDFs; and a browser extension for highlighting, underlining and annotating text on any web page.

Python · JavaScript


Experience

Newton School — Software Engineer · June 2026 – present Backend and platform work across Python/Django, Go and TypeScript — sandboxed execution of untrusted code, distributed task correctness, API performance, and application security.

Zinnia Digital Services — Software Engineering Intern · May – July 2025 Document ingestion and embedding pipelines over ChromaDB, and REST APIs for inference and validation.


Connect

Email LinkedIn LeetCode GitHub

IIT Roorkee, B.Tech 2026 · LeetCode peak 1853 · CodeChef peak 1647 (Sirius3) · 1000+ problems solved

Popular repositories Loading

  1. Potato-Disease-Classifier Potato-Disease-Classifier Public

    The Project Made Under INTRA BHAWAN TECHTONIC is a Potato Disease Classifier Made using CNN

    Jupyter Notebook

  2. PDF-Converse PDF-Converse Public

    The PDF Converse tool can be used to upload PDFs and effectively answer all queries. With this tool, users can collaborate and engage in discussions within the context of the document itself.

    Python

  3. Web-Annotator Web-Annotator Public

    Web Annotator is a browser extension that allows you to highlight, underline, and annotate any text on web pages.

    JavaScript

  4. CP-codes CP-codes Public

    This repo contains all non classical algo's and codes.

    C++

  5. TestCase_Generator TestCase_Generator Public

    Forked from Bhavd33p-Singh/TestCase_Generator

    Python

  6. Mini-Task-Manager Mini-Task-Manager Public

    A full-stack Mini Project Management System built with .NET and React + TypeScript, featuring secure JWT-based authentication, user-specific projects, and task tracking with due dates and completio…

    C#