Social Media Posts

Git: Set Case Sensivity In Mac OS X

May 09, 2019

If you’re on Mac OS X save yourself some time and change your git configuration to be case sensitive on filenames

Behind The Scenes: Edition 1 - Deploying Static Sites

May 08, 2019

Today we’re switching it up a bit and going #bts for the dev-diaries.com website.

Using Breakpoints In Dev Tools

May 07, 2019

Using breakpoints in the Google Chrome or Firefox devtools is one of the best ways to debug applications in javascript.

Copy A File To Multiple Sources With tee

May 06, 2019

Ever wanted to copy a file to multiple sources in the command line all in one command? You can use the linux tee command.

Default Function Params In Javascript

May 05, 2019

In Javascript with es6 you can pass in default parameters in functions.