Using a Hash MapIn programming, we often have to take a set of data and traverse through it to find a given value or perform an action. For us beginners…Jan 6, 2022Jan 6, 2022
What’s “This” in JavascriptIn programming, there is this concept of scope, meaning what any given block of code pertains to. Sometimes in Javascript, we will see the…Jan 3, 2022Jan 3, 2022
DBeaver, Just Build the Dam ThingWhen building an application’s backend I have had some struggles in visualizing the data and being sure of relationships between data…Dec 22, 2021Dec 22, 2021
Building Binary Search Trees in JavaScriptSome of the most popular interview questions involve traversing a binary tree to find a given value. When I first started to learn to…Dec 20, 2021Dec 20, 2021
What Programming Language Should You Learn First?There are so many languages out there, and they are not all created equal. So which is BEST? Well, none, they all have a purpose, the real…Dec 12, 2021Dec 12, 2021
Recursion, Recursion, Recursion featuring FibonacciRecursion is arguably one of the most confusing concepts in the world of programming. We see it come up in interviews, algorithm…Nov 26, 2021Nov 26, 2021
It’s the Final Finale, FinallyIt’s time to wrap things up! My final project for Flatiron school!Sep 21, 2021Sep 21, 2021
Flatiron Javascript ProjectAfter Ruby Ruby and more Ruby, we have finally transitioned to Javascript! New syntax, new DOM interactions, and a separate backend, WHAT…Jul 2, 2021Jul 2, 2021