.set in JavaScriptA useful tool for solving problems in JavaScript is always a good thing to have. Thanks to ES6 we have the .set object.Feb 4, 2021Feb 4, 2021
Bubble SortBubble sort is one of a few different sorting algorithms. In its basic form it takes in array of random integers and returns an array of…Jan 28, 2021Jan 28, 2021
Fun Algo Solution Using ReduceI like to discover new ways to solve problems. There are always many way to solve an algorithm, some better than others. Some are nicer…Jan 21, 2021Jan 21, 2021
Simple Algorithm, Simple SolutionGiven an array of integers return the minimum and maximum possible sum of all but one of the integers.Jan 14, 2021Jan 14, 2021
Revisiting Basic AlgorithmsAlgorithms are always tricky. That’s what they’re made for. Thankfully they can be learned by starting with the basics.Jan 7, 2021Jan 7, 2021
My Most Helpful Coding ResourcesThis year has been challenging, but let's think about the things that got us through. I present to you my most helpful coding resources of…Dec 31, 2020Dec 31, 2020
A Quick Review of My Year in CodingRemember when it was 2019, almost 2020? So much hope, so much change, so, so many possibilities. It was, at least for me, looking into a…Dec 24, 2020Dec 24, 2020
Simple Tricks to Manipulate Data in JavaScriptManipulating data is crucial to software engineering. Whether it’s transforming strings to numbers, or arrays to objects, one usually…Dec 17, 2020Dec 17, 2020
Children’s GameBesides being an amazing song by the amazing Oscar Peterson, it’s a fundamental tool for teaching. They’re fun, silly, and well, childish…Dec 10, 2020Dec 10, 2020
The Benefits of a Tutorial ProjectI recently completed a tutorial of a mock web and mobile application that allows users to post products for sale. It seems pretty straight…Dec 3, 2020Dec 3, 2020