Education
University of Chicago
B.S. Computer Science • 2020 - 2024
Focused on systems programming and machine learning. Coursework includes Computer Architecture, Machine Learning, and Machine Learning for Computer Systems.
Work Experience
Edovo
Software Engineer Intern • 2023
Built educational software for incarcerated individuals, focusing on offline-first architecture and secure content delivery. Developed a Java service which streamed batches of updates from our SQL database to sumo logic, making it easy for developers to run complex queries on our data. Created a customer facing full-stack resume builder, using React, TailwindCSS, and Java.
Data for Common Good
Data Science Intern • 2022
Developed a feedback collection system for the patient trial matching program using Postgres and FastAPI.
Hohonu
Software Engineer Intern • 2021
Developed real-time water level monitoring systems using IoT sensors. Integrated data from custom pipeline to detect anomalies in water levels, utilized harmonic regression to predict water levels.
Projects
Ouradio
2023 - Present
A collaborative radio platform that enables shared music experiences. Built with Next.js and WebRTC, featuring real-time synchronization and social features that create a unique listening experience.
RISC-V Simulator
2022
Developed a simulator for the RISC-V architecture, a parallel computing architecture. Implemented a custom memory hierarchy, branch prediction, and cache coherence protocol.
CrustyDB
2021
Created a SQL database management system in Rust, implementing a B-Tree as the database file format, implementing the Volcano Model for query processing, and a Lock Manager for concurrency control.