Software Engineering Daily-logo

Software Engineering Daily

Business

Technical interviews about software topics.

Location:

United States

Description:

Technical interviews about software topics.

Language:

English

Contact:

5122170273


Episodes
Ask host to enable sharing for playback control

AI at Anaconda with Greg Jennings

7/3/2025
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.

Duration:00:49:29

Ask host to enable sharing for playback control

ByteDance’s Container Networking Stack with Chen Tang

7/1/2025
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.

Duration:00:47:57

Ask host to enable sharing for playback control

WayForward Games with Tomm Hulett and Voldi Way

6/26/2025
WayForward is a renowned video game studio that was founded in 1990. The company has developed games for publishers such as Capcom, Konami, and Nintendo and has released their games across major hardware platforms from the last 35 years. They are also the creators of the Shantae series of 2D platformers. WayForward recently developed the The post WayForward Games with Tomm Hulett and Voldi Way appeared first on Software Engineering Daily.

Duration:00:46:03

Ask host to enable sharing for playback control

CodeRabbit and RAG for Code Review with Harjot Gill

6/24/2025
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.

Duration:00:48:42

Ask host to enable sharing for playback control

Emulating Retro Games on Modern Consoles with Robin Lavallée and Bill Litshauer

6/19/2025
Emulating retro games on modern consoles is a growing trend, and allows players to experience classic titles with improved performance, enhanced resolution, and added features like save states and rewinding. However, this process raises many challenging technical questions related to hardware compatibility, performance optimization, rendering, and state management. Implicit Conversions is a company focused on The post Emulating Retro Games on Modern Consoles with Robin Lavallée and Bill Litshauer appeared first on Software Engineering Daily.

Duration:01:01:17

Ask host to enable sharing for playback control

SED News: Corporate Spies, Postgres, and the Weird Life of Devs Right Now

6/17/2025
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.

Duration:00:43:39

Ask host to enable sharing for playback control

TanStack and the Future of Frontend with Tanner Linsley

6/12/2025
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.

Duration:00:54:13

Ask host to enable sharing for playback control

The Challenge of AI Model Evaluations with Ankur Goyal

6/10/2025
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.

Duration:00:44:22

Ask host to enable sharing for playback control

Modern Distributed Applications with Stephan Ewen

6/5/2025
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.

Duration:00:41:02

Ask host to enable sharing for playback control

Crew AI with João Moura

6/3/2025
Agentic AI is seen as a key frontier in artificial intelligence, enabling systems to autonomously act, adapt in real-time, and solve complex, multi-step problems based on objectives and context. Unlike traditional rule-based or generative AI, which are limited to predefined or reactive tasks, agentic AI processes vast information, models uncertainty, and makes context-sensitive decisions, mimicking The post Crew AI with João Moura appeared first on Software Engineering Daily.

Duration:00:44:51

Ask host to enable sharing for playback control

Chip Design in the AI Era with Thomas Andersen

5/29/2025
Synopsys is a leading electronic design automation company specializing in silicon design and verification, as well as software integrity and security. Their tools are foundational to the creation of modern chips and embedded software, powering everything from smartphones to cars. Chip design is a deeply complex process, often taking months or years and requiring the The post Chip Design in the AI Era with Thomas Andersen appeared first on Software Engineering Daily.

Duration:00:50:15

Ask host to enable sharing for playback control

OpenTofu with Cory O’Daniel and Malcolm Matalka

5/27/2025
OpenTofu is an open-source alternative to Terraform, designed for managing infrastructure as code. It enables users to define, provision, and manage their cloud and on-premises resources using a declarative configuration language. OpenTofu was created to ensure an open and community-driven approach to infrastructure tooling, and it emphasizes compatibility and extensibility for diverse deployment scenarios. Cory The post OpenTofu with Cory O’Daniel and Malcolm Matalka appeared first on Software Engineering Daily.

Duration:00:47:58

Ask host to enable sharing for playback control

Mojo and Building a CUDA Replacement with Chris Lattner

5/22/2025
Python is the dominant language for AI and data science applications, but it lacks the performance and low-level control needed to fully leverage GPU hardware. As a result, developers often rely on NVIDIA’s CUDA framework, which adds complexity and fragments the development stack. Mojo is a new programming language designed to combine the simplicity of The post Mojo and Building a CUDA Replacement with Chris Lattner appeared first on Software Engineering Daily.

Duration:00:55:56

Ask host to enable sharing for playback control

Building PostgreSQL for the Future with Heikki Linnakangas

5/20/2025
PostgreSQL is an open-source database known for its robustness, extensibility, and compliance with SQL standards. Its ability to handle complex queries and maintain high data integrity has made it a top choice for both start-ups and large enterprises. Heikki Linnakangas is a leading developer for the PostgreSQL project, and he’s a co-founder at Neon, which The post Building PostgreSQL for the Future with Heikki Linnakangas appeared first on Software Engineering Daily.

Duration:00:42:12

Ask host to enable sharing for playback control

Security at Coinbase with Philip Martin

5/15/2025
Cryptocurrency exchanges face unique security challenges that require specialized threat assessments and planning. Coinbase is a cryptocurrency exchange based in the United States. It was founded in 2012 and has evolved alongside cryptocurrency as a technology. Philip Martin is the Chief Security Officer at Coinbase. Prior to Coinbase, Philip built and led the Incident Response The post Security at Coinbase with Philip Martin appeared first on Software Engineering Daily.

Duration:00:48:31

Ask host to enable sharing for playback control

Anthropic and the Model Context Protocol with David Soria Parra

5/13/2025
The Model Context Protocol, or MCP, is a new open standard that connects AI assistants to arbitrary data sources and tools, such as codebases, APIs, and content repositories. Instead of building bespoke integrations for each system, developers can use MCP to establish secure, scalable connections between AI models and the data they need. By standardizing The post Anthropic and the Model Context Protocol with David Soria Parra appeared first on Software Engineering Daily.

Duration:00:51:02

Ask host to enable sharing for playback control

Grand Theft Auto III on the Dreamcast with Falco Girgis and Stef Kornilios Mitsis Poiitidis

5/8/2025
Grand Theft Auto III is a 2001 an open-world action-adventure game developed by Rockstar Games and it had a profound impact on both gaming and popular culture. Its success cemented video games as a dominant form of entertainment and storytelling, and paved the way for future blockbuster franchises. The game was also a technological milestone The post Grand Theft Auto III on the Dreamcast with Falco Girgis and Stef Kornilios Mitsis Poiitidis appeared first on Software Engineering Daily.

Duration:00:47:40

Ask host to enable sharing for playback control

Polypane with Kilian Valkhof

5/6/2025
Polypane is a specialized web development browser that simplifies creating and testing modern websites. A key feature is that it provides multiple screen sizes at once, with synchronized scrolling and interactions, so developers can test different layouts and breakpoints simultaneously. Polypane also focuses on accessibility tools, real-time previews, and debugging features. Kilian Valkhof is the The post Polypane with Kilian Valkhof appeared first on Software Engineering Daily.

Duration:00:48:08

Ask host to enable sharing for playback control

LiveKit and OpenAI with Russ d’Sa

5/1/2025
LiveKit is a platform that provides developers with tools to build real-time audio and video applications at scale. It offers an open-source WebRTC stack for creation of live, interactive experiences like video conferencing, streaming, and virtual events. LiveKit has gained significant attention for its partnership with OpenAI for the Advanced Voice feature. Russ d’Sa is The post LiveKit and OpenAI with Russ d’Sa appeared first on Software Engineering Daily.

Duration:00:47:29

Ask host to enable sharing for playback control

SED News: CoreWeave IPO, Anthropic’s MCP, and Microsoft Turns 50

4/29/2025
Welcome to the pilot episode of SED News, a new podcast series from Software Engineering Daily. Join hosts Gregor Van and Sean Falconer as they break down the week’s most important stories in software engineering, machine learning, and developer culture. In this episode, Gregor and Sean discuss the CoreWeave IPO and the company’s recent acquisition The post SED News: CoreWeave IPO, Anthropic’s MCP, and Microsoft Turns 50 appeared first on Software Engineering Daily.

Duration:00:46:15