MichaelReact: “reduce” methodThe naming convention for the reduce method comes from the methods ability to reduce an array to a single value. The reduce method works…Feb 4, 2022Feb 4, 2022
MichaelRails has many throughThe has many through association is used similar to a regular has many but with the added benefit of the association model when you need to…Feb 4, 2022Feb 4, 2022
MichaelActive Record AssociationsRelational databases like PostgreSQL allows you to link two tables together using their primary and foreign keys. PostgreSQL and other…Dec 22, 2021Dec 22, 2021
MichaelBlackjack stat tracker projectMy third project for flatiron school I decided to create an app that tracks various users and their blackjack win/loss ratios.Nov 23, 2021Nov 23, 2021
MichaelFind a Flick; a React AppFor my second software engineering project I decided to create an app to find something to watch.Jun 1, 2021Jun 1, 2021
MichaelJavaScript Callback FunctionsWhat are callback functions??? A callback function is a function passed as an argument in another function. Below is an example:May 14, 2021May 14, 2021
MichaelProgramming my first websiteThrough the Flatiron school I was tasked to program a SPA (single page application). This project would be a walk in the park for any…May 11, 2021May 11, 2021