WORK

A collection of products, experiments, and technical deep-dives.

Showing all 9 works

2025

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.

JavaSystemsDatabases
Campus find screenshot
2025
website

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.

Next.jsWebGLSupabase
The Hundred screenshot
2025
website

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.

ReactData VizGamification
Gitview screenshot
2025
website

Gitview

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

3DGitHub APIThree.js
Humanoid Defense Robot (UI) screenshot
H
2025
website

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.

Next.jsThree.js3D
Medical Emergency Service screenshot 1
Medical Emergency Service screenshot 2
Medical Emergency Service screenshot 3
2025
app

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.

AndroidJavaMaps
APOD App screenshot 1
APOD App screenshot 2
APOD App screenshot 3
2025
app

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.

AndroidKotlinNASA API
Pickleball screenshot 1
Pickleball screenshot 2
Pickleball screenshot 3
P
2025
app

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.

React NativeSkiaGame Dev
2025

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.

CSystemsLow-level