Open in app
Home
Notifications
Lists
Stories

Write
Ben Harter-Murphy
Ben Harter-Murphy

Home

Dec 27, 2021

OOP JavaScript & Inheritance

Today we are going to talk about Object Oriented Programming and Inheritance. It’s an important topic in programming and at the end of the day can make our jobs as developers so much easier. Specifically we are going to be focusing on the JavaScript Language and how we can build…

3 min read


Dec 21, 2021

Axios vs Fetch

So 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 they taught us Fetch, and up until recently I thought that was the only way. But just like everything else in SE and…

2 min read


Dec 14, 2021

Find All The Odd Numbers

This 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. You know the drill, lets see our problem and find a way to solve it! Our Problem — We have an inclusive range represented…

2 min read


Dec 6, 2021

Find the Largest Integer

Today we are going to be looking at another code challenge solution. We will be looking at HackerRanks findLargestInteger challenge, and walk through the solution step by step together. Our Challenge: We need to create a function that takes in an array of any integers. Inside that function we need…

2 min read


Nov 29, 2021

FIZZBUZZ

This 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 you are even new to programming you might have heard of it. It is a very common coding question in the community, and even…

3 min read


Nov 22, 2021

A Very Big Sum — HackerRank Solution

This week we are going to be looking at another solution that I came across while trying to complete the HackerRank Problem Solving Course. I figured it was easier to start from where I started in the course and try and work my way through them 1 by 1. Again…

2 min read


Nov 15, 2021

Reversed String or Palindrome Solution

Today 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 function in JavaScript. Hopefully this won't be the last time that I get to share a solution with you all. I have…

2 min read


Nov 8, 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 you cringe? Or do they make you feel like challenging yourself? Or do you not even know what this is yet? For…

Developer

4 min read


Nov 1, 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 their code. Lately I’ve noticed more and more people are using Hooks. When I was learning React we didn’t have them…

React

3 min read


Oct 25, 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 student there have been some updates to the usage, and manipulation of how we handle state. Hooks. Previously we would have to…

Developer

2 min read

Ben Harter-Murphy

Ben Harter-Murphy

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable