HELLO.
I AM A FULL STACK WEB DEVELOPER


Hey, I'm Sam

I am a creative problem solver, a purpose driven learner and a collaborator. I adjust quickly to new environments and approach challenges iteratively, with ease and excitement. I have always loved building things.

In December of 2019, I started a full stack web development bootcamp with the University of New Hampshire (UNH). The program is offered through UNH, in a partnership with Trilogy Education Services. The program offers an in-depth curriculum. On the frontend, we learned HTML5, CSS, Bootstrap, Javascript (including ES6), and jQuery. In the backend we learned Node.js, Express, MySQL, and MongoDB. The last bit of the bootcamp is spent learning the React framework.




Portfolio

Reforestation

This was our final project for the bootcamp and I was the team lead. We worked with the Appleseed Initiative to build and app that helps manage independent reforestation efforts.

  • - React.js
  • - Node.js
  • - Firebase
  • - MongoDB
  • - React Bootstrap
Drift

This was a team project. We built an employee feedback application that will allow employers to view and track feedback from their employees.

  • - Bootstrap
  • - Node.js
  • - Auth0
  • - Express
  • - MySql
Burger Logger

This was one of my first assignments using MySQL. It is a simple app that allows a user to input the name of a burger they want to eat. When the user clicks the "devour" button, the burger moves to the right hand side.

  • - Materialize CSS
  • - Node.js
  • - Express
  • - MySQL
  • - jQuery
Weather App

This app allows a use to search for an US city and get back the current weather along with the five day forecast. It also utilizes local storage to save users past searches.

  • - Materialize CSS
  • - OpenWeatherMap API
Code Quiz

This application presents the user with a series of multiple-choice questions realted to coding. When a user selects the wrong answer, time will be taken off the clock. When the user is presented with their final score they are then given the option to save their results in local storage.

  • - Materialize CSS
  • - Javascipt
  • - jQuery
Workday Planner

This application allows the user to schedule out one day of tasks. The hour rows will change color based on what the current hour is. Tasks get saved in local storage.

  • - Materialize CSS
  • - Moment JS