The Deliveroo engineering team blog
Only awesome code.
A glimpse into Data Science at Deliveroo
Learn more about Data Science at Deliveroo from the eyes of Mahana Mansfield, DS Director.
Recent Articles
Increase the Reliability of a Go Codebase with Object Constructors
One of the limitations of Go programming language is the lack of built-in object constructor support. In this post, we will see how this can have a negative impact on the code we write and how we can get around that by gluing together some of the existing language concepts.
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.
Other Articles
- Increasing TestFlight Adoption With the App Store Connect API
- Meet the Grads
- Where are they now?
- Testing Go services using interfaces
- Shipping Quickly with a Large Team
- Go down the rabbit hole
- Moving from Ruby to Rust
- Improving Stream Data Quality With Protobuf Schema Validation
- How to debug memory usage of a JVM-based application
- Monte Carlo Power Analysis
- How to use Charles Proxy to rewrite HTTPS traffic for web applications
- How to Experiment Rapidly Without Losing Rigour
- Testing with Third Party Services in Go
- Building a Payments Lambda with Terraform