Linear Search vs Binary SearchSometimes when writing code we need to find the index of an item within an array. There are several ways of doing this, but some of the…Mar 6, 2021Mar 6, 2021
Extensions you won’t be able to live withoutSometimes the tools we use to code don’t come fully loaded with the features and customizations that will make our jobs as developers and…Mar 1, 2021Mar 1, 2021
Algorithm Breakdown: All Matching SubstringsToday I’m going to explain how to solve the algorithm All Matching Substrings. All Matching Substrings is an algorithm which involves…Dec 2, 2020Dec 2, 2020
Getting started with CodeWarsOne of the ways I like to improve my coding skills is to work through problems on CodeWars. Each problem only takes a few minutes, and…Nov 9, 20201Nov 9, 20201
Lets Talk About Ruby ConditionalsOftentimes when working with ruby we want to create statements that run differently depending on whether a condition is met or not. These…Oct 19, 2020Oct 19, 2020
The Hardest Part is Just to StartI grew up in a very technical household. My dad was a computer science student in the 70s. He worked as a software engineer for PRIME…Sep 25, 2020Sep 25, 2020