My Projects

This is a collection of some of my favorite projects.

Project / Repo

Password Manager

This project is focused on simplifying password management. My goal is to allow users to integrate the system with their own cloud services, giving them full control over how their private information is stored and managed. In addition to cloud integration, the project supports local password storage, offering maximum flexibility.

Code

DSA and Algorithims in C++

These are some personally implemented data structures and algorithims fundamental to Computer Science. Although these implementations are fundamental knowledge, I find implementing in a language like C++ forces you to understand their mechanics.