Fexingo
The Technical Co-Founder Podcast with Fexingo: Engineering Founders, CTOs, and Building from Code
Lucas and Luna sit down with engineering founders and CTOs who ship code, not slide decks. Each episode deconstructs how a technical leader chose their stack, scaled the engineering team, and balanced building against fundraising — from the first commit to the series A. Lucas presses for concrete metrics: deployment frequency, incident response times, burn rate per engineer. Luna challenges the guest on hiring philosophy, monorepo decisions, and when to rewrite vs. refactor. The show serves experienced software engineers considering a co-founder role, early-stage CTOs looking for war stories,...
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
How One Startup Uses AI Pair Programming to Onboard Junior Devs 16.06.2026 5:45
Episode 54 of The Technical Co-Founder Podcast explores how a fintech startup called Proton Finance uses AI pair programming tools to onboard junior developers in half the usual time. Lucas and Luna discuss the specific tool they chose — GitHub Copilot with custom context — and how they pair it with structured code review. The episode covers the startup's onboarding metrics before and after, the p...
How One Startup Migrated from Microservices to a Monolith 15.06.2026 9:02
Episode 53 of The Technical Co-Founder Podcast dives into the counter-trend of monolith-first architecture with a case study from a real startup. Lucas and Luna explore how one company reversed its microservices migration after hitting complexity walls, cutting deployment time by 80 percent and reducing infrastructure costs by half. They walk through the specific triggers: a team of eight managing...
How One Startup Uses Event Sourcing to Rebuild Features 15.06.2026 8:24
Episode 52 of The Technical Co-Founder Podcast dives into event sourcing—a data architecture that treats every state change as an immutable event. Lucas and Luna explore how a real startup, order-management platform Riverbend, adopted event sourcing not for auditing but to rebuild a critical feature without a database migration. They walk through the concrete trade-offs: the append-only log that d...
How One Startup Uses TypeScript to Prevent Bugs at Scale 14.06.2026 9:41
In this episode of The Technical Co-Founder Podcast, Lucas and Luna dive into how one startup—a fintech processing millions of transactions—uses TypeScript's type system to catch bugs before they ever reach production. They explore the specific types and patterns that prevent entire categories of runtime errors, from discriminated unions to branded types. The hosts walk through a real example: how...
How One Startup Uses Dependency Graphs to Prevent Outages 14.06.2026 9:06
Episode 50 of The Technical Co-Founder Podcast. Lucas and Luna explore how a growing fintech startup reduced production incidents by 40 percent by modeling their entire microservice architecture as a dependency graph. They walk through the specific tooling — an open-source graph database called DGraph — and the cultural shift of making every team own their upstream and downstream services. They di...
How One Startup Uses Incremental Rewrites to Avoid the Big Rewrite Trap 13.06.2026 7:24
Startups often fall into the trap of planning a full system rewrite — a multi-month bet that can sink the company. In this episode, Lucas and Luna examine how one startup avoided that trap by using incremental rewrites, replacing their monolithic e-commerce backend piece by piece over eighteen months without freezing feature development. They break down the strategy: strangler fig pattern, interna...
How One Startup Uses Developer Experience to Slash Onboarding Time 13.06.2026 9:37
Episode 48 of The Technical Co-Founder Podcast. Lucas and Luna explore how a startup called Kodex cut new engineer onboarding from six weeks to five days by redesigning their developer experience (DX). They break down the specific changes: a one-command setup script, a self-service sandbox environment, and a living documentation system that stays synced with the codebase. Lucas explains how Kodex...
How One Startup Uses Feature Flags to Deploy Daily 12.06.2026 10:15
On this episode, Lucas and Luna explore how a fast-growing SaaS company uses feature flags to decouple deployment from release, enabling daily deploys with zero downtime. They walk through the specific implementation: a phased rollout system with automatic rollback triggers and a kill-switch dashboard. The hosts discuss the engineering trade-offs—flag debt, testing complexity, and team discipline—...
How a Startup Uses Code Review Automations to Ship 3x Faster 12.06.2026 7:19
In Episode 46 of The Technical Co-Founder Podcast, Lucas and Luna dive into how one startup, a mid-stage SaaS company called FormLens, automated its code review process to reduce cycle time from 2.5 days to under 8 hours. They break down the specific tooling choices — GitHub Actions with custom workflows, auto-assigning reviewers based on file ownership, and merging pull requests with passing chec...
How One Startup Uses On-Call Rotation as a Product Feedback Loop 11.06.2026 13:58
In episode 45 of The Technical Co-Founder Podcast, Lucas and Luna break down how a growing B2B SaaS startup turned its on-call rotation from a dreaded engineering chore into a structured product feedback loop. The company, a mid-market analytics platform with about 40 engineers, noticed that repeated alerts for the same customer-facing issues were being ignored by the on-call team. Instead of puni...
How One Startup Uses Literate Programming for Internal Docs 11.06.2026 11:40
In episode 44 of The Technical Co-Founder Podcast, Lucas and Luna explore how a small startup replaced its stale internal documentation with literate programming — a technique where code and explanation live in the same file. They walk through the team's transition from a scattered Notion wiki to a documentation-as-code pipeline using a custom tool built on top of Jupyter Notebooks. The discussion...
How One Startup Hired Engineers Based on Writing Samples 10.06.2026 11:27
Most startups hire engineers by coding tests and whiteboard interviews. But one early-stage B2B SaaS company found that traditional technical interviews were screening for performance anxiety, not engineering skill. In this episode, Lucas and Luna break down how a 12-person startup replaced live coding with a paid writing exercise: candidates wrote a technical RFC for a real problem the team faced...
How One Startup Uses Workflow Automation to Replace Full-Time Roles 10.06.2026 9:09
Episode 42 of The Technical Co-Founder Podcast explores how a 15-person startup used workflow automation to eliminate three headcount requests without laying anyone off. Lucas and Luna break down the specific tools (n8n, Make, custom Slack bots), the engineering trade-offs, and why this approach beats hiring for certain repetitive tasks. They discuss the upfront investment in automation vs. ongoin...
How One Startup Uses Error Budgets to Align Engineering and Product 09.06.2026 11:33
In this episode of The Technical Co-Founder Podcast, Lucas and Luna explore how a mid-stage SaaS startup uses error budgets to align engineering velocity with product goals. They break down the concept—inspired by Google's SRE model—and walk through a specific case where a company set a 99.9% availability target, tracked a monthly error budget of 43 minutes of downtime, and used that budget to dec...
How One Startup Measures Engineering Velocity Without Vanity Metrics 09.06.2026 10:55
Episode 40 of The Technical Co-Founder Podcast dives into how a real startup replaced lines of code and story points with a single metric: 'deployed value per developer-day.' Lucas and Luna unpack the story of a 40-person B2B SaaS company that publicly vowed to cut its feature-development cycle from 14 days to 3 days. They walk through the three specific signals the team tracked—cycle time, revert...
How One Startup Prioritizes Its Tech Debt Roadmap 08.06.2026 6:42
Episode 39 of The Technical Co-Founder Podcast digs into how a growing startup decides which tech debt to fix and which to leave alone. Lucas and Luna walk through the story of a 50-person SaaS company that used a weighted scoring system — balancing customer impact, developer velocity, and maintenance cost — to build a tech debt backlog that actually got done. They break down the specific criteria...
How One Startup Uses Internal APIs to Ship Faster 08.06.2026 8:19
Most startups build monolithic codebases. Then they hit the wall at around ten engineers. In this episode, Lucas and Luna look at how a real startup — a B2B SaaS company called Station — broke its backend into internal APIs before it hit twenty employees. They walk through how Station defined API contracts upfront, used those contracts to parallelize work between frontend and backend teams, and cu...
How One Startup Debugged Its Way to a Technical Interview Framework 07.06.2026 7:58
In this episode of The Technical Co-Founder Podcast, Lucas and Luna explore how a five-person startup turned its own debugging logs into a structured technical interview process. They break down the specific case of CargoVerify, a logistics API company that recorded every blocker its engineers hit during onboarding and then reverse-engineered those logs into a repeatable interview rubric. Lucas ex...
Why Your Startup Should Use RFCs Before Writing Code 07.06.2026 11:51
Episode 36 of The Technical Co-Founder Podcast dives into the practice of writing Request for Comments (RFCs) before writing code. Lucas and Luna explore how this approach fosters alignment, catches design flaws early, and scales decision-making across engineering teams. They discuss a real-world example from a startup that decreased rework by 30% after adopting RFCs, and contrast it with the 'jus...
How One Startup Cut Cloud Costs by 70 Percent with Spot Instances 06.06.2026 7:13
Episode 35 of The Technical Co-Founder Podcast. Lucas and Luna dive into the story of a bootstrapped B2B SaaS startup called StitchFlow that slashed its AWS bill by 70 percent using spot instances and a custom spot-termination handler. They walk through the architecture: a Kubernetes cluster with priority classes, a Python script that listens for the two-minute AWS termination notice and gracefull...
How One Startup Uses Chaos Engineering to Build Resilient Systems 06.06.2026 10:14
In this episode of The Technical Co-Founder Podcast, Lucas and Luna explore the practice of chaos engineering — deliberately injecting failures into production systems to uncover weaknesses before they cause outages. They look at how one startup, a real-time payments platform, used controlled experiments like shutting down servers and corrupting data to test its infrastructure. Lucas breaks down t...
How a Startup Used Property-Based Testing to Find Bugs Before Production 05.06.2026 9:38
Episode 33 of The Technical Co-Founder Podcast dives into property-based testing, a technique that flips traditional unit testing on its head. Lucas and Luna explore how one startup—a fintech handling real-time transaction reconciliation—used property-based testing to uncover edge cases their hand-written tests missed. They break down the difference between example-based and property-based approac...
How One Startup Uses Formal Methods to Ship Bug-Free Code 05.06.2026 8:00
In episode 32, Lucas and Luna explore how a small infrastructure startup called Formal Inc. uses formal methods—mathematical proofs embedded in the development process—to guarantee their core networking library has zero runtime errors. They walk through the specific tool (Dafny), the trade-offs in developer velocity, and why the startup believes the upfront cost saves millions in post-deployment d...
How One Startup Protects Its Code with Cryptographic Signatures 04.06.2026 7:51
In Episode 31 of The Technical Co-Founder Podcast, Lucas and Luna explore how one startup uses cryptographic code signing to ensure every line of code shipped comes from a trusted developer. They walk through the story of a small fintech company that implemented mandatory GPG signing after a supply-chain scare, the technical choices between GPG and Sigstore, and why this practice matters more than...
How One Startup Used Dark Mode as a Growth Hack 04.06.2026 7:07
Episode 30 of The Technical Co-Founder Podcast explores how a small SaaS startup called NightOwl used a seemingly trivial UX feature—a dark mode toggle—as a data collection and growth experiment that transformed their product roadmap. Lucas and Luna break down the specific metrics NightOwl tracked, the A/B test that doubled free-trial conversion, and the engineering decisions behind building a low...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.