Social Media Posts
Git Shallow Clone
Oct 03, 2019
If you git clone a repository it brings in the entire repository which contains every revision of every file ever made. Sometimes this is overkill. Try a shallow clone instead!
Linux Which Command
Sep 30, 2019
Sometimes in linux you need to know if you have a program/utility installed and maybe even where it is installed.
Behind The Scenes: Edition 3 - Instagram Social Feed
Sep 15, 2019
On our site, near the bottom we have a handy social feed that showcases our Instagram feed and also links to the post on our website that relates to the Instagram post. Wonder how that works? Let's go take a #bts (behind the scenes) look.
Vertically Align With Flexbox
Sep 13, 2019
Using flexbox allows you to make flexible responsive layouts without floats or positioning...
Edit The Entire Webpage With Design Mode
Sep 09, 2019
Sometimes as a designer it is useful to just put your hands all over a website to tinker with it as you wish. With the HTML spec there is a property called designMode that when active, allows you to make the entire webpage editable.