Projects
Jul 9, 2026
SystemPulse
A distributed telemetry pipeline with lock-free C++ agents, a self-throttling broker, and a Python service that flags anomalies in real time without any offline training.
Jul 1, 2026
BookMyTicket
A distributed event-ticketing platform built as six independently deployable Spring Boot microservices, using Redis-backed distributed locks and Kafka event fan-out to guarantee no two users can ever book the same seat.
Apr 3, 2026
NaviGo
An infrastructure-less Android app for accessible indoor navigation for visually impaired people.
Nov 20, 2025
Terminal-Based Text Editor
A terminal-native text editor written from scratch in C, backed entirely by custom data structures — a rope for O(log n) edits, a trie for instant auto-suggestions, and a hash table for real-time syntax highlighting — with zero dependencies beyond ncurses.