I’m a Computer Science major at Francis Marion University, minoring in Mathematics and Statistics, graduating in May 2026. I enjoy building systems that solve real-world problems—from field-deployed sensor networks to web platforms and AI evaluation pipelines. Whether it’s working with hardware in remote rainforests or streamlining business workflows, I focus on creating tech that actually matters.
Here’s what I’ve been up to lately:
- Interning at Sonoco, automating business processes and analyzing production data
- Researching on the BEAM Project, developing wildlife-monitoring hardware using Raspberry Pi and AudioMoth
- Leading a team for an Animal Shelter Management System using Next.js, Prisma, and PostgreSQL
- Building games for fun, including a C# space shooter with audio and effects
- Evaluating AI-generated responses at Outlier.ai to help improve model quality
Languages: Python, JavaScript, Java, C++, R, CSS, x86
Frameworks & Tools: React, Node.js, Next.js, Tailwind, Prisma, Bootstrap, Electron, UiPath
Other: PostgreSQL, Git, VS Code, GraphQL, Raspberry Pi, .NET, AudioMoth
A “radar sweep” prototype where a headless Raspberry Pi moves a servo and reads an HC-SR04 distance sensor, then broadcasts angle + distance over UDP to a Windows PC that displays the sweep in a Pygame GUI. Includes wiring notes (GPIO18/23/24), level-shifting guidance for the HC-SR04 ECHO pin, and troubleshooting tips.
Repo: https://github.com/RAIZ44/Mini-Radar
Wildlife-monitoring platform with sensor-driven data capture deployed in remote environments. Repo: https://github.com/fmu-zwiers-ecuador
Full-stack app for animal shelter operations—team lead on backend and project architecture. Repo: https://github.com/RAIZ44/animal-shelter-CS340
Arcade-style mini-game in C#, featuring a custom game loop, audio effects, and collision mechanics. Repo: https://github.com/RAIZ44/SpaceShooter