The Stack Overflow podcast is a weekly conversation about working in software development, learning to code, and the art and culture of computer programming. Hosted by Paul Ford and Ben Popper, the series features questions from our community, interviews with fascinating guests, and hot takes on what’s happening in tech. Founded in 2008, Stack Overflow is empowering the world to develop technology through collective knowledge. It’s best known for being the largest, most trusted online community for developers and technologists. More than 100 million people come to Stack Overflow every month to ask questions, help solve coding problems, and develop new skills.

Similar Podcasts

El Estoico | Estoicismo en español

El Estoico | Estoicismo en español
En este podcast vamos a hablar Estoicismo, figuras estoicas y ejercicios estoicos para mejorar tu vida y tu resiliencia ante las adversidades.

Greater Than Code

Greater Than Code
For a long time, tech culture has focused too narrowly on technical skills; this has resulted in a tech community that too often puts companies and code over people. Greater Than Code is a podcast that invites the voices of people who are not heard from enough in tech: women, people of color, trans and/or queer folks, to talk about the human side of software development and technology. Greater Than Code is providing a vital platform for these conversations, and developing new ideas of what it means to be a technologist beyond just the code. Featuring an ongoing panel of racially and gender diverse tech panelists, the majority of podcast guests so far have been women in tech! We’ve covered topics including imposter syndrome, mental illness, sexuality, unconscious bias and social justice. We also have a major focus on skill sets that tech too often devalues, like team-building, hiring, community organizing, mentorship and empathy. Each episode also includes a transcript. We have an active Slack community that members can join by pledging as little as $1 per month via Patreon. (https://www.patreon.com/greaterthancode)

Command Line Heroes

Command Line Heroes
Stories about the people transforming technology from the command line up.

Building for AR with Niantic Labs augmented reality SDK

July 06, 2021 00:29:16 28.09 MB Downloads: 0

You can learn more about Lightship, Niantic's AR SDK, here. They are hiring developers, and openings can be found here.Richard can be found on LinkedIn here. Kelly can be found on LinkedIn here.A big thanks to our lifeboat badge winner of the week, Karim, for answering the question: Check if value exists in Array object Javascript or Angular?  

Bring your own stack: Why developer platforms are going headless

July 02, 2021 00:21:51 20.97 MB Downloads: 0

As explained in this piece, "A headless CMS is a back-end only content management system (CMS) built from the ground up as a content repository that makes content accessible via a RESTful API or GraphQL API for display on any device." Shopify has leaned hard into GraphQL and APIs in general. The goal, as Coates describes it, is to allow developers to bring their own stack to the front-end, but provide them with the benefits of Shopify's back-end, like edge data processing for improved speed  at global scale. Shopify also offers a wealth of DevOps tooling and logistical support when it comes to international commerce. We also discuss Liquid, the flexible template language Shopify uses for  building web apps.Our lifeboat badge of the week goes to chunhunghan for answering the question: How to customize the switch button in a flutter?

How product development at Stack Overflow has evolved

June 29, 2021 00:20:42 19.87 MB Downloads: 0

If you're full up on technical content and just want funny retweets, follow Adam on Twitter hereIf you're interested in learning more about tag pages, check out what the community created for Rust.Thanks to Peter Cordes, our lifeboat badge winner of the week, for answering the question: How can I accurately benchmark unaligned access speed on x86_64?

Stack Overflow has a new product: Collectives™. Here's how we built it, and why.

June 25, 2021 00:20:11 19.37 MB Downloads: 0

You can check out all the details about Collectives in our launch post here.We detailed the user research that allowed our community to help shape this product in a Meta post here.Teresa is on Twitter here and Jascha is on LinkedIn here. 

From search trees to neural nets, a deep dive into natural language processing

June 23, 2021 00:34:22 32.98 MB Downloads: 0

We chatted with three guests:Miguel Jetté: Head of AI R&DJosh Dong: AI Engineering ManagerJenny Drexler: Senior Speech ScientistWhen Jette was studying mathematics in the early 2000s, his focus was on computational biology, and more specifically, phylogenetic trees, and DNA sequences. He wanted to understand the evolution of certain traits and the forces that explain why our bones are a certain length or our brains a certain size. As it turned out, the algorithms and techniques he learned in this field mapped very well to the emerging discipline of automatic speech recognition, or ASR. During this period, Montreal was emerging as a hotbed for artificial intelligence, and Jette found himself working for Nuance, the company behind the original implementation of Siri. That experience led him to several positions in the world of speech recognition, and he eventually landed at Rev, where he founded the company’s AI department. Jette describes Rev as an “Uber for Transcription.” Anyone can sign up for the platform and earn money by listening to audio submitted by clients and transcribing the speech into text. This means the company has a tremendous dataset of raw audio that has been annotated by human beings and, in many cases, assessed a second time by the client. For someone looking to build an AI system that mastered the domain of speech to text, this was a goldmine. Jette built the earliest version of Rev’s AI, but it was up to our second guest, Josh Dong, to productize and scale that system. He helped the department transition from older technologies like Perl to more popular languages like Python. He also focused on practical concerns like modularity and reusable components. To combine machine learning and DevOps, Dong added Docker containers and a testing pipeline. If you’re interested in the nuts and bolts of keeping a system like Rev’s running at tremendous scale, you’ll want to check out this part of the show. We also explore some of the fascinating future and promise this technology holds in our time with Jenny Drexler. She explains how Rev is moving from a hybrid model—one that combines Jette’s older statistical techniques with Dong’s newer machine learning approach—to a new system that will be ML from end-to-end. This will open up the door for powerful applications, like a single system that can convert speech text across multiple languages in a single piece of audio. “One of the things that's really cool about these end to end models is that basically, whatever data you have, it can learn to handle it. So a very similar architecture can do sequence to sequence learning with different kinds of sequences. The model architecture that you might use for speech recognition can actually look very similar to what you might use for translation. And you can use that same architecture, to say, feed in audio in lots of different languages and be able to do transcription for any of them within one model. It's much harder with the hybrid models to sort of put all the right pieces together to make that happen,” explains Drexler.If you’re interested in learning more about the past, present, and future of artificial intelligence that can understand our spoken language and learn how to respond, check out the full episode. If you want to learn more about Rev or check out some of the positions they have open, you can find their careers page here.

Tickets please! Exploring the joys of being a junior engineer

June 18, 2021 00:18:52 18.11 MB Downloads: 0

Bligh explains her love for front end and the simple pleasure of bringing a designer’s vision to lifeWe also talk about making the transition from journalism and digital media to the world of software development. You can find her on Twitter here.You can check out Contact here.Learn more about Makers here.Our lifeboat badge winner of the week is Rami Amro Ahmed, who answered the question: What is the difference between Model Factory and a DB seeder in Laravel?

Information foraging: the tricks great developers use to find solutions

June 15, 2021 00:18:35 17.84 MB Downloads: 0

You can check out some more of Henley's work on his blog here. Recent pieces include: A theory of how developers seek informationAll my career rejectionsNavigate your code like it's 2021 Why is it so hard to see code from 5 minutes ago?An inquisitive code editor: Overcome bugs before you know you have themHow much time does the average developer spend typing in their editor versus researching, exploring, and pondering? Henley believes half an hour of inputting actual code a day is realistic, despite what you've heard about the 10X developer in your area. 

Forget view-source, young coders are learning by making Discord bots and hacking Roblox

June 11, 2021 00:28:45 27.6 MB Downloads: 0

You can find Jenn on Twitter here. She is the creator of the wonderful website, make8bitart.com. You can check out Glitch here and dig into some of its WebXR projects.Our lifeboat badge of the week goes to Ruberandinda Patience, who explained why you got a 404 Not Found, even though the route exist in Laravel.

A good software tutorial explains the How. A great one explains the Why.

June 08, 2021 00:21:47 20.9 MB Downloads: 0

Karl is interested in the use of low code tools to extend development work beyond the engineering department. He also believes this approach, when done properly, allows teams to release new iterations more rapidly.Check out his company, draft.dev.Follow him on Twitter or LinkedIn.This week's lifefboat badge goes to Günter Zöchbauer, who explained: How to use 2 mixins in State in Flutter? 

Don't build it: advice on civic tech from MIT's GOV/LAB

June 04, 2021 00:18:30 17.74 MB Downloads: 0

Innocent is  a research associate at the MIT Gov /Lab. You can find him on Twitter here.Luke is the Founder and Executive Director of the civic technology organization Grassroot, as a practitioner-in-residence in 2021. You can follow him on Twitter here.Our lifeboat of the week goes to John Rotenstein, who explained: Why some services are called “AWS XXX” and the others “Amazon XXX”. 

Unpacking observability and OpenTelemetry with Spiros Xanthos of Splunk

June 01, 2021 00:34:01 32.65 MB Downloads: 0

You can read more about Spiros on his LinkedIn or Twitter.There is some good backstory on his first company, Log Insight, here. A rundown of the acquisition that led to Spiros joining Splunk is here. There are also some interesting details in Splunk's blog on the deal, which calls out Omnition as a "a stealth-mode SaaS company that is innovating in distributed tracing, improving monitoring across microservices applications."If you enjoy the conversation and want to hear more, Spiros has done some interesting talks that are up on Youtube here.Our lifeboat of the week goes to Willie Mentzel, who explains how to: Round Double to 1 decimal place in kotlin: from 0.044999 to 0.1. 

WFH? Developers learn to be their own operations department

May 28, 2021 00:31:41 30.42 MB Downloads: 0

You can check out our piece how developers can be their own operations department here.Our piece on preventing scope creep while working from home is here.You can follow Mike on Twitter here and learn more about building apps for Slack here.This week's lifeboat badge goes to averroes for helping us to : Check if integer == null 

Blocking the haters as a service

May 25, 2021 00:36:52 35.39 MB Downloads: 0

Chou, a  Stanford educated computer scientist and electrical engineer, cut her teeth in Silicon Valley with stints at Facebook, Quora, and Pinterest, where she advocated for a stronger focus on diversity. Block Party describes its mission as building "anti-harassment tools against online abuse, but more fundamentally we are building solutions for user control, protection, and safety."As CEO and lead engineer, Chou gets to choose the company's tools. Block Party is built with technologies like Render, Flask, and Jinja. Paul is very jealous of this stack.Our lifeboat badge winner of the week is Bryan Oakley, who answered the question: How to redirect print statements to Tkinter text widget?  

Build engineering at Apple and the future of deploy previews

May 21, 2021 00:24:06 23.14 MB Downloads: 0

Eric was a build engineer at Apple for many years, then started a FeaturePeek which went through Y-combinator. He talks about what he learned from those experiences and how he'll be applying that knowledge to his new job at Netlify.The teams combined forces to make the process of submitting and gathering feedback on deploy previews easier and more broadly accessible outside technical teams. As Cassidy explained:“Based on technology from FeaturePeek, Deploy Previews enables reviewers to comment, screen record, and annotate right from the actual preview link. No new tabs. No new tools. Everyone’s feedback is recorded back in the GitHub pull request and can even extend to popular productivity tools such as Clubhouse.io, Linear, and Trello.”This feature set is near and dear to Ben’s heart. Now folks from marketing and design can offer feedback and be more tightly involved in the development process for new features, products, and websites. All without really learning Git! Also discussed this episode: weirdware, workflow automation, Jerry Garcia, compound bows, and the spread of Git and branch methodology to areas well outside software development.

Where design meets development inside Stack Overflow

May 18, 2021 00:32:21 31.06 MB Downloads: 0

David helps us understand where great designers fit on web companies these days, somewhere between front-of-the-front-end and back-of-the-front-end.Right now a lot of projects have to be maintained in multiple places - one for marketing, one for design, one for development. David shares thoughts on how to combine workspaces and where design systems can be integrated with tools.Congrats to our lifeboat badge winner of the week, Jon, for helping unpack this riddle: Execution failed for task ':fluttertoast:compileDebugKotlin'