Published onMarch 24th, 2023Most Essential Terminal Commands Every Developer Should Know#Terminal-CommandsA reference list of terminal commands for Linux, covering file management, system info, networking, and a few fun ones to try.
Published onAugust 17th, 2022My Experiments with Reversing a String in JavaScript#JavaScript#AlgorithmsI compared 12 ways to reverse a string in JavaScript and timed each one 100,000 times. Here is the test script and what the numbers show.
Published onNovember 29th, 2021Skilled Web Dev: Essential Terminal Commands - Part 1#Terminal-CommandsTerminal basics for Linux and Mac in Part 1, starting with navigating folders using pwd, ls, cd, and mkdir.