My Projects
A collection of projects I’ve built to explore cybersecurity, systems programming, and software engineering.
Password Manager (CS50 Final Project)
A full-stack password manager using Flask, SQLite, sessions, and Fernet encryption. Built to learn secure storage, routes, templating, and backend development.
GitHubMemory Management Experiment (C)
A small malloc/free implementation built to understand headers, free lists, splitting, and coalescing while simulating a custom heap.
GitHubDynamic Array (C)
A resizable array implementation built from scratch to practice pointer arithmetic, capacity doubling, memory management, and low-level data structures.
GitHubC Network Scanner (WIP)
A lightweight TCP port scanner exploring sockets, threading, and timeouts. Built to learn basic network behavior and low-level I/O.
GitHubGemini AI Toolkit
A set of modular AI tools built inside Google AI Studio, including math helpers, code assistants, writing tools, and general-purpose reasoning utilities. Built during Hack@URI (2nd place).
GitHubVR Training Research
Research with the RI Air National Guard studying how VR affects training effectiveness, readiness, and safety compared to traditional methods.
GitHub