WORK
A collection of products, experiments, and technical deep-dives.
Showing all 9 works
FlushDB (LSM Tree Database)
A custom Log-Structured Merge (LSM) Tree database engine built from scratch. Implements an efficient Write-Ahead Logger (WAL) and MemTables and a SSTable in Java for high-performance durability and sequential writes.

Campus find
University campus map with WebGL-accelerated platform built with Next.js and MapLibre GL with custom graph-based routing (Dijkstra + K-shortest paths), real-time geolocation tracking, PWA support, and OSM-to-GeoJSON data pipeline with Supabase backend integration.

The Hundred
GitHub-style contribution graph web app that tracks daily habits, assigns weighted scores (out of 100) to tasks, and visualizes overall daily performance.

Gitview
3D visualization tool that transforms your GitHub contribution graph into an interactive, visually engaging experience.

Humanoid Defense Robot (UI)
Immersive defense platform portal UI for India's indigenous humanoid army robot. Features an interactive 3D robot model, live telemetry readouts, an globe tracking, cinematic scroll-driven storytelling.



Medical Emergency Service
An Android application designed to provide immediate assistance during medical emergencies, routing users dynamically to PHC, CHC, or District Hospitals based on severity.



APOD App
An elegant Android application built with Kotlin to gracefully explore NASA's Astronomy Picture of the Day (APOD). Features an immersive UI to discover daily cosmic imagery and detailed astronomical context.



Pickleball
A fast-paced 2D pickleball game built with React Native and React Native Skia for GPU-accelerated canvas rendering. Features real-time physics simulation, smooth 60fps gameplay, and a polished mobile-first UI.
Re-implement C
A comprehensive deep-dive into system-level operations, reimplementing standard C library functions from scratch to explore memory management, pointer arithmetic, and low-level execution semantics.