Engineering

Blacksmith Blog

Latest posts
Engineering
The exodus from GitHub Actions to Buildkite
May 28, 2024
/
Aditya Jayaprakash

GitHub Actions might cut it for small teams, but as companies scale, BuildKite often emerges as the better choice due to lower CI costs, reliability, enhanced observability, and automated retries.

Engineering
Push, Cache, Repeat: Amazon ECR as a remote Docker cache for GitHub Actions
April 15, 2024
/
Aditya Jayaprakash

Explore how using remote cache with AWS ECR can drastically speed up your Docker builds in GitHub Actions, optimizing performance and reducing costs. Learn the setup and see real performance improvements!