Experience

A timeline of work, study, and shipping across different products.

Timeline

Web Stack

Phase 01

Started with full-stack web development across TypeScript, Express, Flask, Django, and Next.js

Delivery

Phase 02

Took ownership of delivery: VPS hosting, Nginx, deployments, GitHub Actions, and production maintenance

Systems

Phase 03

Built lower-level projects in C, including a disk-persistent key-value store and a near-complete B+ tree

Direction

Now

Moving toward systems programming while still shipping practical end-to-end software

Representative Projects

Developer Utility

Font Converters

A font conversion utility supporting 8 formats across 56 conversion paths, with batch processing, multi-format export, subsetting, auto-generated CSS, and in-memory processing for privacy.

Next.jsDjangoPostgreSQL
View Project
Analytics Platform

OWHeroStats

An Overwatch statistics platform with hero pages, map breakdowns, comparison views, and filters across ranks, regions, and time windows. Backed by large-scale scraping with frequent stat refreshes.

Next.jsDjangoPostgreSQL
View Project
Learning Platform

Loksewa Tayari App

An exam-preparation platform with subscriptions, practice flows, user progress tracking, and dashboards.

Next.jsTailwindCSSNest.jsPostgreSQL
View Project
Real Estate Platform

16 Aana Homes

A real-estate platform with property discovery, listing filters, agent workflows, and detailed property pages including EMI calculation and unit conversion. I handled the backend and supported frontend delivery.

Next.jsTailwindCSSExpress.jsMongoDB
View Project
Storage Engine Foundation

bplus-tree

A B+ tree implementation in C with a custom arena allocator, configurable order, doubly linked leaf nodes, insertion and deletion rebalancing, point search, and range queries. It is the in-memory foundation for the disk-persistent, WAL-backed storage engine I am building next.

CArena AllocatorStorage Engine Design
View Project
Travel CMS Website

Trail and Trek Nepal

A travel CMS site with trip discovery, trekking and climbing packages, region-based exploration, content pages, and booking flows.

Next.jsTailwindCSSNest.jsPostgreSQL
View Project