Full Stack Engineer Course
Some of my major projects are:
Game-Cave
A one stop website to display games I own across different game stores.
•Created Rails API that stored information about games and publishers
•Implemented user interface employing React and Redux with Semantic-React for styling
•Utilized Serializer Gem to send data from API to frontend
World National Parks
Single Page Application in Vanilla JavaScript that allows users to create and view national parks from all over the world
•Developed Rails API that connects to Postgres to store user imputed data of parks and countries
•Applied Fast_JSON gem to send data to fetch with Vanilla JavaScript
•Designed UI with Vanilla JavaScript and Bulma.css to create a mobile first experience
•Programmed a function to dynamically update dropdown menu selection for countries that are added by users
BBQ Events
A Rails Website that allows users to create and attend BBQ events.
•Modeled a Database that contains 5 tables where one was a join table for many_to_many relationships
•Authenticated users at login by encrypting account information with BCrypt Gem
•Integrated OAuth authentication for Google via Devise gem
•Enhanced UX with scopes that allow users to filter events that are finished