Real-world applications focused on security, scalability, and engineering excellence.
SKILLCURRENCY
A scalable financial and career hub featuring role-based access control across 3 user tiers (Admin, Skilled Provider, Client) and a custom transaction tracking module for escrow-protected job settlements.
A secure messaging application handling 100+ concurrent socket connections with end-to-end data privacy via encrypted routing and robust JWT-based session management.
QUEUE SIM
An interactive CPU scheduling simulator generating real-time Gantt charts to benchmark wait times and turnaround times across multiple preemptive and non-preemptive scheduling algorithms.
Coursework projects demonstrating foundational CS concepts and language proficiency.
A console-based restaurant ordering system built in C++ demonstrating object-oriented design patterns, file-based data persistence, and menu-driven user interfaces.
A collection of graph traversal and shortest-path algorithm implementations with visualized step-by-step execution. Covers BFS, DFS, and Dijkstra's Algorithm with test case benchmarking.