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 : April 17, 2025 9:00am

Last Scanned : 4 hours ago

Episodes

Episodes currently hosted on IPFS.

Verifying 1
Turing Award Special: A Conversation with Martin Hellman
Martin Hellman is an American cryptographer known for co-inventing public-key cryptography with Whitfield Diffie and Ralph Merkle in the 1970s. Their groundbreaking Diffie-Hellman key exchange method allowed secure communication over insecure channels, laying the foundation for modern encryption protocols. Hellman has also contributed to cybersecurity policy and ethical discussions on nuclear risk. His work has The post Turing Award Special: A Conversation with Martin Hellman appeared first on Software Engineering Daily.
Expires in 2 hours
Published Thursday
3
Prometheus and Open-Source Observability with Eric Schabell
Modern cloud-native systems are highly dynamic and distributed, which makes it difficult to monitor cloud infrastructure using traditional tools designed for static environments. This has motivated the development and widespread adoption of dedicated observability platforms. Prometheus is an open-source observability tool designed for cloud-native environments. Its strong integration with Kubernetes and pull-based data collection model The post Prometheus and Open-Source Observability with Eric Schabell appeared first on Software Engineering Daily.
Published Tuesday
3
Turing Award Special: A Conversation with David Patterson
David A. Patterson is a pioneering computer scientist known for his contributions to computer architecture, particularly as a co-developer of Reduced Instruction Set Computing, or RISC, which revolutionized processor design. He has co-authored multiple books, including the highly influential Computer Architecture: A Quantitative Approach. David is a UC Berkeley Pardee professor emeritus, a Google distinguished The post Turing Award Special: A Conversation with David Patterson appeared first on Software Engineering Daily.
Published 04/10
3
Uber’s On-Call Copilot with Paarth Chothani and Eduards Sidorovics
At Uber, there are many platform teams supporting engineers across the company, and maintaining robust on-call operations is crucial to keeping services functioning smoothly. The prospect of enhancing the efficiency of these engineering teams motivated Uber to create Genie, which is an AI-powered on-call copilot. Genie assists with on-call management by providing real-time responses to The post Uber’s On-Call Copilot with Paarth Chothani and Eduards Sidorovics appeared first on Software Engineering Daily.
Published 04/08
3
Turing Award Special: A Conversation with John Hennessy
John Hennessy is a computer scientist, entrepreneur, and academic known for his significant contributions to computer architecture. He co-developed the RISC architecture, which revolutionized modern computing by enabling faster and more efficient processors. Hennessy served as the president of Stanford University from 2000 to 2016 and later co-founded MIPS Computer Systems and Atheros Communications. Currently, The post Turing Award Special: A Conversation with John Hennessy appeared first on Software Engineering Daily.
Published 04/03
3
React Remix with Ryan Florence
Remix is a full-stack, open-source web framework that was developed by the creators of the popular React Router library. It focuses on features such as server-side rendering and efficient data loading, and it emphasizes developer experience. Ryan Florence is a co-creator of React Remix and in this episode he speaks with Josh Goldberg about the The post React Remix with Ryan Florence appeared first on Software Engineering Daily.
Published 03/20
3
Turing Award Special: A Conversation with Jack Dongarra
Jack Dongarra is an American computer scientist who is celebrated for his pioneering contributions to numerical algorithms and high-performance computing. He developed essential software libraries like LINPACK and LAPACK, which are widely used for solving linear algebra problems on advanced computing systems. Dongarra is also a co-creator of the TOP500 list, which ranks the world’s The post Turing Award Special: A Conversation with Jack Dongarra appeared first on Software Engineering Daily.
Published 03/18
3
Quantum Computing at Rigetti with David Rivas
Rigetti Computing is an American company specializing in quantum computing, founded in 2013. The company develops quantum processors and hybrid quantum-classical computing systems, and aims to make quantum computing more accessible for research and commercial applications. David Rivas is the CTO at Rigetti Computing. He joins the podcast with Kevin Ball to talk about the The post Quantum Computing at Rigetti with David Rivas appeared first on Software Engineering Daily.
Published 03/13
3
The State of the Ethereum Blockchain with Andrew Koller
Ethereum is a decentralized blockchain platform that was created by Vitalik Buterin and Gavin Wood in 2015. It uses a cryptocurrency called Ether as its native token to power transactions and operations on the Ethereum network. Ethereum’s proponents envision a future where the network forms the foundation for a second platform layer, called L2, where The post The State of the Ethereum Blockchain with Andrew Koller appeared first on Software Engineering Daily.
Published 03/11
3
StackHawk and Shift-Left API Security with Scott Gerlach
APIs are a fundamental part of modern software systems and enable communication between services, applications, and third-party integrations. However, their openness and accessibility also make them a prime target for security threats, and this makes APIs a growing focus on software teams. StackHawk is a company that scans and monitors source code to obtain the The post StackHawk and Shift-Left API Security with Scott Gerlach appeared first on Software Engineering Daily.
Published 03/06
3
Browser Security with Jeswin Mathai
Browser security aims to protect users from cyber threats encountered online, such as phishing, malicious extensions, and malware. It’s a complex, multifaceted challenge that’s increasingly important as cloud-based tools, SaaS platforms, and collaborative applications become the backbone of modern workflows. Jeswin Mathai is the Chief Architect at SquareX which is a cybersecurity company focused on The post Browser Security with Jeswin Mathai appeared first on Software Engineering Daily.
Published 02/27
3
Troubleshooting Microservices with Julia Blase
A distributed system is a network of independent services that work together to achieve a common goal. Unlike a monolithic system, a distributed system has no central point of control, meaning it must handle challenges like data consistency, network latency, and system failures. Debugging distributed systems is conventionally considered challenging because modern architectures consist of The post Troubleshooting Microservices with Julia Blase appeared first on Software Engineering Daily.
Published 02/25