Maintained professional, organized, and safe environment for employees and customers.
Developed and maintained relationships with suppliers through account development.
Education
Bachelor of Arts - Computer Science
University of California, Berkeley
Berkeley, CA
12-2025
Associate of Science - Computer Science
Diablo Valley College
Pleasant Hill, CA
06.2023
Languages
Python, Java, C, C++, SQL, Scheme, Go
Projects
Build Your Own World
Designed and built a 2D tile-based world exploration engine, which procedurally generates a unique and interactive world for the player to navigate.
Implemented random objectives for the player to complete, enemies that track and chase the player using the A* algorithm, shooting mechanics to defeat the enemies, a heads-up display for important information, and the capacity to save and reload progress.
Secure File Sharing
Designed, built, and tested a secure file sharing system which allowed users to log in, upload, and share files with other users in the presence of attackers.
Ants Vs. Bees
Developed a tower defense strategy game inspired by the iconic video game Plants Vs. Zombies using Python.
Implement a large number of ant and bee classes and subclasses, randomly generated battlefields with diverse terrain, and random weather events.
2048
Developed the core logic to create a clone of the popular game "2048," enabling
functionality like tile merging and score tracking.
Integrated the game logic into an existing GUI framework, allowing player interaction via arrow keys.
Scheme Interpreter
Developed an interpreter, using Python, for a subset of the Scheme language which
required significant understanding of lexical and syntactic analysis as well as input parsing.