Niani ByrdDSA Continued: Make Array Consecutive 2Let’s take a look at another DSA problem.Jan 7, 2022Jan 7, 2022
Niani ByrdLeetCode Continued: Length of Last WordNote: A word is defined as a character sequence consists of non-space characters only.Dec 30, 2021Dec 30, 2021
Niani ByrdWhiteboarding 101: You Got This!If you’re looking for a job in the tech industry, you’ll probably be asked to live code in front of some of the engineers. This method of…Dec 26, 2021Dec 26, 2021
Niani ByrdLongest Common PrefixLet’s switch gears and attack a DSA problem, but solve it in Ruby! Ruby was the first programming language I learned at Flatiron School. It…Dec 19, 2021Dec 19, 2021
Niani ByrdAngular vs ReactThere are many JavaScript frameworks, but how do you know which one to choose? Angular and React are two very popular frameworks that have…Dec 12, 2021Dec 12, 2021
Niani ByrdDSA: palindromeNumberWe’ve talked about palindromes before, but how can we check if an integer is a palindrome? The process is a bit different.Nov 30, 2021Nov 30, 2021
Niani ByrdFinding Motivation in a Sea of RejectionsI’ve been searching for jobs for close to three months, and truthfully, its been a series of highs and lows. Some interviews went really…Nov 23, 2021Nov 23, 2021
Niani ByrdFind Number of Digits in NumberRight off the bat, we know we’re going to have to iterate over the number to count the number of digits. So let’s start by setting a…Nov 18, 2021Nov 18, 2021
Niani ByrdJavaScript: Find the Smallest and Biggest NumbersLet’s solve another problem:Nov 12, 2021Nov 12, 2021