Setting up a new linux web server

Setting up a new linux web server

Setting up a new server isn’t something we do often enough to recall every step in detail. This reference should help serve as a guide when it comes time to provision a brand new linux server.

Reducing your JavaScript load

Reducing your JavaScript load

Although it typically makes sense to pack all of your JavaScript into one file to improve page load time, there are cases where it makes more sense to house certain chunks of JS code in a separate file. Here’s a trick to help keep things organized.