// CS student · NYC

Systems, security,
and everything in between.

Junior CS student interested in systems programming, computer architecture, and security. Here's what I've been working on.

Projects
01
C++
Cache Replacement Simulator
Implements LRU and FIFO cache replacement policies using a doubly linked list and custom hash map built from scratch — no STL containers. Simulates eviction behavior across 20 random write operations to a 10-block cache.
C++ data structures systems LRU / FIFO
02
React Native · SQLite
IMDB Movie Database App
Mobile app built with a classmate for our Web and Mobile Development course. Lets you search a real IMDB dataset by title, rating, or director — loaded locally via SQLite. I handled the screen layouts and stack navigation; my partner wrote the SQL query logic. Getting the SQLite database to copy correctly into device storage on first launch and running through Expo Go without an app store was its own challenge.
React Native SQLite Expo mobile collab
03
Security Research
Salt Typhoon — APT Analysis
Analysis of Salt Typhoon, a Chinese state-sponsored APT that infiltrated 9+ US telecom networks and went undetected for over two years. The core argument: CALEA's government-mandated backdoors became the attack vector. Any backdoor built for law enforcement can be found by adversaries.
cybersecurity APT threat analysis policy

// more projects coming soon

About

CS junior based in NYC, originally from Texas. I like working close to the hardware — architecture, memory systems, and networking. Also into cybersecurity. This site is a work in progress as I add more projects.

view github →