David RafeAn Intro Guide To RecursionI recently completed a software engineering bootcamp with Flatiron School. Now that I’ve completed the bootcamp I’m working on preparing…Nov 19, 2021Nov 19, 2021
David RafeDeploying A Live Site With Netlify and/or Heroku (Part 2)I left off in Part 1 with just how you can use Netlify to deploy a frontend project. Now I’m going to go through how you can deploy with…Nov 12, 2021Nov 12, 2021
David RafeDeploying A Live Site With Netlify and/or Heroku (Part 1)The end goal of most development projects is deployment. Meaning that once your project is finally at that perfect place where you feel…Nov 4, 2021Nov 4, 2021
David RafeUsing Bootstrap With ReactIn our modern day of web development there’s so much out there that people before us have created to make it easier to construct complex…Oct 28, 2021Oct 28, 2021
David RafeReact Router — Navigating An SPAThe beauty of Javascript is that it allows us to have page updates without actually refreshing the page. Because of this we have the power…Oct 20, 2021Oct 20, 2021
David RafeCSS Media Queries for Responsive DesignThese days everyone is obsessed with their phones. So when it comes to development and programming everyone is thinking mobile first. Many…Oct 14, 2021Oct 14, 2021
David RafeRedux — SimplifiedRedux is a state management tool that when implemented and used correctly can make handling data and state throughout your frontend…Oct 6, 2021Oct 6, 2021
David RafeWhat’s The Deal With React Hooks?I recently completed my final project for Flatiron School’s Software Engineering program. This project was all about displaying skills we…Sep 14, 2021Sep 14, 2021
David RafeUsing LocalStorage With a React/Redux AppI have finally completed my final project for Flatiron School’s Software Engineering Bootcamp! For the final project I built an art…Sep 3, 2021Sep 3, 2021
David RafeObject Associations In OO JavascriptI’ve just finished my fourth project for Flatiron School’s Software Engineering Bootcamp. Up until this point in the bootcamp we were…Jul 1, 2021Jul 1, 2021