Social Media Posts
Linux (GNU) vs. Mac (BSD) Command Line Utility Differences
Aug 20, 2020
If you switch between Mac and Linux often you notice that certain command line utilities are sometimes slightly different...
Kubernetes Shortcuts & Helpers
Jul 28, 2020
If you work in CLI often enough you know how helpful it is to have shortcuts to both save time and key strokes. Check out these for kubernetes
Install A NPM Package Under An Alias
Jun 07, 2020
As more and more NPM packages are being released the available names of packages are dwindling. You might want to name your module something but a package you installed might be causing a naming collision. Thanks to NPM aliasing feature you can install packages under an aliased name...
Javascript Map
Mar 12, 2020
Knowing and understanding javascript data structures in programming is essential. One of those very useful data structures in javascript is a Map. A map holds key-value pairs and remembers the insertion order of those keys...