There are many options for consuming content around software development and engineering. You can keep up with blogs, read books, or take courses on platforms like Udemy or Pluralsight. You can follow YouTube channels and attend Meetups and conferences. Video, print, and physical event participation are classic ways to keep up with the industry and to continue the ceaseless learning that is vital to being successful in it.
Audio has always been there. Audiobooks existed on cassette tapes and CDs long before services like Audible entered the scene. Content delivery by radio is only preceded by print. But nothing has stormed the content consumption beaches quite like podcasting. The data on podcast growth is staggering: in 2018, something like one in four of all people in the United States reported listening to a podcast at least once a month. In 2019, that number is one in three.
And yet many podcast authors will tell you that the medium is still in its infancy. Check out this episode of Software Engineering Daily by Jeff Meyerson where he and Sonal Chokshi of Andreesen Horowitz chat about the growth of podcasting and its potential going forward.
I’ve spent a couple years now exploring the broad range of podcasts about software development. Here are the ones that currently stand out.
1. Software Engineering Daily
Content Delivery Frequency: Every Weekday
After years of listening, no podcast has stood out to the same degree as Jeff Meyerson’s Software Engineering Daily. The sheer amount of content, content variety, and focus on quality interviews is incredible. Listening to this, you find yourself wondering where Jeff finds the time to generate all of this content, keep a queue of high-quality interviewees, and all the other stuff he talks about doing. He’s even been working on project alongside the podcast, FindCollabs, a place for individuals starting software (and other) projects to find other individuals to work with.
Just to give you an idea of Jeff’s range, my current feed from SE Daily contains these topics, starting from the top: Data Orchestration, Redis, LinkedIn Data Platform, Crypto Businesses, Dark Lang, Kafka, and more. This podcast is the perfect way to keep up with the current trends in the industry, in an industry where keeping up with current trends is vital.
Check out Software Engineering Daily’s Greatest Hits for a good entry into this great podcast.
2. Security Now
Content Delivery Frequency: Weekly
There should be a place reserved in every software developer’s busy brain for security. You can spend weeks developing software without giving security any thought. I’d bet that most exposure to software security is dispersed via doses of headline news outlining massive breaches involving compromised consumer data.
Security Now is a great way to keep up with everything going on in between, and could even provide you with the tools to avoid such breaches at your organization. Steve Gibson is the star of Security Now. He brings much to the table with his background in building security tools, his latest being SQRL (Secure, Quick, Reliable Login), a fascinating technology that could upend how we identify ourselves to the services we use every day.
In the podcast, Steve covers the most important software and hardware security news. He talks about ransomware threats, browser security, security flaws in the latest devices, security breaches and how they happen, and more. He covers all of this within the context of actual events and discoveries that happen without most of us noticing. As a bonus, Steve occasionally covers some miscellany. This is one of my favorite sections of his show; it often consists of the sci-fi he’s reading and watching.
3. Coding Blocks
Content Delivery Frequency: Bi-Weekly
Many software development podcasts are in an interviewer-interviewee format. This is great because it brings many different voices to the discussion and you get a lot of different perspective.
Coding Blocks is different, but not in a bad way. Most episodes consist of Allen Underwood, Michael Outlaw, and Joe Zack having discussions about various topics in the industry. This discussion format with the hosts each episode adds a different element to the listening experience. While learning about software development, you also get entertainment out of the nuances of their relationships with one another. There’s a lot of humor to go around here, but a lot of knowledge as well.
These three do a fantastic job of building a sense of community around the podcast. They do a shout out to people leaving reviews for them and they own a Slack server where listeners chat about all sorts of stuff. They’re often present in the channels, which adds to the connection to the hosts for the community.
They do episodes about specific topics as well as series of episodes that cover, for example, all of the chapters of popular books on software development. My favorite series was the one they did on the book Clean Architecture, a classic book on software development. They’ve also done other series on Pragmatic Programmer, Clean Code, and more. This gives their content a longer-lasting value than a lot of more ephemeral content you might find in this genre.
4. The Changelog
Content Delivery Frequency: Weekly
The Changelog is a newer podcast I’ve picked up recently. It is its own podcast you can subscribe to, but they also produce a few others: JS Party, Founders Talk, Go Time, Brain Science, Practical AI, and Backstage. Their content is very good and covers a broad range of topics.
The Changelog brands itself as “conversations with the hackers, leaders, and innovators of software development.” Indeed, the lineup of guests never fails to engage. Their content has great variety. The latest episodes in my feed have topics like: open source drones, Elixir, refactoring with AST’s, engineering culture, Golang, and much more.
Changlog is not partial to any particular programming language or technology, so this is great for anybody wanting to keep up with the latest in the open source world.
5. The Stack Overflow Podcast
Content Delivery Frequency: Weekly
Stack Overflow Podcast is back! I had unsubscribed since mid-2018 when I realized they had stopped producing shows. But as of October 14, they’re back in the podcast feeds.
Personally, I think this podcast can speak for itself by name alone. Stack Overflow has secured a comfortable place in software development culture.
I’ll have more to say about their content when more has rolled out, but the first two episodes since revival were entertaining and informative; what else could we ask for?
6. React Podcast
Content Delivery Frequency: Weekly
Let me start by saying this: even if you’re not all that into the React frontend library, this podcast can have something to offer. Sure, plenty of episodes have content about React. But Michael Chan, aka Chantastic, has much more to offer here. He has content on work culture, software industry culture, mentorship and coaching, and professional development. Other technologies are covered as well, such as Typescript, GraphQL, and more.
I appreciate this podcast because Chantastic is a great conversationalist. He asks meaningful questions, shows compassion, and is a great listener. These things are important when you’re spending your time listening to other people talk to one another.
And, of course, the React content is top-notch as well.
Honorable Mention
- On the business aspect of software – a16z Podcast
- For lovers of all things JavaScript – JavaScript Jabber
- General development stuff – Full Stack Radio
- A true classic – Software Engineering Radio
- Python-focused – Talk Python To Me and/or The Python Podcast.__init__