Work Highlights

Selected projects from Glimpse and swXtch.io.

Glimpse

Client Analytics Dashboard

Full self-serve platform built from scratch for dispute resolution analytics. Core features: real-time metrics and revenue visualization, bulk document download handling large datasets, custom role-based access control via Clerk with granular permissions, a hybrid server/client React rendering architecture for performance, an in-app PDF viewer, and demo environments for enterprise sales. Also defined API endpoints and data structures in collaboration with the backend team.

Next.js
TypeScript
Tailwind CSS
Shadcn
Clerk
React
swXtch.io

Cloud Networking Dashboard

Frontend of a cloud networking product integrating with a Go backend for real-time network configuration, topology management, and live metrics visualization. Designed responsive layouts and reusable UI components, then refactored legacy code into functional components and custom hooks to improve maintainability and unit test coverage.

React
JavaScript
Go
Semantic UI
swXtch.io

CI/CD & Infrastructure Automation

Re-architected GitHub Actions pipelines using self-hosted runners, cutting execution time significantly and reducing cloud costs. Also built Go-based infrastructure automation tooling and Python microservices to support production deployments across AWS, Azure, and GCP.

GitHub Actions
Go
Python
AWS
Azure
GCP
Docker

Personal Projects

Side projects and academic work.

Capstone

Train Ticket Scanner

Computer vision application that detects and reads train tickets from images. Built with OpenCV to extract and validate ticket data — designed as a senior capstone project.

Python
OpenCV
Computer Vision
Mobile

TurboYums

Cross-platform restaurant automation app for Android and iOS. Features a React Native (Expo) frontend, Node.js REST API backend, MySQL database via Docker, Stripe payment processing, and Google Translate for multi-language support.

React Native
Expo
Node.js
MySQL
Stripe
Docker
Game Dev

The Legend of Burdea

VR game built in Unity with C#. Includes a full project structure with assets, scene configuration, and a playable Windows build.

Unity
C#
VR
Web

Crypto Search

Minimalist cryptocurrency screening website built with Django. Lets users search and filter crypto assets, with a Python backend and SQLite database.

Python
Django
HTML
SQLite
Algorithms

Shortest Route Finder — Drone Delivery

Python solution to the Travelling Salesman Problem for optimizing single-drone delivery routes. Takes a coordinate list and computes the shortest Hamiltonian cycle. Academic project with a companion DSA report. Co-authored with Aditi Satish.

Python
TSP
Algorithms