Technology

Becoming direct participants of Bacs
In September 2022, Monzo became a Direct Participant of the Bacs scheme. In this post, Tech Lead Ryan explains how we built a new connection to the the Bacs scheme over the SWIFT banking network and managed the risks involved.

How we prepare for huge spikes in traffic as millions of our customers get paid early
This blog explains the problems that occur when hundreds of thousands of customers all request to be paid millions of pounds at almost exactly the same time, and what we do to keep things running smoothly while that happens.

Machine Learning at Monzo in 2022
An end-of-year review of how machine learning continues to evolve and grow at Monzo

Building an extension framework for dbt
dbt is a fundamental piece of Monzo’s data platform. We made the big decision to build a whole new extension framework that would give us more flexibility.

Monzo Magic hackathon: 3 days, 120 ideas, 333 Monzonauts
This August, as we were wrapping up the summer, Monzonauts across the business set out to learn from each other, have fun and build things centred around one theme: Monzo Magic. This activity is commonly referred to in the industry as a hackathon.

Reducing our NAT Gateway cost with private networking between AWS and GCP
Sharing knowledge on how we implementing private networking between AWS and GCP

How insights shaped building a 0-1 product: Monzo Flex
We wanted to share more about why we launched a new 0-1 product to help people pay for purchases later and how a mixed-method research discovery led to the product that over hundreds of thousands of customers use and love today!

Taking a design system approach to research guidelines
If you’re starting out in a new role in research ops, design ops or any other kind of team operations, this blog will take you through the ins and outs of creating a flexible how-to guide database for scale.

Argo Rollouts at scale: Bringing Automated Rollbacks to 2,100+ services at Monzo
We introduced automated rollbacks to our platform using Argo Rollouts and made it the default deployment strategy for all our services. This helps us roll out changes safely and catch a wide class of problems related to deploying new code

Migrating our monorepo seamlessly from Dep to Go Modules
Since 2018, we've used Dep to manage our monorepo dependencies, but when it was deprecated switching to Go Modules was a high risk change. This post explains how we reduced that risk by iteratively updating our dependencies for a seamless migration.

Scaling our security detection pipeline with Sigma
Detective controls help us monitor our systems for unwanted behaviour, but since writing our first detection rules, our company and team has grown. This post explains how we scaled those detection rules using Sigma and have open sourced our tooling.

Switching from Customer Service Representative to Backend Engineer
Kyle joined Monzo as a COp, a customer service representative, but three years on he now works in a product team as one of our backend engineers! Kyle and his mentor Duncan share the story of how Kyle made his career switch

Redefining our microservice development process
We've been working on some new techniques to help make the development of services easier as we continue to grow and the entire platform can't be run locally.

Our mobile release process: An illustrated story
We go into our mobile release process and how we're able to sustain a steady stream of releases as the changes that go into each version increase over time

Humans who can RPC: securing staff access to 2000 microservices
With over 2000 microservices and lots of Remote Procedure Calls (RPCs) that are constantly changing, we needed a new way to manage staff access. The Security Platform team explain how we now define RPC permissions directly in proto files.