Social Media Posts

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.

Use Progressive JPEGS To Improve Your Website Load Time

May 04, 2019

If you have high quality images that might be slow to load, you might want to use a progressive jpeg which can decrease load time for your website and improve the user experience