Social Media Posts

Git Clone A Single Branch

Apr 16, 2019

Have a large git repo that you need to clone, but only need to clone one branch?

Copy From Dev Tools

Apr 15, 2019

A very handy debugging tool is to use the 'copy' function in dev tools.

HTML5 Audio Element

Apr 14, 2019

Using HTML5 you can embed audio on your website

Understanding Permissions In Linux

Apr 13, 2019

777, 755, 750...Wonder what these numbers are?

Using Sets in Javascript To Remove Duplicates

Apr 12, 2019

Javascript sets were introduced with ES6 and can be leveraged to quickly remove duplicates from an array.