Published onAugust 17th, 2022My Experiments with Reversing a String in JavaScript#JavaScript#AlgorithmsI compared multiple ways to reverse a string/array in JavaScript and built a script to compare them all. The results were astonishing.
Published onNovember 29th, 2021Skilled Web Dev: Essential Terminal Commands - Part 1#Terminal-CommandsLearn the basics of running terminal commands and important terminal commands to navigate between the folders in your machine in Part 1.