Using AWS EC2 and ECS to host hundreds of services
The Production Engineering team at Deliveroo look after hosting hundreds of services on AWS EC2 and ECS. Here, we take a high level look at how that’s done, and how we manage the process of updates and improvements to this system.
CloudFormation To Terraform
As engineers we love solving logical problems, building and fixing. But we also like to keep things simple, we often find there is already a solution built, but not in the language/format that we’d need.
Sometimes the way we approach a problem can influence greatly in the outcome. This guide will show you a quick workaround that will help in managing a CloudFormation stack with Terraform.
Increasing TestFlight Adoption With the App Store Connect API
How Deliveroo uses the App Store Connect API to check if a new TestFlight build is available and prompt employees to install it.
Meet the Grads
This Autumn we welcomed a cohort of 10 graduates to Deliveroo and they’ve shared their thoughts on our hiring process, onboarding and their time at Deliveroo so far!
Testing Go services using interfaces
Time to share some strategies for creating testable Go services using interfaces and generated mocks.
Shipping Quickly with a Large Team
We will walk through some proven techniques that we used to ship greenfield software quickly with a large team.
Go down the rabbit hole
Debugging a proxy that functions perfectly over the public internet, but fails when inside our Amazon VPC. Or how a friendly man in the middle sent me down a rabbit hole.
Moving from Ruby to Rust
How we migrated our Tier 1 service from ruby to rust and didn’t break production.