‘tutorials’ Archive


Setting Up SSH Keys

Setting Up SSH Keys

By developing from the command line you remain more focused on the task at hand and are less prone to get hung up fighting with your IDE, FTP program or what have you. Upon first making the switch, you'll quickly find that there are many different types of operations that are extremely helpful but require Read the full article...



Cross Browser font-face Mixin

Cross Browser font-face Mixin

When self hosting your own fonts, we all know that the current "best practice" isn't necessarily in the most stable state. There are all the different font files you must keep up with (.svg, .eot, .ttf, .woff) and the different syntax's you have to get just right. It's not the worst, but if you are Read the full article...


How to Host Your Own Git Repository

There are several advantages to hosting your own git repository. Most obviously you can work around the additional cost associated with hosting private repos through github. Other benefits include all data residing on your personal server and not being controlled by someone else. The list goes on but if you are making a career out Read the full article...