I am a software engineer with a communications degree and a knack for problem solving. I come from a colorful background, with experience in everything from customer service to live television to stand-up comedy to website management. I'm a big indie gamer, and love anything with a good story and creative mechanics.
A three-month Software Engineering Intensive bootcamp where I learned and had opportunities to apply different code languages, frameworks, libraries and algorithms.
Projects:
•
TraveloZity: A site to plan your travels and look up live flight and hotel availability. I built a back end API to hold users' travel plans and itineraries using Django and Python, and a front end for the user to interact with itineraries and plans using React, JavaScript, and Axios. The app is designed to interact with Amadeus APIs, and users can look up live flight and hotel data and add it to travel plans. I styled the front-end using React Bootstrap, HTML, and CSS/SaSS.
•
Homepage Depot: A store selling magical goods for programmers. This project was done in a group of three engineers. We built a back end to handle user and product information using JavaScript, Mongoose, Express.js, and MongoDB, and solved some array iteration issues with the Lodash library. It was also integrated with Stripe API to simulate purchase-making for the use. We built the front end using React, JavaScript and Axios, which was also integrated with Stripe API. We styled the front-end using React Bootstrap, HTML, and CSS.
•
Share-A-Recipe: A site where users can post and share their favorite recipes. I built a back end API to hold user information and recipe information, with functionality added to allow users to add comments to recipes, using JavaScript, Mongoose, Express.js, and MongoDB. I built the front end allowing users to interact with recipes and post comments using jQuery, JavaScript, and AJAX. I styled the front-end using React Bootstrap, HTML, and CSS/SaSS.
•
Trick-Tac-Toe: A tic-tac-toe game with a secret space that ends the game and another that switches all Xs and Os on the board. I built the front end using jQuery and JavaScript, and it interacts with an existing API using AJAX. I styled the front-end using React Bootstrap, HTML, and CSS.