Essentials

Using Gzip to create .gz files

Compressing files from the terminal doesn’t need to be a magical combination of options. Learn all the basics of Gzip with examples.

Docker

Docker for development: or how I learned to stop worrying and love onboarding

Onboarding new developers is time consuming and hard. Everyone has unique quirks on their machine from past software/configuration they’ve installed, removed, or overridden that makes creating consistent environment setup guides an absolute nightmare. This is how I overcame many of the issues—and you can too—by adopting Docker for development.