SEE MORE
I’m passionate about software development, specializing in web, mobile apps, and game development. I’m currently studying Computer Science at Western Washington University. I enjoy building user-friendly applications and exploring new technologies.
Western Washington University
Sept. 2021 -- June 2025
GPA 3.4/4
Python
Java
C
C#
HTML 5
MySQL
MATLAB
Unity
React-Native
Description:
LexiSearch is a cross-platform dictionary app built using React Native, designed for word search. The app integrates the Free Dictionary API, providing users with word definitions, pronunciation, and examples. Key features include form validation, audio playback, dynamic font switching, and customizable themes for an enhanced user experience. Thorough testing with Jest ensures reliability across different devices.
Description:
The X16 Emulator and Assembler is a low-level software project that replicates the behavior of a simplified 16-bit computer architecture. The emulator handles memory management, CPU instruction decoding, and bitwise operations, while the custom assembler converts X16 assembly code into machine code.
Description:
The Dungeon of Duality is a puzzle-adventure game developed in Unity, featuring a unique realm-shifting mechanic that challenges players to navigate through interconnected worlds. The game offers a blend of puzzles and dynamic navigation, enhanced by a smooth player movement system. A challenging final boss encounter adds to the game.
Description:
Snake Game is an implementation of the classic Snake game built with Python and a text-based GUI. The game features adaptive screen dimensions and responsive arrow key controls in the terminal. It’s a great demonstration of fundamental game mechanics and user input handling, offering a simple yet addictive experience.