Blog
-
How We Reduced Our GitLab CI Pipeline Duration by 70% at Student Beans
One of the first initiatives of the new DevEx team was improving the GitLab CI pipelines, here are a few of 5 ways we sped up our GitLab CI pipelines. -
AWS S3 UTF-8 Content Disposition
Downloading AWS S3 objects with UTF-8 filenames using the `response-content-disposition` parameter -
Rolling back AWS Elastic Container Service (ECS) Deployments
Some scripts to help with AWS ECS deployments and rollbacks -
Building an 8-bit Computer: Part 1 - Procurement
Why I'm building Ben Eater's 8-bit computer from scratch with only experience of high-level languages, and what components I bought to get started. -
One Way To: Backup a PSQL Database to AWS S3 Using Linux cron or Kubernetes CronJob
Perform scheduled rotating encrypted backups of a PostgreSQL (PSQL) database to AWS S3, in a virtual machine using Linux cron, or Kubernetes cluster using CronJob. -
One Way To: Containerize a Ruby on Rails Application
One of the many ways to define and build a Ruby on Rails v6 application container image for production deployment.