Technical Projects

What I've
Built

Real-world applications focused on security, scalability, and engineering excellence.

Django MERN Stack RBAC & AES-256
Featured

Featured Projects

Academic

Academic Mini-Projects

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.

C++OOPFile I/O
View Repository

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.

PythonBFSDFSDijkstra