Engineer · Builder · Creative
Logic, and craft.
I build software with a focus on clean systems and thoughtful UI. I’m interested in the space where solid engineering meets great design, creating tools and products that are as reliable as they are intuitive.
Intuit · QuickBooks Online
MIT World Peace University · AI & Data Science
01 / 03
Next.js · Typescript · PGLite · xterm.js · MDX
An interactive educational platform for system design — where you don't just read about databases, you run them live in your browser tab.
┌──────────────────────────────────┐ │ browser tab (zero server) │ │ │ │ $ SELECT * FROM accounts; │ │ > id name balance │ │ > 1 Alice $1,200 ✓ │ │ │ │ $ BEGIN; │ │ $ UPDATE accounts │ │ SET balance = balance - 100 │ │ WHERE id = 1; │ │ $ COMMIT; ✓ │ │ │ │ engine: PostgreSQL / WASM │ │ latency: ~0ms no network │ └──────────────────────────────────┘
02 / 03
Node.js · PostgreSQL · Express
A pluggable backend observability framework that automatically surfaces what's slowing your application down — without any manual instrumentation.
┌──────────────────────────────────┐ │ observability / backend │ │ │ │ GET /api/data → 1842ms │ │ ████████████████████░░ SLOW │ │ │ │ SELECT * → n+1 detected │ │ ████████░░░░░░░░░░░░ WARN │ │ │ │ heap: 187mb ──► 340mb │ │ ██████████████████████ SPIKE │ │ │ │ latency p99: 2100ms │ │ queries/req: 14 ← too many │ └──────────────────────────────────┘
03 / 03
Arduino · NodeMCU · Supabase · Next.js · Blynk · IoT
A real-time IoT system that monitors remote forest edges for fire risk and illegal activity — combining hardware sensors with a cloud-connected web dashboard.
┌─────────────────────────────────┐ │ forest edge · sensor node │ │ │ │ temp: 38.4°C ▲ HIGH │ │ humidity: 11% ▼ LOW │ │ tilt: MOTION DETECTED !! │ │ RFID: UNAUTHORISED !!! │ │ │ │ ESP8266 ──► WiFi ──► Supabase │ │ Supabase ──► Next.js dashboard │ │ Blynk ──► mobile alert SENT │ │ │ │ uptime: 99.2% │ │ alerts sent today: 3 │ └─────────────────────────────────┘
input: leaf image (corn)
│
▼
┌────────────────────┐
│ Conv2D + ReLU │
│ ▓▓░░▓░▓▓░░▓▓░░ │
│ feature maps ──► │
└─────────┬──────────┘
│ MaxPool
▼
┌────────────────────┐
│ Conv2D + ReLU │
│ ░▓▓░▓▓▓░░▓░▓░ │
└─────────┬──────────┘
│ Flatten
▼
┌────────────────────┐
│ Dense → Softmax │
└─────────┬──────────┘
│
┌──────┴───────┐
▼ ▼
healthy diseased
p = 0.02 p = 0.98
Built a deep CNN model that classifies crop disease from leaf images — making visible the patterns of illness that escape the human eye. Trained and evaluated across three crop types with high classification accuracy.
3rd ICISA 2024 · MIT-WPU, Pune, IndiaJun 2024 – Jun 2025
Computer Society of India, MIT-WPU
Oversaw 27+ club activities — project facilitation, student mentorship, and city-wide technical events. Led a deep learning research group and a DSA focus group of 12+ members.
Apr – May 2024
Stanford Code In Place 2024
Selected from 1,000+ applicants to guide a global cohort of 10+ students through Python. Fostered collaboration across diverse backgrounds and time zones.
Apr – May 2024
Codess.Cafe
Mentored 10 women in tech through DSA, resume building, soft skills, and mock interviews — bridging the gap from university to industry readiness.
Loading latest dispatches...