About Me

Motivated self-starter, career Soldier-turned software developer.

After serving a total of 8 years in the military, with the last 3 years on active duty as an infantry officer, I decided to leave active duty to pursue a career in tech.

Education

BS in Computer Science from Oregon State University | Graduated December 2020 GPA: 4.0

BS in Physics from UW La-Crosse | Graduated May 2016

Skills

Languages: C#, C++, PowerShell, Javascript, HTML/CSS

Technologies: .NET/.NET Core, ASP.NET, SQL Server, IIS Hosting, Windows Server Administration, Active Directory

Experience

Software Developer I | Peraton: May 2020 - Present

Infantry Officer | US Army: May 2016 - July 2019

Projects

Alien Invaders

A 2D game inspired by Space Invaders. Used object oriented programming principles to implement game logic. Rendered using OpenGL and custom shaders instead of an existing graphics library. Used git and GitHub for version control.

Dark Labyrinth

CLI text-based maze game created in C++. Uses a 2D linked graph to create linked spaces in which the player can interact with. Takes advantage of inheritance and polymorphism to facilitate the interaction between spaces and track player collected items.

Combinatorics in Assembly

Math game created in x86 assembly. Uses procedures, the system stack, and base-indexed addressing to create a modular program structure. Quickly determines the factorials of randomly generated numbers using recursion. Manually validates and converts user string input into 32-bit integers.

Personal Portfolio Site

Personal portfolio site was created to showcase recent projects I have created. The site uses the typical web languages along with Bootstrap 4 to create a decent looking static site. Currently the site is hosted and deployed using GitHub Pages.