Engineering

How to run Jest tests faster in GitHub Actions

April 29, 2024
Aditya Jayaprakash

Recent Posts

Stacked Diffs Can Be Expensive: Why You Should Do It More

Everyone is stacking their diffs these days. Read about why there is a sudden up-tick in adoption of this workflow, and how this can actually start costing your organization a lot more...unless you implement some checks and balances.

Read More
How to optimize your Dockerfile for faster Docker builds

Wondering what a good Dockerfile looks like? This blog lays out some of the best practices to follow when writing one. These pointers will ensure you're optimizing your Docker build times and keeping your Docker images lean.

Read More
Faster Docker builds using a remote BuildKit instance

Tired of slow Docker builds? This simple yet effective approach speeds up Docker builds by persisting the layer cache in the EBS volume of your EC2 instance. Perfect for small to medium teams looking to boost their productivity.

Read More