ElliottHow to JS — Making 2 pointers into 1I learned a neat trick today if you need to loop through two arrays of the same length from opposite directions — at the same time.Dec 10, 2021Dec 10, 2021
ElliottHow to transform an object to an array of objectsAn array of objects is a developer’s bread and butter.Aug 1, 2020Aug 1, 2020
Elliott3 cool things you can do in JS/React that you may not knowThe title says it all. Let’s get straight into this.Jul 23, 2020Jul 23, 2020
ElliottHow to write CSS so the next developer doesn’t kill you…CSS has been with us since the before time, in the long, long ago…Jul 17, 2020Jul 17, 2020
ElliottTalking Big O like the ProsPicture yourself standing in front of the white board. You have your coding problem, you’ve gone over the typical questions — inputs…Feb 15, 2019Feb 15, 2019
ElliottAlgorithm Interview Questions and Answers (JS)A running list of algorithm questions and answers that appear commonly in programming interviews. The answers will be given in JavaScript.Feb 8, 20199Feb 8, 20199
ElliottAlgorithm Solving Techniques pt. 1Foundational techniques that will come in handy when solving all sorts of different algorithm problems.Jan 23, 20176Jan 23, 20176