
Introduction
Welcome
I am a computer and game programmer from University of Advancing Technology. Raised in Pinetop AZ for half of my life. I have learned the beauty and value of the forest trees. Since Pinetop, I have moved to Scottsdale to pursue my dream of programming and learn the value of the digital and binary trees.

Hard at Work
Here I am in my office space working on the physics of a boat preparing it for a player experience.

Unreal Engine
Boat Physics
A boat in a video game isn't identical to a boat in reality. Creating one requires understanding exactly how one works in reality. From how it should smoothly move from every single wave on each part of the boat's body, to how it should behave on land, and how it will react when one stands and drives the boat as its captain. But then it also requires understanding how it will work with the digital world of Unreal Engine.

HTML
Checking Your Health
Back at Scottsdale Community College, I created a website all about showing the benefits of taking care of your heart and what it can do in the long run of your average day and in your life.

HTML Code
Website Code
Making a site from code is not as easy as it looks. It takes a lot of time a patience to understand the work and how it functions to create a website as a whole. Just copying someone's code online won't get your far in your career. It takes dedication to understand each piece of the puzzle but also creativity to decide how each piece should be put together to one's heart.

C++
Stacks and Queues
Stacks and Queues is a program that allows the user to add numbers into a stack and queue it up in any order they want.
The user can add numbers
Delete numbers,
And Print the Queue whenever they want
This allows the user to create tasks and rank them in any priority they want to later send to their clients to understand and can be later edited in the future.
