OOP JavaScript & InheritanceToday we are going to talk about Object Oriented Programming and Inheritance. It’s an important topic in programming and at the end of the…Dec 27, 2021Dec 27, 2021
Axios vs FetchSo today I wanted to talk about the advantages of Axios requests. I am in no way knocking Fetch. Where I was trained as a software engineer…Dec 21, 2021Dec 21, 2021
Find All The Odd NumbersThis week we are going to dive into another solution. Finding all the odd numbers in a given range, and returning them into a new array…Dec 14, 2021Dec 14, 2021
Find the Largest IntegerToday we are going to be looking at another code challenge solution. We will be looking at HackerRanks findLargestInteger challenge, and…Dec 6, 2021Dec 6, 2021
FIZZBUZZThis week for our coding solution we are going to be looking at the FizzBuzz coding challenge. If you have been programming for a while, or…Nov 29, 2021Nov 29, 2021
A Very Big Sum — HackerRank SolutionThis week we are going to be looking at another solution that I came across while trying to complete the HackerRank Problem Solving Course…Nov 22, 2021Nov 22, 2021
Reversed String or Palindrome SolutionToday I am going to share one of my solutions and walk through it with you. We are going to to look at my Reversed String or Palindrome…Nov 15, 2021Nov 15, 2021
Imposter Syndrome. What is it? And How to Overcome it.This week I want to take a right turn into an avenue that we are all in, or have gone down before…Imposter Syndrome. Do these words make…Nov 8, 2021Nov 8, 2021
The Difference Between this.setState & React Hooks.Recently I have been getting back into React a little more. While I’m at work I get to code in my free time and I also help others with…Nov 1, 2021Nov 1, 2021
React Hooks — What Are They?Recently I have been working on a solo project and chose to reopen the book to working with React.js. And since I have learned React as a…Oct 25, 2021Oct 25, 2021