1. EachPod

Changelog Master Feed - Podcast

Changelog Master Feed

Your one-stop shop for all Changelog podcasts. Weekly shows about software development, developer culture, open source, building startups, artificial intelligence, shipping code to production, and the people involved. Yes, we focus on the people. Everything else is an implementation detail.

Technology Development
Update frequency
every 2 days
Average duration
60 minutes
Episodes
2316
Years Active
2009 - 2025
Share to:
Honeycomb's secret to high-performing teams (Ship It! #11)

Honeycomb's secret to high-performing teams (Ship It! #11)

Gerhard talks with Charity Majors, ops engineer and accidental startup founder at honeycomb.io about high-performing teams, why “15 minutes or bust,” and how we should start using Honeycomb in our ow…

00:51:16  |   Thu 22 Jul 2021
Do devs need a product manager? (Go Time #189)

Do devs need a product manager? (Go Time #189)

What is a Product Manager, and do Engineers need them? In this episode, we will be discussing what a Product Manager does, what makes a good Product Manager, and debating if engineering teams truly n…

01:11:43  |   Thu 22 Jul 2021
Why we 💚 Vim (Changelog Interviews #450)

Why we 💚 Vim (Changelog Interviews #450)

On this special edition of The Changelog, we tell Vim’s story from the mouths of its users. Julia Evans, Drew Neil, Suz Hinton, and Gary Bernhardt join Jerod Santo for a deep and wide-ranging discuss…

00:44:56  |   Wed 21 Jul 2021
Towards stability and robustness (Practical AI #141)

Towards stability and robustness (Practical AI #141)

9 out of 10 AI projects don’t end up creating value in production. Why? At least partly because these projects utilize unstable models and drifting data. In this episode, Roey from BeyondMinds gives …

00:48:32  |   Tue 20 Jul 2021
The story behind Inter (Changelog Interviews #449)

The story behind Inter (Changelog Interviews #449)

This week we’re talking to Rasmus Andersson about his journey as a software creator. We talk about the work he’s doing right now on Playbit, a computing environment which encourages playful learning,…

01:25:29  |   Mon 19 Jul 2021
Much ado before coding (JS Party #184)

Much ado before coding (JS Party #184)

The panel discusses all the things that have to happen before you write a lick of code. Then, for Story of the Week: Dan Abramov thinks npm audit is broken by design. We also have thoughts. Lots of ’…

00:51:24  |   Fri 16 Jul 2021
SIV and the V2+ issue (Go Time #188)

SIV and the V2+ issue (Go Time #188)

Go modules brought about quite a few changes to the Go ecosystem. One of those changes is semantic import versioning (SIV), which has a fairly pronounced effect on how libraries are identified. In th…

01:20:12  |   Thu 15 Jul 2021
Kaizen! The day half the internet went down (Ship It! #10)

Kaizen! The day half the internet went down (Ship It! #10)

Kaizen means “change for the better”, continuous improvement in this context. Failure is essential to learning, but how do we learn as a team? The simplest thing is to regularly dedicate time for tak…

01:08:06  |   Thu 15 Jul 2021
From symbols to AI pair programmers 💻 (Practical AI #140)

From symbols to AI pair programmers 💻 (Practical AI #140)

How did we get from symbolic AI to deep learning models that help you write code (i.e., GitHub and OpenAI’s new Copilot)? That’s what Chris and Daniel discuss in this episode about the history and fu…

00:48:38  |   Tue 13 Jul 2021
From disrupting the cloud to IPO (Founders Talk #76)

From disrupting the cloud to IPO (Founders Talk #76)

This week Adam is joined by Mitch Wainer, previously CMO at DigitalOcean and a member of the founding team. They talk about his journey as an entrepreneur and marketer, the early days at DigitalOcean…

01:10:32  |   Mon 12 Jul 2021
What is good release engineering? (Ship It! #9)

What is good release engineering? (Ship It! #9)

This week we talk with Jean-Sébastien Pedron, RabbitMQ and FreeBSD contributor, about the importance of good release engineering for core infrastructure. Both Jean-Sébastien and I have been part of t…

00:58:28  |   Sat 10 Jul 2021
Massive scale and ultra-resilience (Changelog Interviews #448)

Massive scale and ultra-resilience (Changelog Interviews #448)

This week we’re sharing a recent episode from Founders Talk that we continuously hear about from listeners. Listen and subscribe to Founders Talk at founderstalk.fm and anywhere you listen to podcast…

01:12:51  |   Fri 09 Jul 2021
JS on Wasm (JS Party #183)

JS on Wasm (JS Party #183)

KBall and Nick Nisi sit down with Nick Fitzgerald to learn about running JavaScript on WebAssembly. They talk about almost instantaneous startup, running interpreted languages at the edge, and take a…

00:50:32  |   Fri 09 Jul 2021
Fuzzing in the standard library (Go Time #187)

Fuzzing in the standard library (Go Time #187)

Fuzzing is coming to the standard library. We speak to Katie Hockman and Jay Conrod who were part of the team responsible for designing and implementing it. We dig into the details, hear some best pr…

01:01:01  |   Thu 08 Jul 2021
The foundations of Continuous Delivery (Changelog Interviews #447)

The foundations of Continuous Delivery (Changelog Interviews #447)

This week we’re sharing one of the most popular episodes from our new podcast Ship It. Ship It launched in May and now has 8 episodes in the feed to enjoy…it’s hosted by Gerhard Lazu, our SRE here at…

01:13:37  |   Fri 02 Jul 2021
The Elder.js Guide to the Galaxy (JS Party #182)

The Elder.js Guide to the Galaxy (JS Party #182)

Nick Reese joins the party to tell us all about Elder.js, his opinionated static site generator and web framework built with SEO in mind. Elder.js was purpose-built with large, content-heavy websites…

00:56:28  |   Fri 02 Jul 2021
Pop quiz time! 😱 (Go Time #186)

Pop quiz time! 😱 (Go Time #186)

Learning Go with code pop quizzes is a fun way to zoom in on different language features. People are looking forward to pop quizzes on Twitter and in conferences, and they also learn from that. Let’s…

01:02:52  |   Thu 01 Jul 2021
Cloud Native fundamentals (Ship It! #8)

Cloud Native fundamentals (Ship It! #8)

Why Cloud Native? What are the guiding principles that you should keep in mind as you are choosing a project from the Cloud Native Landscape? How do you build & ship an app in a Cloud Native way? Kat…

01:01:26  |   Thu 01 Jul 2021
Testing testing 1 2 3 (JS Party #181)

Testing testing 1 2 3 (JS Party #181)

This week we chat with Angie Jones about all things testing. We’ll cover unit testing, visual testing, end-to-end testing, and more!

Join the discussion

Changelog++ members save 3 minutes on this epis…

00:58:23  |   Fri 25 Jun 2021
Giving TDD a Go (Go Time #185)

Giving TDD a Go (Go Time #185)

We discuss how Test Driven Development (TDD) can help you write better code, and build better software. Packed with tips and tricks, gotchas and best practices, the panel explore the subject and shar…

01:09:41  |   Thu 24 Jun 2021
Disclaimer: The podcast and artwork embedded on this page are the property of Changelog Media. This content is not affiliated with or endorsed by eachpod.com.