Projects (7)

MapReduce Framework
2025A simplified version of Google's MapReduce implemented in Go. Demonstrates distributed task coordination, fault tolerance, and concurrency using a Coordinator–Worker architecture with RPC communication.

Distrack: Distributed Task Scheduler
2026A distributed task scheduler engineered for delayed execution using a Scheduler, Coordinator, and Worker microservices architecture. Features gRPC heartbeats, round-robin task dispatching, and transactional state updates.

Limit Order Book Matching Engine
2026A high-performance C++20 matching engine utilizing custom memory pools and POD structs to eliminate heap allocations. Features thread-safe concurrent insertions and cancellations via read-write locking, achieving 241K ops/sec throughput with ultra-low latency.

Custom Unix Shell
2025A custom Unix shell written in C. Features a POSIX-compliant interface and supports features like process management, command execution and file system operations.

A full-stack blogging platform featuring AI-assisted content interaction. Integrated summarization and a RAG-powered chatbot to boost engagement and reduce reading time.

URL Shortening CLI Tool
2024A command-line URL shortener. CLI interaction through Python's argparse, and uses secure env-based config management.

Mental health platform offering quiz-based assessments, AI-generated feedback, and user progress tracking.