Posts

Month: January 2019

WP Engine to Pantheon Migration

Recently I helped a customer move their site from WP Engine to Pantheon. Pantheon’s platform is quite different then WP Engine. During the process…

Reset WordPress to Default

A common customer request I get is to reset a WordPress staging site back to its default state. I’ve done this manually quite a…

Website Screenshots with Gowitness

There are many reasons why you might want to automate website screenshots. I’ve previously attempted to do this with development tools like PhantomJS and…

Writing a Dispatch API Backend Server in Go

I first encountered the programming language Go back in 2015 while making a Github issue for Rclone. Since then I’ve used tools like Fathom,…

Long Running Scripts Over SSH with Kinsta

I recently discovered a hidden gem with Kinsta’s SSH environment. They have a built in option for performing a background process using the screen command. Huge…