Heroku(Node.js deploy)It’s been a long time coming, but I am finally ready to start my portfolio website. So I thought to myself what better way to figure out…Jun 6, 2021Jun 6, 2021
Library Vs. FrameworkOK… lets talk, I feel as a new developer this concept is a little weird to wrap your head around…. at-least for me I know it is. Library vs…May 29, 2021May 29, 2021
sortedSquareArrayRecently been getting back into algorithms after taking a little break, and ran across the sortedSquareArray. I thought we could break this…May 22, 2021May 22, 2021
To Do Part 2Last week I started a blog about making a todo list, and we got our app basic setup. To review you can head here, this week I thought we…May 15, 2021May 15, 2021
To Do List Part 1 (React)Let’s build something this week. Most weeks I have been blogging, revolve around me picking a method or state management pratice and…May 9, 2021May 9, 2021
Map()Lets talk Map method. This method is invaluable when it comes to iterating over an array to get your desired result. The map() method…May 1, 2021May 1, 2021
Try and CatchLast week I got into Axios, how to get started and how it can be used to improve our fetch requests. This week I thought I would expand…Apr 25, 2021Apr 25, 2021
AxiosFor a developer, having access to API’s in order to create amazing websites is a critical part of what we do. Usually pulling information…Apr 18, 2021Apr 18, 2021
Spread OperatorBY far one my favorite methods in JavaScript has been using the spread operator. The spread operator allows iteration on array expressions…Apr 8, 2021Apr 8, 2021
LocalStorageYou ever just want to build a project without having to go thru the hassle of setting up a backend to store all your inputs? Enter…Apr 3, 2021Apr 3, 2021