
Quality Work
Python
Java
Relevant Coursework


500+
Trusted customer's
About Me
I'm an undergraduate student of Colorado State University's computer science program and am minoring in entrepreneurship and innovation.
I have a broad interest in software development, including working with complex data sets, cyber security, UI/ UX design, and game development.
On top of college, I am currently in flight school and running my own e-commerce business. As I am always looking for something new to challenge myself.
I’ve set my sights on an internship so that I can soak up experience and knowledge.
Click text under icons to see more
Skills

Visual Basic
Visual Basic (2 years) was the first programming language I used to create complex code... Read More

C++ Based Visual Scripting
C++ based visual scripting (1 year) was used to make my first 3D game in Unreal Engine... Read More
Portfolio
Personal projects
UE5 Game Video
Class project
Knights of Legend
This program is a text-based ‘dungeons and dragons’ style game built using java. The objective is to slay monsters with your knights. It uses polymorphism, interfaces, abstract classes, inheritance, and object-oriented programming. It features a combat system, dice and fortune mechanics as if this was a real board game, csv file reading, and file manipulation.
Shipping
This program, built using java, reads txt files comprising of data on shipping. It can output the data as the user pleases. It’s a great demonstration of database analysis with a real-world application. I run an e-commerce business where I deal with shipping every day, and so to make such a program was especially important.
Recursion
This program, built using java, uses recursion to accomplish a range of tasks. It can detect palindromes, Armstrong numbers, reverse strings, and more. These tasks can be accomplished without recursion. But the point of building it this way is to practice recursion itself.
Simple Game
This is the first game I ever made. It’s hangman in java. Simple as it may be, it’s where my game development journey started, so I thought it deserved to be mentioned. The program reads in txt files containing words for the player to guess. It boasts an intricate guessing logic for the player.