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

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

Fexingo
ประเทศ สหรัฐอเมริกา
แนวเพลง ธุรกิจ
ภาษา EN
จำนวนตอน 198
ล่าสุด 26.09.2026

Lucas and Luna explore the decisions that shape technical organizations in this podcast from Fexingo. Each episode examines a specific engineering leadership challenge, such as scaling microservices without creating a distributed monolith, managing cognitive load in a large engineering org, or choosing between monorepo and polyrepo based on team topology. The discussions use real-world cases, from Etsy's data pipeline restructuring after a 2019 outage to Stripe's API versioning policy and Basecamp's SQLite choice. Lucas brings journalistic rigor with commit histories, RFCs, and postmortems, while Luna pushes back with org dynamics, hiring constraints, and technical debt. The show avoids hot takes and vendor pitches, ending each episode with an unresolved tension for listeners.

ตอน

  • How Stripe Mastered Developer Experience Strategy 26.09.2026 10นาที
    Stripe did not become a fintech giant by accident. They became one by treating developer experience as their primary product feature, not just an afterthought. In this episode, we look at how Stripe built its internal platform engineering team to solve the specific problem of API sprawl and integration friction. We explore their decision to standardize on GraphQL for public APIs while maintaining REST for legacy systems, and how they used 'internal developer platforms' to reduce time-to-market for new payment features from months to weeks. This is a deep dive into the architecture contracts that keep large-scale financial infrastructure from collapsing under its own weight. #Stripe #DeveloperExperience #PlatformEngineering #APIArchitecture #GraphQL #REST #InternalDeveloperPlatform #TechLeadership #SoftwareArchitecture #EngineeringOps #FexingoBusiness #BusinessPodcast #CTOPodcast #TechStrategy #FinTech #EngineeringCulture #SystemDesign #DevRel Keep every episode free: buymeacoffee.com/fexingo
  • How Datadog Fixed Its Internal Developer Platform 25.09.2026 8นาที
    Datadog spent years building an internal developer platform to speed up engineering, but the metrics showed it was actually slowing teams down. In this episode, Lucas and Luna break down how the company reversed course by killing their custom tooling and returning to a developer-centric model focused on friction reduction rather than centralization. We look at the specific architectural contracts that failed, the cultural pushback from senior engineers, and the concrete playbook for any CTO who has fallen in love with their own internal tools. This is a case study in humility, technical debt, and why your internal platform might be the bottleneck you didn't see coming. #InternalDeveloperPlatform #Datadog #EngineeringLeadership #TechnicalDebt #DevEx #SoftwareArchitecture #CTOPodcast #FexingoBusiness #BusinessPodcast #TechStrategy #PlatformEngineering #DeveloperExperience #OrganizationalDesign #SystemsThinking #ProductivityMetrics #TechCulture #AgileTransformation #BuildVsBuy Keep every episode free: buymeacoffee.com/fexingo
  • How Atlassian Built an Internal Developer Platform 24.09.2026 10นาที
    Atlassian transformed its engineering experience by building a standardized Internal Developer Platform. This episode explores how they reduced boilerplate code, cut deployment times, and empowered teams to ship faster without sacrificing security or compliance. We break down the concrete decisions behind their platform strategy. #InternalDeveloperPlatform #EngineeringProductivity #Atlassian #DeveloperExperience #DevOpsCulture #PlatformEngineering #TechLeadership #SoftwareArchitecture #BoilerplateReduction #FexingoBusiness #BusinessPodcast #CTOPodcast #EngineeringOrgs #TechStrategy #CloudNative #InfrastructureAsCode #TeamAutonomy #OperationalEfficiency Keep every episode free: buymeacoffee.com/fexingo
  • How GitHub Automated Its Own Code Review Bottlenecks 23.09.2026 8นาที
    GitHub faced a growing crisis where pull requests were sitting in review for days, slowing down feature releases and frustrating developers. Instead of hiring more reviewers or enforcing stricter SLAs, the engineering leadership introduced a radical automation strategy: using AI to pre-screen code changes against internal style guides and security policies before human eyes ever saw them. This episode explores how they reduced average review time by forty percent without adding headcount, what went wrong with their initial model training, and why human-in-the-loop remains non-negotiable for critical infrastructure. We dig into the specific metrics, the tooling stack, and the cultural shift required to make engineers trust an algorithm with their first line of defense. #CodeReview #GitHub #EngineeringLeadership #Automation #TechnicalDebt #AIInEngineering #DeveloperExperience #PullRequests #SoftwareArchitecture #FexingoBusiness #BusinessPodcast #TechTrends2026 #ProductivityHacks #DevOps #EngineeringCulture #QualityAssurance #MachineLearning #CTOPodcast Keep every episode free: buymeacoffee.com/fexingo
  • How GitHub Built a Culture of Code Review 22.09.2026 10นาที
    GitHub revolutionized software development by turning code review from a bureaucratic bottleneck into a core cultural value. This episode explores how they standardized pull requests, implemented mandatory peer reviews, and scaled this practice across millions of repositories without slowing down innovation. We dive into the specific metrics they tracked, the tools they built to enforce quality, and the leadership decisions that made engineering teams embrace feedback rather than fear it. If you are running an engineering org or building technical products, understanding how GitHub balanced speed with accountability offers a masterclass in operational excellence. #FexingoBusiness #BusinessPodcast #TechLeadership #EngineeringCulture #CodeReview #PullRequests #SoftwareDevelopment #GitHub #TechOps #TeamScaling #QualityAssurance #DevOps #AgileMethodology #CollaborationTools #TechnicalDebt #EngineeringManagement #ProductivityHacks #FutureOfWork Keep every episode free: buymeacoffee.com/fexingo
  • How Figma Built a Secure AI Sandbox 21.09.2026 8นาที
    Figma’s approach to integrating generative AI into its design workflow offers a masterclass in balancing innovation with security. Rather than exposing raw model weights or unfiltered data, the company built an internal sandbox architecture that isolates user interactions from core intellectual property. We break down how they structured their retrieval-augmented generation pipeline, enforced strict data boundaries, and maintained user trust while rolling out features like AI-assisted prototyping. This episode explores the engineering decisions behind keeping proprietary design systems safe while leveraging large language models. #Figma #GenerativeAI #AISandbox #DataSecurity #EngineeringLeadership #RetrievalAugmentedGeneration #TechEthics #CloudArchitecture #ProductDevelopment #MachineLearning #IPProtection #SoftwareEngineering #DigitalDesign #FexingoBusiness #BusinessPodcast #TechInnovation #Cybersecurity #StartupStrategy Keep every episode free: buymeacoffee.com/fexingo
  • How Atlassian Managed Technical Debt With Architecture Contracts 20.09.2026 8นาที
    Technical debt is often treated as a moral failing, but at scale it becomes a structural inevitability. This episode explores how Atlassian used architecture contracts to manage decay without halting innovation. We break down the specific metrics they track, the cultural shift required to enforce them, and why treating code quality as a contractual obligation changes how engineering teams prioritize work. Lucas and Luna examine the tension between speed and stability, using Atlassian’s public case studies to show how clear boundaries can actually accelerate delivery by reducing cognitive load. #Atlassian #TechnicalDebt #ArchitectureContracts #EngineeringLeadership #SoftwareArchitecture #DevOpsCulture #TeamTopologies #CodeQuality #TechStrategy #FexingoBusiness #BusinessPodcast #CTOPodcast #EngineeringExcellence #SystemDesign #DeveloperExperience #OperationalEfficiency #TechManagement #FutureOfWork Keep every episode free: buymeacoffee.com/fexingo
  • How GitHub Prevented Code Review Bottlenecks 19.09.2026 10นาที
    Code review is the single biggest bottleneck in modern software delivery, yet most engineering leaders treat it as a purely technical problem. In this episode, Lucas and Luna examine how GitHub restructured its internal pull request workflow to reduce review latency by forty percent without adding headcount. They explore the shift from synchronous peer reviews to asynchronous architectural contracts, the introduction of automated policy gates that catch eighty percent of issues before a human ever looks at the code, and the cultural shift required to make engineers comfortable with leaving code for twenty-four hours. This is not just about faster merges; it is about preserving deep work time for senior staff while maintaining rigorous quality standards across a global organization. #CodeReview #EngineeringLeadership #GitHub #SoftwareArchitecture #DevOps #TechnicalDebt #EngineeringCulture #ProductivityHacks #AsyncCommunication #QualityAssurance #TeamDynamics #FexingoBusiness #BusinessPodcast #TechLeadership #WorkflowOptimization #RemoteWork #CTOPodcast #SystemDesign Keep every episode free: buymeacoffee.com/fexingo
  • How Datadog Solved the On-Call Burnout Crisis 18.09.2026 12นาที
    In this episode of The CTO Podcast, Lucas and Luna examine how Datadog flipped its engineering culture by capping on-call hours at thirty per week. They explore the trade-offs between immediate incident response and long-term developer sustainability, analyzing the specific metrics that proved reduced pager fatigue led to faster mean-time-to-resolution. With September 18, 2026 market volatility still influencing tech hiring strategies, understanding this human-centric operational model is critical for modern CTOs aiming to retain top engineering talent without sacrificing system reliability. #Datadog #OnCallBurnout #EngineeringCulture #CTOPodcast #FexingoBusiness #TechLeadership #DeveloperExperience #IncidentResponse #SystemReliability #EngineeringMetrics #MentalHealthAtWork #OperationalExcellence #TechOps #SREPractices #BusinessPodcast #EngineeringEfficiency #StaffRetention #FutureOfWork Keep every episode free: buymeacoffee.com/fexingo
  • How Datadog Tamed Chaos with Service Maps 17.09.2026 8นาที
    Datadog transformed from a simple monitoring tool into an observability platform by solving the problem of distributed system complexity. This episode explores how their engineering team used service maps to visualize dependencies, reduce mean time to resolution, and prevent cascading failures in real-time. We dive into the specific architectural decisions that allowed them to scale without adding headcount, focusing on the shift from reactive alerting to proactive dependency mapping. Learn how one company turned chaos into clarity using data-driven insights. #Datadog #Observability #DistributedSystems #ServiceMaps #EngineeringLeadership #TechArchitecture #FexingoBusiness #BusinessPodcast #DevOps #SystemDesign #Scalability #TechManagement #CloudInfrastructure #DataVisualization #IncidentResponse #TechStrategy #DigitalTransformation #FexingoCTO Keep every episode free: buymeacoffee.com/fexingo
  • How Datadog Tamed Chaos with Service Maps 16.09.2026 8นาที
    In this episode of The CTO Podcast, we look at how Datadog transformed its own chaotic microservices landscape by implementing dynamic service maps. We explore the specific engineering decision to shift from static topology definitions to real-time, AI-driven dependency tracking. The result was a forty percent reduction in mean time to resolution for production incidents and a significant drop in on-call burnout. We break down the technical architecture behind this shift, the cultural resistance from engineers who preferred manual oversight, and the concrete metrics that proved the approach worked. If you are running a distributed system with more than fifty services, this case study offers a clear roadmap for reducing operational noise without adding headcount. #Datadog #Microservices #ServiceMesh #Observability #TechLeadership #EngineeringOps #DevOps #SystemArchitecture #IncidentManagement #MeanTimeToResolution #OnCallBurnout #DistributedSystems #FexingoBusiness #BusinessPodcast #TechTrends2026 #CloudInfrastructure #SRE #OperationalExcellence Keep every episode free: buymeacoffee.com/fexingo
  • How Datadog Stabilized AI Observability 15.09.2026 12นาที
    As enterprise AI adoption accelerates into late 2026, the infrastructure layer is struggling to keep pace. This week we examine how Datadog built a specialized observability framework for generative AI workloads, moving beyond traditional metrics to track semantic drift and token-level latency. We break down the specific architectural shift from request-response monitoring to trace-based context tracking, and why this matters for any engineering team deploying LLMs in production today. #FexingoBusiness #BusinessPodcast #TechnicalLeadership #AIInfrastructure #Observability #LLMOps #Datadog #EngineeringCulture #SystemDesign #TechDebt #ProductionMonitoring #GenerativeAI #CTOInsights #DevOps #SoftwareArchitecture #DataPipeline #CloudComputing #EnterpriseTech Keep every episode free: buymeacoffee.com/fexingo
  • How Notion Built a Secure AI Sandbox 14.09.2026 11นาที
    As AI integration accelerates across the tech sector, engineering leaders face a new architectural challenge: how to let developers experiment with generative models without exposing proprietary code or customer data to external APIs. This episode explores Notion's specific approach to building an internal, air-gapped inference environment that allows engineers to prototype AI features safely. We break down the infrastructure trade-offs, the security protocols for handling sensitive context, and why this sandbox model is becoming a standard requirement for modern software teams rather than just a nice-to-have feature. #FexingoBusiness #BusinessPodcast #Notion #AIInfrastructure #EngineeringLeadership #TechArchitecture #DataSecurity #LLMOps #InternalTools #SoftwareDevelopment #CTOPodcast #CloudComputing #Cybersecurity #InnovationStrategy #DevOps #TechManagement #EnterpriseAI #ProductSafety Keep every episode free: buymeacoffee.com/fexingo
  • How Stripe Prevented Engineering Burnout 13.09.2026 9นาที
    In this episode of The CTO Podcast, we explore how Stripe shifted from reactive fire-fighting to proactive architectural health. We examine their decision to cap technical debt accumulation and implement a mandatory 'debt tax' on every new feature request. Lucas and Luna break down the specific metrics they track—like developer cycle time and incident frequency—to measure the invisible cost of rushing code. If you are leading an engineering org, this is the playbook for scaling without burning out your best talent. #Stripe #TechnicalDebt #EngineeringLeadership #CTOInsights #DeveloperExperience #SoftwareArchitecture #TechStrategy #FexingoBusiness #BusinessPodcast #EngineeringCulture #ProductivityMetrics #SystemDesign #DevOps #AgileMethodology #TechManagement #CodeQuality #SustainableGrowth #BusinessTechnology Keep every episode free: buymeacoffee.com/fexingo
  • How Figma Prevented Engineering Burnout 12.09.2026 9นาที
    In this episode, we examine how Figma’s engineering leadership shifted from heroic sprints to sustainable cadence after a critical platform outage. We explore the specific metrics they tracked, including engineer cycle time and deployment frequency, to prove that rest is a feature, not a bug. Lucas and Luna discuss why reducing meeting load by thirty percent saved more revenue than any new codebase could, offering a blueprint for technical leaders facing similar burnout crises in September twenty twenty six. #FexingoBusiness #BusinessPodcast #TechnicalLeadership #EngineeringCulture #Figma #BurnoutPrevention #SustainableScale #ProductivityMetrics #CycleTime #EngineeringOps #TechManagement #RemoteWork #DeveloperExperience #PlatformStability #MeetingLoad #AgileMethodology #SoftwareArchitecture #CorporateHealth Keep every episode free: buymeacoffee.com/fexingo
  • How GitHub Reduced Code Review Bottlenecks 11.09.2026 8นาที
    GitHub faced a critical scaling problem in late 2024: as their platform grew, the time between code submission and approval skyrocketed, creating dangerous bottlenecks for engineering teams. In this episode, we examine how they implemented automated triage systems and restructured reviewer incentives to cut average review cycles by forty percent without adding headcount. We look at the specific architectural changes to their pull request pipeline, the cultural shift toward async-first communication, and the surprising metrics that revealed where reviews were actually getting stuck. If you are managing engineering workflows or trying to ship faster, this breakdown of GitHub's internal process overhaul offers concrete lessons on removing friction from the software development lifecycle. #EngineeringLeadership #CodeReview #GitHub #DeveloperProductivity #SoftwareArchitecture #TechOps #WorkflowOptimization #CTOInsights #BusinessTechnology #DevEx #EngineeringCulture #ProcessImprovement #FexingoBusiness #BusinessPodcast #TechManagement #AgileMethodology #PlatformEngineering #Efficiency Keep every episode free: buymeacoffee.com/fexingo
  • How Datadog Prevented AI Hallucinations in Production 10.09.2026 12นาที
    Datadog faces a unique challenge as AI models generate code and configurations at scale. How does the observability giant prevent its own tools from hallucinating critical infrastructure changes? We explore their shift from static validation to continuous runtime monitoring, the specific cost of false positives, and why human-in-the-loop reviews remain non-negotiable for safety-critical AI decisions. #Datadog #AIHallucination #LLMSafety #Observability #TechLeadership #EnterpriseAI #ModelOps #RuntimeSecurity #DevOpsCulture #EngineeringExcellence #FexingoBusiness #BusinessPodcast #TechnologyTrends #AIGovernance #CloudInfrastructure #SoftwareArchitecture #ProductSafety #DataPrivacy Keep every episode free: buymeacoffee.com/fexingo
  • How Netflix Solved The Last Mile Delivery Crisis 09.09.2026 11นาที
    In 2026, the biggest threat to digital platforms isn't algorithmic bias or server downtime—it is physical logistics. This episode examines how Netflix pivoted from pure streaming to a hybrid model involving physical merchandise and interactive experiences, forcing them to solve the last mile delivery problem for millions of subscribers. We explore the engineering challenges of integrating inventory management with real-time user data, the supply chain decisions that saved margins, and what other tech leaders can learn about bridging the gap between code and cardboard. #Netflix #Logistics #SupplyChain #LastMileDelivery #TechLeadership #BusinessStrategy #EngineeringOps #InventoryManagement #FexingoBusiness #BusinessPodcast #CTOPodcast #PhysicalDigital #ECommerceTech #OperationalExcellence #RetailInnovation #TechInfrastructure #MarketPivot #CustomerExperience Keep every episode free: buymeacoffee.com/fexingo
  • How GitHub Solved the Merge Conflict Crisis 08.09.2026 9นาที
    We drill into a specific, often-overlooked friction point in modern engineering: merge conflicts. While many teams focus on CI/CD pipelines or code review tools, few address the human and architectural reality of simultaneous changes. We examine how GitHub engineered their own workflow to reduce merge-related delays by forty-five percent using a combination of trunk-based development practices and automated conflict resolution scripts. Lucas breaks down the technical mechanics of how they decoupled feature branches from long-lived integration branches. Luna explores the cultural shift required to make this work, asking why most companies fail to adopt these patterns despite knowing the costs. We look at the specific metrics GitHub tracked, including developer cycle time and rollback frequency, to prove that reducing merge friction directly impacts shipping velocity. This is not just about better tools; it is about rethinking how we define 'done' in a collaborative environment. #GitHub #MergeConflicts #TrunkBasedDevelopment #EngineeringLeadership #DevOps #SoftwareArchitecture #CodeReview #CI-CD #FexingoBusiness #BusinessPodcast #TechLeadership #AgileMethodology #DeveloperExperience #VersionControl #GitWorkflow #ProductivityHacks #CTOPodcast #SystemDesign Keep every episode free: buymeacoffee.com/fexingo
  • How Slack Survived the API Crisis 07.09.2026 10นาที
    In 2017, Slack faced an existential threat when its third-party app ecosystem collapsed under its own weight. Apps were breaking constantly, permissions were a nightmare, and developers were fleeing to competitors like Microsoft Teams. We explore how Slack Engineering and Product teams pivoted from a chaotic, open-access model to a rigorous, curated platform strategy. This shift wasn't just about code; it was a fundamental rethinking of trust, security, and developer experience that saved the company's growth trajectory and set the standard for modern API governance. #Slack #APIEcosystem #PlatformStrategy #TechLeadership #DeveloperExperience #EngineeringCulture #BusinessResilience #SoftwareArchitecture #DigitalTransformation #SaaS #EnterpriseSoftware #ProductManagement #FexingoBusiness #BusinessPodcast #CTOPodcast #TechHistory #APIGovernance #StartupLessons Keep every episode free: buymeacoffee.com/fexingo

ยอดนิยมใน

พอดแคสต์นี้ปรากฏในชาร์ตพอดแคสต์ของประเทศเหล่านี้ด้วย