As a computer science student, I'm deeply passionate about software engineering and fascinated by the intricacies of coding and software development. My academic journey has equipped me with a strong understanding of algorithms, data structures, and software design, laying a solid foundation for my career aspirations. I'm driven by the opportunity to use technology to solve real-world problems and create meaningful solutions. With a keen attention to detail and a thirst for knowledge, I welcome challenges as opportunities for growth. I'm committed to continuously expanding my skill set and making a positive impact in the dynamic field of technology as I pursue my career goals.

Skills

C#

Python

HTML

Docker

Networking

Education

BS Computer Science (2025) - Davenport

AS Computer Information Science (2020) - KVCC

Computer Networking Certificate (2020) - KVCC

TestOut PC Pro

TestOut Windows Server Pro

TestOut Networking Pro

TestOut Security Pro

My Projects

screen shot of python scripts running in the terminal
Personal Webite

I created my personal website using Astro as a static template engine, customizing it to fit my project's needs with HTML and CSS.

GitHub
screen shot mazesolver program
Recursive Maze Solver

I developed a straightforward maze solver employing recursion to navigate through a maze stored as an array. Additionally, the program transposes the maze across the Y-axis and solves it again.

GitHub
screen shot mazesolver program
Garry's Mod Gamemode

I crafted this game mode using GLUA, marking my debut in the realm of game engines. Transforming my vision into reality proved to be quite the challenge, but a rewarding one at that.

screen shot of discord scraper
Discord Scraper

I developed a straightforward Discord scraper using Python. Leveraging the 'requests' library, I fetched data from the Discord API, subsequently employing a JSON library to store the data for future reference. The graphical user interface (GUI) aspect was implemented using tkinter. This project served as a proof of concept.

GitHub
screen shot of droid inventory manager
Droid Inventory Manager

I engineered a droid manager inventory system in C#. Employing a bucket sort method, I organized the droids by model, while a customized merge sort algorithm facilitated sorting by total cost. To ensure accuracy, I implemented unit tests to verify the correct sorting and addition of droids to the array.

GitHub
screen shot of computer accessories order form
Computer Accessories Order Form

I designed a basic order form for computer parts using C#. Utilizing multi-level accumulation, the program calculates totals for management to review at a later time.

GitHub
screen shot mazesolver program
Slot Machines

I crafted a slot machine game using C#. This application enables players to add their profile, set their bet amount, and specify the number of spins. It tracks total wins and the overall amount won, with results saved to a file. Additionally, previous results can be retrieved from a file if needed.

GitHub