Coming from a background in microbiology and healthcare, I felt my creative visions were suppressed. I am now a full stack software developer driven by creative thinking and growing 1% every day. I am passionate about gaming, finance and fitness, which has led me to the world of software engineering. This is displayed through my projects as a developer. With my backgound, I have developed the ability to synthesize information from research articles and apply solutions based on logic, which is why I picked up software engineering with great interest.
Pigskin Picks is an NFL sports betting app using The Live Odds API to bet on realtime NFL games. Users can select from a moneyline, spread and totals bet on any upcoming NFL game, and place a bet on it with a starting balance of $1000. Control statements will check the scores of each game once finished, and render the win status of all bets placed on that game using custom functionality. This project implemented the use of an external API.
React.js, PostgreSQL, Express, Node.js, Sequelize, User Auth, Live Odds API, Heroku
Help! is a Yelp-inspired food app where users can select a restaurant in the downtown Boston area and post an image, review, rating and recommendation on different dishes they have. Once a review is posted, anyone can view this review on the feed page. Users can also edit their previous reviews and look at a list of restaurants to choose from. This app was a group project with 3 total software engineers using Git version control and implemented the use of associations in PostgreSQL.
React.js, PostgreSQL, Express, Node.js, Sequelize, User Auth, Heroku
The New Workout Plan is a full stack MERN application that allows users to create their own custom workout, or browse featured workouts. To make a workout, simply give it a name, and select the muscle groups you want to train. You can browse from a database of exercises within that muscle group.
React.js, MongoDB, Mongoose, Express, Node.js, Heroku
This game of blackjack was created in one week after knowing HTML,CSS and JavaScript for only 10 days. Upon starting a new round, the dealers first card will be revealed as well as your two cards. You have the decision to hit or stay. After your move, the dealer will automatially draw cards until their total is above 16. Aces conditionally count as 1 or 11 depending on the total count. A scoreboard is present at the top of the screen.
HTML5, CSS3, JavaScript, Surge