These are some of the recent projects I've been working on. I'd love to walk through source-code or discuss these projects further.

Spring 2025
Coming Soon
...
Pour Decisions

...

Fall 2024
Cryptographic File Sharing System
Cryptography

I designed and implemented a secure file-sharing system focused on confidentiality, integrity, and access control using AES-CTR encryption, RSA public-key encryption, HMAC for integrity checks, and password-based key derivation (PBKDF) for authentication. The system supports user authentication, file storage and retrieval, secure file sharing, and access revocation, ensuring robust key management and data integrity.

Fall 2023
RISC-V PIPELINED CPU
CPU

Using Logisim, I designed and optimized a RISC-V compatible CPU. In order to process a broad spectrum of instructions, I developed a sophisticated 2-stage pipeline to enhance processing efficiency.

Fall 2023
CONVOLUTIONAL OPTIMIZER
Convolutions

I developed a convolutional optimizer for high-efficiency video processing applications, using SIMD instructions and OpenMP parallel processing algorithms on Berkeley's HiveMind servers.

Summer 2023
WINGMAN ANALYTICS PLATFORM
Wingman

I developed a web platform for Whippy representatives using HTML, CSS, and JavaScript to analyze thousands of cold-call data points from Wingman transcriptions.

Spring 2023
2D WORLD GENERATION
2D World

I developed a pseudorandom 2D world generation algorithm and environment in Java with collectible coins, light switches, and various object-oriented game elements.

Winter 2023
PERSONAL WEBSITE
Website

Using HTML, CSS, and Javascript to adapt this website from an html template and host it through GitHub.