My Projects

This was one of my final projects while at SNHU. I used a static template of a travel website to create a full stack web application. It uses the MEAN stack. There is a customer facing travel application that pulls information about the location from a database. An admin site is also used to update the database with methods to add, delete, and edit locations.

I learned a lot about the basics of web development as well as what is needed to use a full stack, especially setting up and using a database (in this case NoSQL MongoDB). It gave me a lot of good practice using JavaScript.

See more about this project on my GitHub.

I created a website for a business idea my dad and brother have. This business designs and distributes outdoor products. After creating a static website from scratch using HTML and CSS my goal is to convert it into a dynamic website using the MEAN stack, which would pull information about individual products stored in a database and dynamically display that information in real time.

Converted a MEAN web application to the cloud using Amazon Web Services. Front-end files were hosted in the S3 Bucket and request were sent via API Gateway calling upon custom Lambda functions to access the DynamoDB database.

Below is a video describing what I learned through this processes.

See more about this project on my GitHub.

This was a project using OpenGL. I created a 3D rendering of a photo with several objects in it. I used geometric patterns to create the objects. Pictures were overlaid on these to create the textures on each element.

This project includes navigation using arrow keys on the keyboard as well as the scroll wheel on the mouse to zoom in and out. Lighting effects were also used to luminate the scene and add depth.

Checkout the code used on my GitHub account.

JavaScript Calculator

To improve my knowledge of JavaScript, I created a calculator. This uses html, a CSS stylesheet and a few JavaScript functions to create a functioning calculator. Though this was a simple project it really helped me review JavaScript and how to get it to function properly in a website.

More Projects

I have other projects I have worked on mostly while at school. You can see these on my GitHub.