1. EachPod
EachPod
Developer Voices - Podcast

Developer Voices

Deep-dive discussions with the smartest developers we know, explaining what they're working on, how they're trying to move the industry forward, and what we can learn from them.

You might find the solution to your next architectural headache, pick up a new programming language, or just hear some good war stories from the frontline of technology.

Join your host Kris Jenkins as we try to figure out what tomorrow's computing will look like the best way we know how - by listening directly to the developers' voices.

Tech News News Technology
Update frequency
every 7 days
Average duration
70 minutes
Episodes
96
Years Active
2023 - 2025
Share to:
From Unit Tests to Whole Universe Tests (with Will Wilson)

From Unit Tests to Whole Universe Tests (with Will Wilson)

How confident are you when your test suite goes green? If you're honest, probably not 100% confident - because most bugs come from scenarios we never thought to test. Traditional testing only catches…

01:12:12  |   Wed 10 Sep 2025
Building Render: Inside a Modern Cloud Platform (with Anurag Goel)

Building Render: Inside a Modern Cloud Platform (with Anurag Goel)

How would you build a Heroku-like platform from scratch? This week we're diving deep into the world of cloud platforms and infrastructure with Anurag Goel, founder and CEO of Render.

Starting from the…

01:24:57  |   Fri 22 Aug 2025
InfluxDB: The Evolution of a Time Series Database (with Paul Dix)

InfluxDB: The Evolution of a Time Series Database (with Paul Dix)

How hard is it to write a good database engine? Hard enough that sometimes it takes several versions to get it just right. Paul Dix joins us this week to talk about his journey building InfluxDB, and…

01:49:23  |   Wed 30 Jul 2025
Beyond AI Hype, What Will Developers Actually Use? (with Zach Lloyd)

Beyond AI Hype, What Will Developers Actually Use? (with Zach Lloyd)

If AI coding tools are here to stay, what form will they take? How will we use them? Will they be just another window in our IDE, will they push their way to the centre of our development experience,…

01:18:06  |   Thu 17 Jul 2025
The $500 Billion Integration Problem, And One Possible Solution (with Marty Pitt)

The $500 Billion Integration Problem, And One Possible Solution (with Marty Pitt)

Ever wondered why data integration is still such a nightmare in 2025? Marty Pitt has built something that might finally solve it.

TaxiQL isn't just another query language - it's a semantic layer that …

01:31:33  |   Fri 04 Jul 2025
Making Software Crash Before It Breaks (with Isaac Van Doren)

Making Software Crash Before It Breaks (with Isaac Van Doren)

At 23, Isaac is already jaded about software reliability - and frankly, he's got good reason to be. When your grandmother can't access her medical records because a username change broke the entire s…

00:57:08  |   Thu 19 Jun 2025
Making Apache Kafka Diskless (with Filip Yonov & Josep Prat)

Making Apache Kafka Diskless (with Filip Yonov & Josep Prat)

How do you retrofit a clustered data-processing system to use cheap commodity storage? That’s the big question in this episode as we look at one of the many attempts to build a version of Kafka that …

01:29:29  |   Thu 05 Jun 2025
Java's Cutting Edge Comeback (with Josh Long)

Java's Cutting Edge Comeback (with Josh Long)

Java’s has been evolving faster than any 30 year old language has a right to do, and there’s probably no-one more pleased about it than my guest this week - Josh Long. He’s a Java & Kotlin programmin…

01:24:29  |   Fri 23 May 2025
The State & Future of Apache Kafka (with Anatoly Zelenin)

The State & Future of Apache Kafka (with Anatoly Zelenin)

I’m joined this week by one of the authors of Apache Kafka In Action, to take a look at the state of Kafka, event systems & stream-processing technology. It’s an approach (and a whole market) that’s …

01:12:22  |   Thu 08 May 2025
DataFusion - The Database Building Toolkit (with Andrew Lamb)

DataFusion - The Database Building Toolkit (with Andrew Lamb)

Building a database is a serious undertaking. There are just so many parts that you have to implement before you even get to a decent prototype, and so many hours of work before you could begin worki…

01:32:10  |   Fri 25 Apr 2025
Jupyter's Architecture Unpacked (with Afshin Darian & Sylvain Corlay)

Jupyter's Architecture Unpacked (with Afshin Darian & Sylvain Corlay)

Jupyter’s become an incredibly popular programming and data science tool, but how does it actually work? How have they built an interactive language execution engine? And if we understand the archite…

01:29:11  |   Thu 10 Apr 2025
Nix, The Build-Everything Language (with Julian Arni)

Nix, The Build-Everything Language (with Julian Arni)

Ever since we invented makefiles, the programming world has been wrestling with the problem of building software stacks reliably. This week we’re going to look at one of the most ambitious solutions …

01:20:36  |   Thu 27 Mar 2025
Graphite: Image Editing as a Syntax Tree (with Keavon Chambers & Dennis Kobert)

Graphite: Image Editing as a Syntax Tree (with Keavon Chambers & Dennis Kobert)

Graphite is a new image editor with an interesting architecture - it’s a classic UI-driven app, an image-manipulation language, and a library of programmable graphics primitives that any Rust coder c…

01:17:32  |   Thu 13 Mar 2025
ReScript: A Better Typed JavaScript? (with Gabriel Nordeborn)

ReScript: A Better Typed JavaScript? (with Gabriel Nordeborn)

ReScript is a strongly-typed programming language that compiles to JavaScript, and that puts it squarely in competition with TypeScript. So why would a JavaScript developer choose to learn it next? W…

01:32:53  |   Thu 20 Feb 2025
A universal query engine in Rust (with Predrag Gruevski)

A universal query engine in Rust (with Predrag Gruevski)

Trustfall is a library based on a simple question - what happens if we can query absolutely anything? If you could join REST APIs and databases with filesystems and dockerfiles? It’s possible in theo…

01:15:31  |   Fri 07 Feb 2025
Raspberry Pi Hardware & A Lisp Brain (with Dimitris Kyriakoudis)

Raspberry Pi Hardware & A Lisp Brain (with Dimitris Kyriakoudis)

Dimitris Kyriakoudis is a researcher, programmer and musician who's combining all three talents to build dedicated music hardware. Specifically a device called the µseq, which reads Lisp programs and…

01:34:43  |   Thu 23 Jan 2025
Software Systems Aren't Just Software (with Diana Montalion)

Software Systems Aren't Just Software (with Diana Montalion)

If you want to build really large software systems well, you have to stop thinking of them as just software systems. Beyond a certain size, everything your software touches becomes part of the wider …

01:50:14  |   Thu 16 Jan 2025
Building Fyrox: A Rust Game Engine (with Dmitry Stepanov)

Building Fyrox: A Rust Game Engine (with Dmitry Stepanov)

To kick off 2025 we’re looking at Fyrox a game engine built in Rust, largely by one person - Dmitry Stepanov. For an individual project, it’s covered an incredible amount of ground, covering the rend…

01:43:45  |   Thu 09 Jan 2025
Testing TVs At Scale With Elixir (with Dave Lucia)

Testing TVs At Scale With Elixir (with Dave Lucia)

Integration testing is always a tricky thing, fraught with problems setting up the right environment and attempting to control the system’s state. That’s particularly true when you’re dealing with a …

01:16:05  |   Thu 19 Dec 2024
Programming As An Expressive Instrument (with Sam Aaron)

Programming As An Expressive Instrument (with Sam Aaron)

Sam Aaron is the creator of Sonic Pi, one of the most unusual software platforms you’ll encounter. It’s a live-coding playground for making music. A tool that lets you write code that defines sounds …

01:50:01  |   Thu 05 Dec 2024
Disclaimer: The podcast and artwork embedded on this page are the property of Kris Jenkins. This content is not affiliated with or endorsed by eachpod.com.