Software Engineering Radio

Software Engineering Radio thumbnail

An interview based podcast, each episode has a full transcription on the official site with related references.

Categories:

Links

Episodes

Showing 11-20 of 31

Dwayne McDaniel on the Engineering Challenges of Secrets Management thumbnail

Dwayne McDaniel on the Engineering Challenges of Secrets Management

27 May 2026

Managing secrets like credentials and API keys in software development risks leaks causing supply chain attacks (e.g., PyPy, Clot, Cisco) due to secrets sprawl, plaintext storage, and misuse, prompting solutions like time-bound credentials, decentralized systems, vault tools (e.g., HashiCorp Vault), and strategies such as credential rotation and encrypted storage amid over 28.65 million hard-coded secrets in GitHub in 2025.

Open episode
Rob Moffat on Risk-First Software Development thumbnail

Rob Moffat on Risk-First Software Development

20 May 2026

Recommended: Risk identification and management is a forgotten art

Software development prioritizes risk management through frameworks like test-driven development and agile, addressing hidden risks, AI deployment challenges, open-source dependencies, and organizational prioritization to balance innovation with safeguards.

Open episode
SE Radio 720: Martin Dilger on Understanding Eventsourcing thumbnail

SE Radio 720: Martin Dilger on Understanding Eventsourcing

13 May 2026

Recommended: Useful Architectural Pattern.

Event sourcing is a system design approach that records changes as sequential events to ensure historical traceability, uses event modeling for aligning systems with human workflows, contrasts with CRUD architectures, and emphasizes slice-based design, event streams, and practical applications like legacy modernization and workflow simplification.

Open episode
Birol Yildiz on Building an Agentic AI SRE thumbnail

Birol Yildiz on Building an Agentic AI SRE

6 May 2026

AI agents in SRE leverage autonomous decision-making, agentic search, and lightweight architectures to replace static runbooks, balancing autonomy with reliability challenges, context management, and human oversight in dynamic environments.

Open episode
Will Sentance on JS Modernization thumbnail

Will Sentance on JS Modernization

29 Apr 2026

JavaScript's evolution from a 1995 scripting language to a performance-optimized modern tool balances innovation with backward compatibility through TC39's incremental updates, browser advancements, community-driven libraries, key features like async/await and symbols, engine optimizations, and a design philosophy prioritizing flexibility and user-driven standardization for large-scale frameworks.

Open episode
Eric Tschetter on Decoupling Observability thumbnail

Eric Tschetter on Decoupling Observability

23 Apr 2026

Recommended: Telemetry is important, avoiding vendor lockin is even more important.

Observability in microservices emphasizes decoupled architectures over traditional frameworks to address vendor lock-in, data interoperability, and scalability challenges, while balancing unstructured telemetry management, query language standardization, and cross-team collaboration.

Open episode
Martin Kleppmann Local-First Software thumbnail

Martin Kleppmann Local-First Software

15 Apr 2026

Local First Software combines local data storage with cloud collaboration to enable offline access, real-time editing, and seamless syncing via AutoMerge and CRDTs, prioritizing user control, privacy, and decentralized workflows with future focus on open standards and AI integration.

Open episode
Sahaj Garg on Designing for Ambiguity in Human Input thumbnail

Sahaj Garg on Designing for Ambiguity in Human Input

8 Apr 2026

Ambiguity in language and speech, arising from context, phrasing, and incomplete information, poses challenges for AI systems due to their limited context processing, while humans resolve it through contextual cues, tone, and prior knowledge, with strategies focusing on contextual prompts, audio training, data augmentation, and balancing AI efficiency with human-like adaptability in multilingual and ethical contexts.

Open episode
Costa Alexoglou on Remote Pair Programming thumbnail

Costa Alexoglou on Remote Pair Programming

1 Apr 2026

A discussion on pair programming's collaborative advantages, remote pairing challenges, AI's role in coding, the development of HAWP, and future remote work tools, highlighted by a five-month platform refactor case study and lessons in balancing performance, security, and user needs.

Open episode
Hector Ramon Jimenez on Building a GUI library in Rust thumbnail

Hector Ramon Jimenez on Building a GUI library in Rust

25 Mar 2026

ICE is a Rust-based UI toolkit inspired by Elm's architecture, using message-passing to separate state, updates, and views, evolved from a game library module into a functional-focused standalone tool with Winit/WGPU rendering, cross-platform goals, and challenges in dependency stability, while emphasizing state-driven design, community development, and future improvements in rendering efficiency, accessibility, and multi-platform support.

Open episode

Showing 11-20 of 31