Episode (100)
Halaman 7 dari 10
A Conversation with Amazon CTO Werner Vogels
Aug 28, 2025Werner Vogels is the Chief Technology Officer at Amazon, where he has played a pivotal role in shaping the company’s technology vision for over two decades. Before joining Amazon in 2004, Werner was a...
Redis and AI Agent Memory with Andrew Brookins
Aug 26, 2025A key challenge with designing AI agents is that large language models are stateless and have limited context windows. This requires careful engineering to maintain continuity and reliability across s...
Complex Workload Deployment with Will Stewart
Aug 21, 2025Deploying and managing cloud workloads is a complex task that requires developers to handle infrastructure, scaling, CI/CD pipelines, and database hosting. Configuring and maintaining Kubernetes, ensu...
Empowering Cross-Functional Product Teams with Tobias Dunn-Krahn and Doug Peete
Aug 19, 2025Modern software teams typically rely on a patchwork of tools to manage planning, development, feature rollout, and post-release analysis. This fragmentation is a known challenge that can create fricti...
Carbon and Modernizing C++ with Chandler Carruth
Aug 14, 2025Carbon is a programming language developed by Google as a successor to C++, and it aims to provide modern safety features while maintaining high performance. It’s designed to offer seamless interopera...
Podman with Brent Baude
Aug 12, 2025Podman is an open-source container management tool that allows developers to build, run, and manage containers. Unlike Docker, it supports rootless containers for improved security and is fully compat...
SED News: Meta’s AI Gambit, Windsurf Shake‑Up, and the UK VPN Surge
Aug 07, 2025SED News is a monthly podcast from Software Engineering Daily where hosts Gregor Vand and Sean Falconer unpack the biggest stories shaping software engineering, Silicon Valley, and the broader tech in...
Electron and Desktop App Engineering with Shelley Vohr
Aug 05, 2025Electron is a framework for building cross-platform desktop applications using web technologies like JavaScript, HTML, and CSS. It allows developers to package web apps with a native-like experience b...
Modal and Scaling AI Inference with Erik Bernhardsson
Jul 31, 2025Modal is a serverless compute platform that’s specifically focused on AI workloads. The company’s goal is to enable AI teams to quickly spin up GPU-enabled containers, and rapidly iterate and autoscal...
RxJS with Ben Lesh
Jul 29, 2025RxJS 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...