Heroku multiple SSL endpoints

I recently worked on a project, hosted on Heroku, that required multiple SSL endpoints. The application allows you to set a custom URL for your account. This isn’t exactly straightforward on Heroku. In order to pull this off, I got some help from the Heroku Support team. I’m…

Compiling Unzip for use on Heroku

I recently needed to unzip a file on Heroku. I attempted to use gunzip without success. I also tried tar but that didn’t work either. I needed unzip, but Heroku doesn’t include this in /bin on the dyno. So I set out to compile a version of the…