Selected Projects
Internal Wallet Service
A highly-concurrent, double-entry wallet service demonstrating idempotent transactions and deadlock-safe account transfers under heavy load. Engineered for strict ACID compliance and high throughput.
Captain's Log: Local RAG Search
A fully offline Retrieval-Augmented Generation (RAG) system capable of parsing, indexing, and semantic searching through structured captain diaries. Integrates mathematical vector proximity matching with a local large language model for contextual response generation.
EEG Schizophrenia Detector
A specialized Machine Learning pipeline and Convolutional Neural Network (CNN) model designed to identify and classify Schizophrenia using EEG brain activity signals, featuring a clean Tkinter control dashboard.
Intellect
A comprehensive institutional management system with automated workflows, administrative dashboards, and secure record tracking built over a scalable cloud-hosted MongoDB database.
LedEx Delivery Engine
A delivery management and dispatch platform featuring distinct client, delivery partner, and end-customer apps. Integrated with real-time package tracking and multi-tier database coordination.
Bookmark OAuth Service
A clean, production-ready bookmark manager featuring secure authentication, user-specific data isolation, real-time client state listeners, and component-based routing.
GitHub Webhook Tracker
A lightweight Flask-based tracker that listens for GitHub webhook payloads (Push, Pull, and Merge Requests), parses and stores event data in MongoDB, and presents real-time updates via a clean web UI.