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
Developer Ergonomics
These are the slides for my PyCaribbean 2017 keynote on Developer Ergonomics where I talk about the current state of package managers in Python vs in other ecosystems like Node and Rust.
Looking backward and forward
2016 was with no doubt an eventful year for many. On March 12th, I married my high school sweetheart. We’d been together for around 9 years and engaged for like 4 of those. Best day ever. During the last quarter of 2015, we cofounded Alias Payments to build Gasolina Móvil. We became part of Parallel18′s first… Continue reading Looking backward and forward
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