Podcast Archives - Software Engineering Daily

Technical interviews about software topics.
Website : http://softwareengineeringdaily.com/category/all-episodes/exclusive-content/podcast/
IPFS Feed : https://ipfspodcasting.net/RSS/179/PodcastArchives-SoftwareEngineeringDaily.xml
Last Episode : July 29, 2025 9:00am
Last Scanned : 1 hours ago

Episodes
Episodes currently hosted on IPFS.
Confirmed 3
RxJS with Ben LeshRxJS is an open-source library for composing asynchronous and event-based programs. It provides powerful operators for transforming, filtering, combining, and managing streams of data, from user input and web requests to real-time updates. Ben Lesh is the creator of RxJS. He joins Josh Goldberg to talk about his path into engineering and the RxJS library.
The post RxJS with Ben Lesh appeared first on Software Engineering Daily.
Expires in 10 hours
Published Tuesday
Streamlining Cloud Infrastructure Deployments with Jake Cooper
Railway is a software company that provides a popular platform for deploying and managing applications in the cloud. It automates tasks such as infrastructure provisioning, scaling, and deployment and is particularly known for having a developer-friendly interface. Jake Cooper is the Founder and CEO at Railway. He joins the show to talk about the company
The post Streamlining Cloud Infrastructure Deployments with Jake Cooper appeared first on Software Engineering Daily.
Published 07/22
Building Open Infrastructure for AI with Illia Polosukhin
Illia Polosukhin is a veteran AI researcher and one of the original authors of the landmark Transformer paper, Attention is All You Need, which he co-authored during his time at Google Research. He has a deep background in machine learning and natural language processing, and has spent over a decade working at the intersection of
The post Building Open Infrastructure for AI with Illia Polosukhin appeared first on Software Engineering Daily.
Published 07/17
MCP Security at Wiz with Rami McCarthy
Wiz is a cloud security platform that helps organizations identify and remediate risks across their cloud environments. The company’s platform scans layers of the cloud stack, including virtual machines, containers, and serverless configurations, to detect vulnerabilities and misconfigurations in context. The Model Context Protocol, or MCP, is emerging as a potential standard for connecting LLM
The post MCP Security at Wiz with Rami McCarthy appeared first on Software Engineering Daily.
Published 07/10
SED News: Data Land Grabs, Copyright Fights, and the Great AI Talent War
Welcome back to SED News, a podcast series from Software Engineering Daily where hosts Gregor Vand and Sean Falconer break down the latest stories in software engineering, Silicon Valley, and the wider tech industry. In this episode, Gregor and Sean dig into Meta’s legal battle over AI training data, discuss the strategic implications of Meta’s
The post SED News: Data Land Grabs, Copyright Fights, and the Great AI Talent War appeared first on Software Engineering Daily.
Published 07/08
AI at Anaconda with Greg Jennings
Anaconda is a software company that’s well-known for its solutions for managing packages, environments, and security in large-scale data workflows. The company has played a major role in making Python-based data science more accessible, efficient, and scalable. Anaconda has also invested heavily in AI tool development. Greg Jennings is the VP of Engineering and AI
The post AI at Anaconda with Greg Jennings appeared first on Software Engineering Daily.
Published 07/03
ByteDance’s Container Networking Stack with Chen Tang
ByteDance is a global technology company operating a wide range of content platforms around the world, and is best known for creating TikTok. The company operates at a massive scale, which naturally presents challenges in ensuring performance and stability across its data centers. It has over a million servers running containerized applications, and this required
The post ByteDance’s Container Networking Stack with Chen Tang appeared first on Software Engineering Daily.
Published 07/01
CodeRabbit and RAG for Code Review with Harjot Gill
One of the most immediate and high-impact applications of LLMs has been in software development. The models can significantly accelerate code writing, but with that increased velocity comes a greater need for thoughtful, scalable approaches to codereview. Integrating AI into the development workflow requires rethinking how to ensure quality,security, and maintainability at scale. CodeRabbit is
The post CodeRabbit and RAG for Code Review with Harjot Gill appeared first on Software Engineering Daily.
Published 06/24
SED News: Corporate Spies, Postgres, and the Weird Life of Devs Right Now
Welcome back to SED News, a podcast series from Software Engineering Daily where hosts Gregor Vand and Sean Falconer break down the latest stories in software engineering, Silicon Valley, and wider tech world. In this episode, Gregor and Sean unpack what’s going with Deel and Rippling, explore why Databricks and Snowflake are making big bets
The post SED News: Corporate Spies, Postgres, and the Weird Life of Devs Right Now appeared first on Software Engineering Daily.
Published 06/17
TanStack and the Future of Frontend with Tanner Linsley
TanStack is an open-source collection of high-performance libraries for JavaScript and TypeScript applications, primarily focused on state management, data fetching, and table utilities. It includes popular libraries like TanStack Query, TanStack Table, and TanStack Router. These libraries emphasize declarative APIs, optimized performance, and developer-friendly features, and they are increasingly popular for modern frontend development. Tanner
The post TanStack and the Future of Frontend with Tanner Linsley appeared first on Software Engineering Daily.
Published 06/12
The Challenge of AI Model Evaluations with Ankur Goyal
Evaluations are critical for assessing the quality, performance, and effectiveness of software during development. Common evaluation methods include code reviews and automated testing, and can help identify bugs, ensure compliance with requirements, and measure software reliability. However, evaluating LLMs presents unique challenges due to their complexity, versatility, and potential for unpredictable behavior. Ankur Goyal is
The post The Challenge of AI Model Evaluations with Ankur Goyal appeared first on Software Engineering Daily.
Published 06/10
Modern Distributed Applications with Stephan Ewen
A major challenge with creating distributed applications is achieving resilience, reliability, and fault tolerance. It can take considerable engineering time to address non-functional concerns like retries, state synchronization, and distributed coordination. Event-driven models aim to simplify these issues, but often introduce new difficulties in debugging and operations. Stephan Ewen is the Founder at Restate which
The post Modern Distributed Applications with Stephan Ewen appeared first on Software Engineering Daily.
Published 06/05