.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
Animation Trick With CSSAdding simple animations to your application can really make it stand out in a crowd. Of course you wouldn’t want to get too wild (unless…Nov 26, 2020Nov 26, 2020
Easy to Understand FlexboxWhat is flexbox? It’s a css tool that makes arranging elements on your page a little more, well flexible. It stands for “flexible box” and…Nov 19, 2020Nov 19, 2020
A Simple Solution ExplainedI have written about algorithms and how to practice them before, but I wanted to speak about something I do constantly, and that is…Nov 12, 2020Nov 12, 2020
Ionic FrameworkMy most recent project has been a tutorial for a full-stack web application from SolidSail. It’s a React project that uses Ionic Framework…Nov 5, 2020Nov 5, 2020
The React useState HookHooks are magic. At least that’s what I am told, and after having used them a few times, hooks are magic. The hook that I’ve used most…Oct 29, 2020Oct 29, 2020
Object Destructuring Made EasyHate working with JavaScript objects????? Of course you don’t! It’s an integral part of the language, and an incredibly useful tool to…Oct 22, 2020Oct 22, 2020
Learning React, AgainI’m going to start this off with a very controversial statement. Ready? React is awesome. Not taken back? That’s because React JS is…Oct 14, 2020Oct 14, 2020
Two Methods and an ObjectThe two methods and the object discussed below are used in the wonderful world of Javascript.Oct 1, 2020Oct 1, 2020
Learning How to Code, but SlowlyLearning how to code is a massive undertaking. Even saying “how to code” is vague enough. A while back I told myself that I am, in fact…Sep 21, 2020Sep 21, 2020