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.
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.