A quick look into Engineering Leadership at Deliveroo
Learn more about engineering leadership at Deliveroo with Stephanie Siaw, Engineering Manager.
Roo talks series: Cross-Platform Customer Support with WebViews + GraphQL
The second session in our roo talks series.
Roo talks series: Experiments at Deliveroo and Dynamic Average Treatment Effects.
The first session of our roo talks series.
Diversity in Data Science with Ela Osterberger, DS Director
Learn more about diversity in Data Science with Ela Osterberger, DS Director.
Metrics matter - how we set OKRs at Deliveroo
Learn more about how we set OKRs at Deliveroo.
A glimpse into Data Science at Deliveroo
Learn more about Data Science at Deliveroo from the eyes of Mahana Mansfield, DS Director.
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.