React: Fetching from an API using Redux and ThunkWhen building a React App that relies on using an API for saving and displaying data, more likely than not you’ll be using Thunk, as…Feb 1, 2022Feb 1, 2022
Using combineReducers in ReactReact has a lot of useful npm packages that make building a React app easier and more organized! One such package is known as…Feb 1, 2022Feb 1, 2022
Making My First Game!At the end of another Mod in Flatiron’s Online course comes another project! This time around, we were tasked with making a single page…Jun 23, 2021Jun 23, 2021
DRY Land! Keeping It DRY on RailsFor this mod’s structured project, I decided to create a “Choir Scheduler” with Ruby on Rails. With this app, choir leaders can set up…May 28, 2021May 28, 2021
Making a Games Backlog Library with Sinatra and ActiveRecordFor my second project with Flatiron School’s Full-Time Online course, the task was to make a MVC(model-view-controller) app with…Apr 19, 2021Apr 19, 2021
Scraping with Ruby to Make a CLI App for Quick League of Legends ARAM BuildsWhen playing a mode like ARAM (All Random, All Mid) in League of Legends that gives you a randomly chosen champion to play, you’ll find…Mar 21, 2021Mar 21, 2021