JS: Figuring Out RegExI’ve always been afraid of RegEx. When I first started learning code, I viewed RegEx like an alien language. It was a bunch characters put…Feb 1, 2021Feb 1, 2021
Package Manager BattleI’ve been recently working with some companies on technical challenges and projects where they’ve used different package managers than I’m…Jan 25, 2021Jan 25, 2021
JS Algo: Classic Fib — Iterative, Recursive, and Memoize SolutionsFor the past month or so, I’ve been focusing on my vanilla JavaScript skills through JavaScript30 (view my progress on my website!)…Jan 17, 2021Jan 17, 2021
CSS Variables & JavaScriptFor the past couple of days, I’ve been working on enhancing my vanilla JavaScript. I’ve been practicing using tutorials from…Nov 30, 2020Nov 30, 2020
Javascript: Asynchronous Data & Promises BasicsWhile I was at Flatiron School, something that was always confusing my was asynchronous Javascript. I always had a hard time working with…Nov 20, 2020Nov 20, 2020
Javascript ES6: Map vs. ObjectObjects are one of Javascript’s data types. They are used to store various keyed collections and more complex entities. With this…Nov 14, 2020Nov 14, 2020
Published inBetter ProgrammingReact Hooks: Redux Basics EditionLearn the basics of Redux used alongside React HooksNov 9, 2020Nov 9, 2020
Javascript: Stacks & Queues with ArraysData Structures are some of the most fundamental aspects when it comes to computer science. These structures are tools which are used to…Oct 29, 2020Oct 29, 2020
JS: Sorting Algorithms, Pt. 2Alright, part 2 of the sorting algorithms I’m going through. If you missed part 1, read my blog here! In the last blog, I reviewed…Oct 22, 2020Oct 22, 2020
JS: Sorting Algorithms, Pt. 1I made it! I graduated from Flatiron School’s Immersive Software Engineering Program last month. Hooray! Now that time has passed, it’s…Oct 17, 2020Oct 17, 2020