About Me

I thrive on solving difficult problems and learning new technology over a weekend. I am seeking a full stack software development position, working on software products that allow me to learn new frameworks and technologies. For more information, see my resume.

Undergraduate Research Fellowship

Seattle Pacific University

June - November 2023

I created a full stack Android application that facilitated bluetooth connection with a custom silicon health monitoring device. The app then displayed health data from the health monitoring device.

Java • Android App Development • Bluetooth Protocol • Microcontrollers

University Network Technician

Seattle Pacific University

September 2021 - December 2022

I worked part-time providing tier 1 network support. This included troubleshooting, maintaining, and updating network/telecom devices across campus.

Networking • Telecom • Communication

Software Engineering Internship

Versium Analytics

June - September 2022

I worked on integrating APIs into external production services, exploring the viability of Google Sheets applications, and creating open source SDKs.

React.js • PHP • Node.js • JavaScript • Python • Working With APIs • Open Source

Software Engineering Internship

Versium Analytics

June - September 2021

I created an admin feature that allowed technical and non technical people alike to test the capabilities of live APIs and APIs still in development.

React.js • HTML • CSS • Working With APIs

hngr

Project Ongoing: September 2023 - Present

hngr is a mobile application designed for foodies. Review restaurants you have been to, share them with your friends, save restaurants you want to go to, and more.

React-Native • Mobile App Development • TypeScript • Zustand • react-query • Expo • Unit Testing

Chess V2

Project Completed: August 2023

This is an iteration on my earlier attempt at creating a chess game. This version correctly implements all legal chess moves and allows for online multiplayer. This project was developed with React.js and is currently deployed in case you want to experiment with what I created.

Data Structures • Algorithms • React.js • Websockets

Huffman Tree

Project Completed: June 2021

    Jan, Gene. “Example of Huffman Tree.” Researchgate.net, https://www.researchgate.net/profile/Gene-Jan/publication/3337841/figure/fig3/AS:394708393185337@1471117222874/ Example-of-the-Huffman-tree-and-its-three-possible-encodings-a-Illustration-example.png. Accessed 1 Feb. 2022.

This project includes the complete sorting, encoding, and compressing of a .txt file through creating and using a huffman tree. This project was for the class Data Structures II and was developed in C++.

Data Structures • Algorithms • C++

Chess

Project Completed: September 2020

I developed a Chess game with Tyler Watson using Java in the summer of 2020. My primary role in this project was developing the backend logic that managed where each piece was allowed to move and appropriately changing the gamestate when pieces were moved or taken.

Data Structures • Java