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.
ARMv8 Simulator
2022
Developed an instruction-level simulator for a subset of the ARMv8 instruction set (a RISC style ISA). Added out of order pipelined execution, an LRU L1 cache and write through L2 cache for faster memory operations, and branch prediction using 2 tier branch history table with the 2-bit saturating counter heuristic.
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.