Scaling Questions Pt: 2This post will provide a series of questions on scaling an application with each question building off the one before it. This set builds…Jun 10, 2021Jun 10, 2021
Scaling Questions Pt: 1This post will provide a series of questions on scaling an application with each question building off the one before it. Try to answer the…Jun 6, 2021Jun 6, 2021
How to write a HashTable Class in JavaScriptSometimes it's good to study in order to learn how something works. Other times, it's better to just build the thing and learn what needs…May 30, 2021May 30, 2021
Solving: FindDuplicatesIn this article, I’ll be breaking down the FindDuplicates problem in Javascript. Then I’ll walk through my process of solving the problem…May 19, 2021May 19, 2021
Published inJavaScript in Plain EnglishSolving ‘pancakeSort’ in JavaScriptIn this article, I’ll be breaking down the pancakeSort problem in a few different ways in JavaScript.May 18, 2021May 18, 2021
Quick & Dirty Notes / Mini-Quiz: Stacks & QueuesA quick cheat sheet / mini-quiz on Stacks & Queues to brush up on the fundamentals.May 10, 2021May 10, 2021
Published inNerd For TechSetting up React Router in your create-react-appIf you’re working on a react-app with multiple pages, you’ll want to check out this neat package React Router.May 4, 20211May 4, 20211
Solving: sentenceReverseIn this article, I’ll be breaking down the sentenceReverse problem in a few different ways in Javascript. Then I’ll walk through my process…Apr 27, 2021Apr 27, 2021
Published inNerd For TechSolving: moveZerosToEndIn this article, I’ll be breaking down the moveZerosToEnd problem in a few different ways in Javascript. I’ll walk through my process of…Apr 18, 2021Apr 18, 2021
Published inNerd For TechSetting up a create-react-app with FirebaseWhat is Firebase?Apr 11, 20212Apr 11, 20212