PGP Key Transition

Keybase | Gist —–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 PGP Key Transition Statement José Padilla Fri Jul 28 12:54:01 UTC 2017 I have created a new OpenPGP key and will be transitioning away from my old key. The old key has not been compromised and will continue to be valid for some time, but I… Continue reading PGP Key Transition

Update Kubernetes Deployment after pushing image to Docker Hub

I recently moved FilePreviews.io’s workers deployment to Kubernetes in Google Container Engine. After setting the workers up as a Deployment I wondered how this would fit with my current setup for continuous deployment. On a previous setup, I relied on Docker Hub to automatically build, push tagged images, and notify Rancher via a webhook. I… Continue reading Update Kubernetes Deployment after pushing image to Docker Hub

Upload files to S3 and generate previews using Laravel

I recently put together a PHP client library for FilePreviews and immediately thought about putting together a blog post on how I’d use it. After 6 years, according to this repo, of not writing a single line of PHP, I looked into Laravel since it seems to be the rave these days. Alright, let’s get to… Continue reading Upload files to S3 and generate previews using Laravel