The Podcast for Professional Software Developers

Similar Podcasts

The Cynical Developer

The Cynical Developer
A UK based Technology and Software Developer Podcast that helps you to improve your development knowledge and career, through explaining the latest and greatest in development technology and providing you with what you need to succeed as a developer.

Elixir Outlaws

Elixir Outlaws
Elixir Outlaws is an informal discussion about interesting things happening in Elixir. Our goal is to capture the spirit of a conference hallway discussion in a podcast.

Ship It! DevOps, Infra, Cloud Native

Ship It! DevOps, Infra, Cloud Native
A show about getting your best ideas into the world and seeing what happens. We talk about code, ops, infrastructure, and the people that make it happen. Gerhard Lazu and friends explore all things DevOps, infra, and running apps in production. Whether you’re cloud native, Kubernetes curious, a pro SRE, or just operating a VPS… you’ll love coming along for the ride. Ship It honors the makers, the shippers, and the visionaries that see it through. Some people search for ShipIt or ShipItFM and can’t find the show, so now the strings ShipIt and ShipItFM are in our description too.

Episode 523: Jessi Ashdown and Uri Gilad on Data Governance

August 03, 2022 1:04:13 92.72 MB Downloads: 0

Jessi Ashdown and Uri Gilad, authors of the book Data Governance: The Definitive Guide, discuss what data governance entails, why it’s important, and how it can be implemented. Host Akshay Manchale speaks with them about why data governance is important for companies and organizations of all sizes and how it impacts everything in the data […]

Episode 522: Noah Gift on MLOps

July 27, 2022 52:00 75.18 MB Downloads: 0

Noah Gift, author of Practical MLOps, discusses tools and techniques used to operationalize machine learning applications. Host Akshay Manchale speaks with him about the foundational aspects of MLOps, such as basic automation through DevOps, as well as data operations and platform operations needed for building and operating machine learning applications at different levels of scale. […]

Episode 521: Phillip Mayhew on Test Automation in Gaming

July 22, 2022 59:52 86.44 MB Downloads: 0

Phillip Mayhew of GameDriver discusses test automation for games and game-like applications. Host Philip Winston spoke with Mayhew about the increasing role of test automation in modern game development, the impact on the QA role, how to run tests in CI/CD pipelines, and how to create automated tests using GameDriver. Related Links Episode 167: The […]

Episode 520: John Ousterhout on A Philosophy of Software Design

July 12, 2022 1:04:38 93.37 MB Downloads: 0

John Ousterhout, professor of computer science at Stanford University, joined SE Radio host Jeff Doolittle for a conversation about his book, A Philosophy of Software Design. They discussed the history and ongoing challenges of software system design, especially the nature of complexity and the difficulties handling it. The conversation also explored various design concepts from […]

Episode 519: Kumar Ramaiyer on Building a SaaS

July 06, 2022 55:53 80.71 MB Downloads: 0

Kumar Ramaiyer, CTO of the Planning Business Unit at Workday, discusses the infrastructure services needed and the design and lifecycle of supporting a software-as-a-service (SaaS) application. Host Kanchan Shringi spoke with Ramaiyer about composing a cloud application from microservices, as well as key checklist items for choosing the platform services to use and features needed […]

Episode 518: Karl Wiegers on Software Engineering Lessons

June 29, 2022 1:05:05 93.94 MB Downloads: 0

Karl Wiegers, Principal Consultant with Process Impact and author of 13 books, discusses specific practices based on his 50 years’ experience in the software industry that can help and affect many software projects. Host Gavin Henry spoke with Wiegers about common problems in software development, including technical debt; staff scaling; iron triangles; changes over the […]

Episode 517: Jordan Adler on Code Generators

June 21, 2022 52:31 75.91 MB Downloads: 0

In this episode, SE Radio host Felienne spoke with Jordan Adler about code generation, a technique to generate code from specifications like UML or from other programming languages such as Typescript. They also discuss code transformation, which can be used to migrate code — for example from Python 2 to Python 3 — or to […]

Episode 516: Brian Okken on Testing in Python with pytest

June 16, 2022 50:39 73.16 MB Downloads: 0

In this episode, Nikhil Krishna explore the popular pytest python testing tool with author Brian Okken, author of Python Testing with pytest. We start by discussing why pytest is so popular in the Python community: its focus on simplicity, readability, and developer ease-of-use; what makes pytest unique; the setup and teardown of tests using fixtures, […]

Edpisode 515: Swizec Teller on Becoming a Senior Engineer

June 08, 2022 1:02:56 90.85 MB Downloads: 0

This week, senior software engineer, instructor, and blogger Swizec Teller spoke with SE Radio’s Brijesh Ammanath about the “senior mindset.” Becoming a senior engineer is about more than just years of experience but rather about cultivating a different way of thinking. This episode offers insights into what it takes to become a senior engineer, including […]

Episode 514: Vandana Verma on the Owasp Top 10

May 31, 2022 49:07 70.95 MB Downloads: 0

This week, SE Radio’s Priyanka Raghavan spoke with Vandana Verma, who heads security relations at Snyk, about the Open Web Application Security Project (OWASP) Top 10. They explore the OWASP story with details on the organization, reasons for having a top 10, and information about the data that contributes to the list. They did a […]

Episode 513: Gil Hoffer on Applying DevOps Practices to Managing Business Applications

May 25, 2022 51:16 74.07 MB Downloads: 0

Gill Hoffer, co-founder and CTO at Salto, talks with SE Radio host Kanchan Shringi about a new persona — the Business Engineer — created by the rise of SaaS and adoption of best-of-breed business applications for back office systems. They examine the evolution of tooling for developers and IT and the parallels with tooling needed […]

Episode 512: Tim Post on Rubber Duck Debugging

May 17, 2022 49:52 72.03 MB Downloads: 1

Tim Post of echoreply.io discusses “rubber duck debugging,” a way to wrap your head about problems and solutions. Host Felienne spoke with Post about rubber duck debugging, and how it can help you find answers to complex problems. They also discuss the role of documentation in problem solving and how techniques from rubber duck debugging […]

Episode 511: Ant Wilson on Supabase (Postgres as a Service)

May 10, 2022 54:06 78.13 MB Downloads: 0

Ant Wilson of Supabase discusses building an open source alternative to Firebase with PostgreSQL. SE Radio host Jeremy Jung spoke with Wilson about how Supabase compares to Firebase, building an API layer with postgREST, authentication using GoTrue, row-level security, forking open source projects, using the write ahead log to implement real time updates, provisioning and […]

Episode 510: Deepthi Sigireddi on How Vitess Scales MySQL

May 04, 2022 1:13:55 106.74 MB Downloads: 0

In this episode, Deepthi Sigireddi of the Cloud Native Computing Foundation (CNCF) spoke with SE Radio host Nikhil Krishna about how Vitess scales MySQL. They discussed the design and architecture of Vitess; how Vitess impacts modern data problems; sharding and scale out; connection pooling; components of the Vitess system; configuration; and running Vitess on Kubernetes. […]

Episode 509: Matt Butcher and Matt Farina on Helm Charts

April 26, 2022 53:58 52.05 MB Downloads: 0

Matt Butcher and Matt Farina, authors of the book Learning Helm, join SE Radio host Robert Blumen to discuss Helm, the package manager for kubernetes. Beginning with a review of kubernetes and Helm, this episode explores the history of helm; the need for a package manager on kubernetes; helm terminology; how helm handles package dependencies; […]