Projects

A collection of my security-focused builds and side projects โ€” from encrypted systems to developer tooling.

12 projects

Secure File Transfer System

Completed

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.

PythonFlaskAES-256-GCMRSA-2048

ClipGuard

Completed

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.

PythonFastAPIWebSocket

Readme Studio

Completed

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.

TypeScriptNext.jsMonaco Editor

HealthCare ML Predictor

Completed

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.

PythonStreamlitscikit-learnpandas

LateXStudiO

Completed

A lightweight LaTeX editor built with vanilla JS, HTML, and CSS โ€” no framework and no build step required.

JavaScriptHTMLCSS

Typing Practice

Completed

A typing speed trainer built with Next.js and Tailwind CSS, animated with Framer Motion and backed by Zustand for state management.

TypeScriptNext.jsFramer MotionZustand

Resume Templates in LaTeX

Completed

A collection of prompt-driven LaTeX resume templates, generated and refined with Claude.

LaTeX

3D Portfolio

Completed

An interactive 3D portfolio site built with Next.js, React, Three.js, and Tailwind CSS.

TypeScriptNext.jsThree.jsTailwind CSS

OneDrive Nuke

Completed

A PowerShell script that fully removes OneDrive from Windows via registry and Group Policy tweaks.

PowerShell

DevCache Cleaner

Completed

A developer cache-cleaning utility with both a Node.js CLI and a companion React/Vite browser UI.

TypeScriptNode.jsReactVite

Calculator

Completed

A simple calculator app built with React, TypeScript, and Vite.

TypeScriptReactVite

MedAI Disease Prediction System

Completed

A React-based disease prediction interface built with Vite and Tailwind CSS.

TypeScriptReactViteTailwind CSS