Projects
A collection of my security-focused builds and side projects โ from encrypted systems to developer tooling.
12 projects
Secure File Transfer System
End-to-end encrypted file transfer platform using AES-256-GCM symmetric encryption and RSA-2048 key exchange, with SHA-256 integrity checks, Argon2id password hashing, role-based access control, and a tamper-evident, chain-hashed audit log.
ClipGuard
Secure real-time data sync over WebSocket with a rotating 6-digit PIN system, QR-based device pairing, and timestamp/origin validation to block replay attacks and unauthorized sync requests.
Readme Studio
A security-aware developer tool with a built-in secret scanner that uses Shannon entropy and regex to catch leaked API keys and tokens, plus diff-snapshot history for tracking document changes.
HealthCare ML Predictor
A Streamlit ML app that predicts disease from symptoms using an ensemble of Naive Bayes, Decision Tree, and Random Forest classifiers, reaching 91.3% accuracy across 40+ disease classes.
LateXStudiO
A lightweight LaTeX editor built with vanilla JS, HTML, and CSS โ no framework and no build step required.
Typing Practice
A typing speed trainer built with Next.js and Tailwind CSS, animated with Framer Motion and backed by Zustand for state management.
Resume Templates in LaTeX
A collection of prompt-driven LaTeX resume templates, generated and refined with Claude.
3D Portfolio
An interactive 3D portfolio site built with Next.js, React, Three.js, and Tailwind CSS.
OneDrive Nuke
A PowerShell script that fully removes OneDrive from Windows via registry and Group Policy tweaks.
DevCache Cleaner
A developer cache-cleaning utility with both a Node.js CLI and a companion React/Vite browser UI.
Calculator
A simple calculator app built with React, TypeScript, and Vite.