LastMile IQ
A delivery platform that quotes rates, assigns drivers automatically and keeps an append-only history of every order.
- API route handlers
- 16
- Prisma models
- 9
- roles with scoped access
- 3
B.Tech CSE at VIT Bhopal · Graduating 2027
Backend engineer. I build APIs, data models and the business logic that sits between them.
A delivery platform that quotes rates, assigns drivers automatically and keeps an append-only history of every order.
An outpatient clinic platform with a live queue, telehealth and an AI scribe that turns consultations into structured notes. I owned the data and security layer.
match /users/{userId} {
allow create: if isOwner(userId) && isValidUser(request.resource.data);
// the role can never change after sign-up
allow update: if isOwner(userId) && isValidUser(request.resource.data) &&
request.resource.data.role == resource.data.role;
}
match /appointments/{appointmentId} {
allow read: if isAuthenticated() &&
(request.auth.uid == resource.data.doctorId ||
request.auth.uid == resource.data.patientId);
} Transfer learning on retinal photos to grade diabetic retinopathy into five stages, with an honest look at where the model fails.
Validation predictions by true stage (rows). The rare severe stages collapse into Moderate.
Upload a receipt photo and get back the merchant, date and line items, sorted into a spending category. Tesseract OCR after grayscale and binarization.
Built for WeMakeDevs' Into the Scrape-Verse hackathon. Scrapes engineering blog posts with Bright Data and has Gemini draft LinkedIn posts from them.
A laptop at home and two Oracle Cloud VMs on one Tailscale mesh, running 20+ containers for ₹0 a month. Each server is watched from another.
Checking live status
What travels over the mesh
Show details for a server
Repurposed laptop at home
Oracle Cloud, AMD Micro
Oracle Cloud, Ampere A1
My Windows laptop
APIs, schemas, auth and the business rules in between.
Linux servers, containers, networking and the scripts that run them.
Transfer learning, careful evaluation and LLM APIs.
Also from coursework: Java, MySQL and MongoDB.
VIT Bhopal University
B.Tech, Computer Science and Engineering
CGPA 8.41 / 10
Class XII: 92.4%. Class X: 88.4%.
Finance Lead
Cyber Warriors Club, VIT Bhopal
I'm looking for entry-level backend, full-stack and cloud roles. I'm based in Pune and open to remote work or relocating to Delhi NCR or Hyderabad.
Thanks for writing. I usually reply within two days.