Fexingo

The CTO Podcast with Fexingo: Technical Leadership, Architecture, and Engineering Org

Business EN ↓ 104 episodes

Lucas and Luna sit down in front of a whiteboard to dissect the decisions that shape technical organizations. Each episode of The CTO Podcast with Fexingo examines a specific engineering leadership challenge — from scaling a microservices architecture without creating a distributed monolith, to managing the cognitive load of a 200-engineer org, to choosing between a monorepo and polyrepo strategy based on team topology. The conversations are grounded in real-world cases: how Etsy restructured its data pipeline after a 2019 outage, why Stripe’s API versioning policy reduces breaking changes, or...

Author

Fexingo

Category

Business

Podcast website

www.fexingo.com

Latest episode

Jul 11, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

How Datadog Rebuilt Its Observability Pipeline for 100 Trillion Events Daily 28.06.2026

Episode 79 of The CTO Podcast dives into the engineering behind Datadog's core pipeline. Hosts Lucas and Luna unpack how Datadog re-architected its ingestion, processing, and storage layers to handle over 100 trillion events per day by mid-2026. They explore the shift from a monolithic intake to a sharded, stream-oriented architecture, the decision to build custom compression rather than use off-t...

How Figma Built a Real-Time Multiplayer Design Engine 28.06.2026

Lucas and Luna dive into the technical architecture behind Figma's real-time collaboration engine. They explore how Figma moved from a standard web app to a custom multi-user sync layer using Operational Transform and CRDT-inspired techniques, handling hundreds of simultaneous designers editing the same vector without conflict. With specific numbers on latency and data structures, they break down...

How Stripe Built a Payment Infrastructure for 100 Countries 27.06.2026

In this episode, Lucas and Luna dive into how Stripe rebuilt its core payments engine to handle compliance, currency, and latency across over 100 countries. They explore the architectural decisions behind Stripe's global payment infrastructure, including the unified API that abstracts local banking regulations, the edge-caching layer for 4x faster checkout in emerging markets, and the team structu...

How Loom Rebuilt Its Video Engine for Async Communication 27.06.2026

In this episode of The CTO Podcast, Lucas and Luna dive into how Loom rebuilt its video recording and streaming engine to handle over 200 million videos per year while keeping latency under one second for uploads and playback. They explore the architectural shift from monolithic encoding to a microservices pipeline using WebAssembly for client-side transcoding, the trade-offs of moving from FFmpeg...

How Discord Rebuilt Its Voice Engine for Zero Packet Loss 26.06.2026

Lucas and Luna explore how Discord moved from a standard WebRTC stack to a custom UDP transport layer, achieving sub-50ms latency and near-zero packet loss during peak gaming events like Call of Duty launches. They break down the engineering decisions behind Discord's transition from a hobbyist chat app to the backbone of 200 million monthly active users, focusing on the trade-offs between reliabi...

How Airbnb Rebuilt Search for 8 Million Listings 26.06.2026

Lucas and Luna dive into the technical decisions behind Airbnb's 2024 search architecture overhaul. With 8 million active listings and billions of queries daily, Airbnb moved from a monolithic Elasticsearch cluster to a multi-tiered retrieval pipeline combining inverted indexes, vector embeddings, and real-time ranking. They explore why Airbnb chose to build custom microservices over managed solut...

How GitLab Built a Single Codebase for One Million CI Pipelines 25.06.2026

In this episode, Lucas and Luna dive into the specific technical decisions GitLab made to scale its CI/CD platform from tens of thousands of pipelines to over one million per day. They focus on the choice of a monolithic application architecture, the use of PostgreSQL partitioning and Redis Cluster, and the trade-offs around job scheduling and queue management. The discussion highlights how GitLab...

How Slack Rebuilt Its Search Index for 10 Million Daily Queries 25.06.2026

Slack's search is used over 10 million times a day. But the original Elasticsearch-based index couldn't keep up as the platform grew to billions of messages. In this episode, the CTO Podcast breaks down how Slack's engineering team rebuilt its search infrastructure from the ground up — migrating from a single Elasticsearch cluster to a custom search engine called 'Search It'. We cover why they mov...

How Notion Rebuilt Its Sync Engine for Offline-First 24.06.2026

Lucas and Luna dive into Notion's technical journey to rebuild its block-based sync engine for offline-first and real-time collaboration. They explore the architectural shift from optimistic local writes to a hybrid local-sync model, the challenges of conflict resolution with operational transforms, and how Notion handled state reconciliation for millions of users. Specific numbers: over 100 milli...

How Notion Rebuilt Its Block Engine for Hybrid Local-Sync 24.06.2026

Notion's block-level architecture was designed for single-user documents. But as the product scaled to 100 million users, real-time collaboration exposed deep cracks in its sync model. This episode unpacks how Notion's engineering team rebuilt its block engine from the ground up — migrating from a naive operational transform approach to a custom hybrid model that blends local-first performance wit...

How MongoDB Rebuilt Its Document Store for Multi-Terabyte Workloads 23.06.2026

Episode 69 of The CTO Podcast. Lucas and Luna dive into how MongoDB's engineering team redesigned their core storage engine to handle multi-terabyte workloads without sacrificing developer velocity. They break down the specific challenge: a single customer complaint about a 12-terabyte shard that took 47 hours to rebalance. That complaint triggered a two-year effort to rewrite the WiredTiger stora...

How Doordash Rebuilt Delivery Logistics for Peak Demand 23.06.2026

This episode of The CTO Podcast dives into how Doordash rebuilt its delivery logistics platform to handle peak demand during the COVID-19 pandemic and beyond. Lucas and Luna explore the specific architecture decisions behind Doordash's real-time dispatching system, which processes millions of orders per day with sub-second latency. They discuss the shift from a monolithic Rails backend to a micros...

How Cloudflare Migrated 30 Million Requests Per Second Without Downtime 22.06.2026

In this episode of The CTO Podcast, Lucas and Luna dive into Cloudflare's massive infrastructure migration: moving 30 million requests per second from a legacy edge architecture to a new proxy stack without a single minute of downtime. They break down the technical challenges — from connection draining to canary deployments — and the cultural discipline behind the rollout. A masterclass in high-st...

How Canva Built a Collaborative Design Platform at Scale 22.06.2026

In this episode, Lucas and Luna dive into the architectural decisions behind Canva's collaborative design platform, which serves over 100 million monthly active users. They explore how the Australian unicorn rebuilt its rendering engine for real-time collaboration, the technical trade-offs involved in supporting a massive template library, and how Canva's engineering team scaled its infrastructure...

How GitHub Actually Migrated 100 Million Repos to a New Storage Engine 21.06.2026

In 2024, GitHub faced an impossible problem: its 15-year-old storage backend, built on bare Git repositories, couldn't keep up with 100 million active repos, AI-generated commits, and terabyte-scale monorepos. This episode drills into how GitHub's engineering team designed and rolled out a custom storage engine called 'GitHub Storage Service' (GSS) without a single user-facing outage. We cover the...

How Walmart Rebuilt Its Supply Chain with Real-Time Data 21.06.2026

In this episode, Lucas and Luna dive into Walmart's massive supply chain overhaul, focusing on how the retail giant moved from batch processing to real-time data pipelines. They discuss the technical challenges of integrating 12,000 suppliers into a unified platform, the role of edge computing in store-level inventory tracking, and what other companies can learn from Walmart's approach to balancin...

How Pinterest Rebuilt Its Recommendation Engine for 500 Million Users 20.06.2026

In this episode of The CTO Podcast, Lucas and Luna dive into how Pinterest's engineering team rebuilt its core recommendation engine from a batch-processing pipeline to a real-time, graph-based system serving over 500 million monthly active users. They explore the specific architectural decisions Pinterest made: moving from collaborative filtering to a heterogeneous graph neural network called Pin...

How Anthropic Built Claude 3 for Enterprise Reliability 20.06.2026

In this episode of The CTO Podcast, Lucas and Luna dive into the technical architecture behind Anthropic's Claude 3, focusing on how the team designed for enterprise-grade reliability at scale. They discuss concrete decisions like sharding policy across GPU clusters, the introduction of 'constitutional AI' as a guardrail system, and how Anthropic's engineering org balances fast iteration with rigo...

How Spotify Rebuilt Its Recommender System for 600 Million Users 19.06.2026

In this episode of The CTO Podcast, Lucas and Luna dive into how Spotify rebuilt its core recommender engine from a batch-based collaborative filtering system to a real-time graph neural network serving 600 million users. They explore the specific architectural decisions behind Spotify's migration from Apache Spark and nightly model retraining to a streaming pipeline with TensorFlow and graph embe...

How Netflix Rebuilt Its CDN for 300 Million Subscribers 19.06.2026

Netflix's content delivery network, Open Connect, delivers over half of the world's internet traffic at peak. In this episode, Lucas and Luna dive deep into the specific architectural decisions Netflix made to scale its CDN from 100 million to 300 million subscribers. They explore the shift from commercial CDNs to a peered, ISP-embedded appliance model, the move from spinning disks to NVMe SSDs, a...

How Walmart Rebuilt Its Supply Chain with Real-Time Data 18.06.2026

Walmart's supply chain is the largest in the world, moving over 5 billion units annually. In this episode, Lucas and Luna explore how Walmart rebuilt its supply chain on real-time data from edge to shelf. They break down the 2019 shift from batch processing to streaming events, the use of Kafka at massive scale, and how a machine learning model called 'Eddie' predicts demand by the hour. Lucas exp...

How Datadog Monitors Its Own Infrastructure 18.06.2026

Episode 58 of The CTO Podcast goes inside Datadog's engineering org to explore how the company monitors its own 100-terabyte infrastructure. Lucas and Luna walk through Datadog's dogfooding culture, the architectural challenges of running a monitoring platform for itself, and how the team handles alert fatigue, distributed tracing, and log ingestion at massive scale. They discuss specific tools li...

How Figma Rebuilt Its Multiplayer Engine for 500 Users per File 17.06.2026

Figma's multiplayer engine lets hundreds of designers edit the same file simultaneously. How did they rebuild it from scratch to handle over 500 concurrent users per document without conflicts or lag? Lucas and Luna break down the architecture: the shift from CRDTs to a custom conflict-resolution layer, the 'change tree' data structure that replaced operational transforms, and the decision to move...

How Cloudflare Built Its Global Network for 30 Million Requests per Second 17.06.2026

Lucas and Luna break down the architectural decisions behind Cloudflare's global edge network, which handles over 30 million HTTP requests per second. They explore how the company moved from a simple reverse proxy to a distributed system spanning 330 cities, the role of custom-built Nginx configurations, and the trade-offs between latency and consistency. Specific topics include the use of Anycast...

How Stripe Migrated Payment Routing to 99.999% Uptime 16.06.2026

Episode 55 of The CTO Podcast dives into how Stripe rebuilt its payment routing engine to achieve 99.999% uptime. Lucas and Luna break down the architectural shift from a monolithic routing layer to a distributed, deterministic system that handles millions of transactions per second. They explore the team's decision to move away from traditional load balancers, the role of formal verification in r...

Listen to the The CTO Podcast with Fexingo: Technical Leadership, Architecture, and Engineering Org podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.