Care takeover at the Roo Talks
Find out how Deliveroo’s Roo-Talks series continued last Summer!
Work-life balance and DE&I at Deliveroo with Madhu Prashanth
Here’s what work-life balance and DE&I at Deliveroo is really like, according to one of our engineering managers Madhu Prashanth.
Stepping out of my comfort zone to run a workshop at the Women of Silicon Roundabout conference
How I ran a workshop at the Women of Silicon Roundabout conference and really got out of my comfort zone to do so.
Profiling Rails Applications with Flamegraphs 🔥
How we used Flame Graphs to profile our Rails backend code in our development environment and thus fixed slow, suboptimal code faster.
Analysing our dependency trees to determine where we should send Open Source contributions for Hacktoberfest
How we’re using GitHub Advanced Security’s dependency scanning functionality to determine what our most popular dependencies are, and whether we can find any Open Source contributions for the month of Hacktoberfest.
See some ways Deliveroo champion women and non-binary people in tech
Find out how Deliveroo’s sponsorship of the Athena Hackathon supports women and non-binary talent in tech
New girl in town, joining Deliveroo as a Senior Engineering Manager
Learn about joining Deliveroo as a Senior Engineering Manager from Liz Mackie, Senior Engineering Manager.
Shipping services more quickly with design-first OpenAPI contracts
How using OpenAPI has led to being able to ship a new service more effectively, by removing the need to write scaffolding, and instead focus on the business logic.
Real-Time Data Aggregation Using DynamoDB Streams
DynamoDB is great for quick data access, low-latency and scalability. However, one downside is that it does not support aggregation functionality like relational DB’s do. This is how we tackled this problem using DynamoDB Streams.