Episode (100)
Halaman 7 dari 10
Engineering in the Age of Agents with Yechezkel Rabinovich
Oct 16, 2025Modern software platforms are increasingly composed of diverse microservices, third-party APIs, and cloud resources. The distributed nature of these systems makes it difficult for engineers to gain a ...
Static Analysis for Ruby with Jake Zimmerman
Oct 14, 2025Dynamic languages like Ruby, Python, and JavaScript determine the types of variables at runtime rather than at compile time. This flexibility allows for rapid development and concise code, but it also...
Scaling AI in Enterprise Codebases with Guy Gur-Ari
Oct 09, 2025The rise of language-model coding assistants has led to the creation of the vibe coding paradigm. In this mode of software development, AI agents take a plain language prompt and generate entire appli...
SED News: NVIDIA Bets on Intel, Meta’s Demo Crash, and Anthropic’s Explosive Growth
Oct 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...
Orkes and Agentic Workflow Orchestration with Viren Baraiya
Oct 02, 2025Modern software systems are composed of many independent microservices spanning frontends, backends, APIs, and AI models, and coordinating and scaling them reliably is a constant challenge. A workflow...
Turbopuffer with Simon Hørup Eskildsen
Sep 30, 2025Vector search has become a foundational technology for AI applications, enabling everything from semantic code search to contextual retrieval for large language models. However, a major challenge with...
Building an Indie Hit in Godot with Jay Baylis and Tom Coxon
Sep 25, 2025Cassette Beasts is a turn-based monster-battling RPG that lets players record creatures onto cassette tapes and transform into them during battle. The game was an indie hit, and is also one of the mos...
Rethinking GraphQL Frontends with Robert Balicki
Sep 23, 2025A challenge in modern frontend application design is efficiently fetching and managing GraphQL data while keeping UI components responsive and maintainable. Developers often face issues like over-fetc...
pnpm with Zoltan Kochan
Sep 18, 2025Traditional package management systems for JavaScript have faced several inefficiencies related to dependency storage, resolution, and project performance. pnpm is a fast, disk-efficient package manag...
SurrealDB 3.0 and Building Event-Driven AI Applications with Tobie Morgan Hitchcock
Sep 16, 2025Modern application development often involves juggling multiple types of databases to handle diverse data models. The lack of unification can lead to complex architectures with attendant security conc...