Work Highlights
Selected projects from Glimpse and swXtch.io.
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.
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.
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.
Personal Projects
Side projects and academic work.
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.