Viewing Podcast: Podcast
AI
Arts
Business
Crypto
Finance
Health
History
Interviews
Investing
Macro
Misc
News
Politics
Product
Programming
Science
Social
Startups
Technology
VC
Void makes Cloudflare deployment invisible with Alexander Lichter

Void makes Cloudflare deployment invisible with Alexander Lichter

Duration: 23:46:00
April 16, 2026
  • Void is a deployment platform designed to integrate seamlessly with developer code, transforming code into infrastructure for a streamlined developer experience.
  • The platform leverages Cloudflare's global network, offering features like automatic provisioning of databases, KV storage, and object storage via an SDK, managed through the void deploy command.
  • Void aims to provide a cohesive, "one-stop-shop" experience, reducing the need for developers to manage complex infrastructure configurations and offering a "your code is your infra" philosophy.
Is Sass dead yet? Miriam Suzanne has thoughts.

Is Sass dead yet? Miriam Suzanne has thoughts.

Duration: 42:35:00
April 9, 2026
  • Understanding CSS value resolution is crucial for developers, as it explains how browsers determine which styles to apply and how they interact, especially with modern features like variables, functions, and mixins.
  • CSS is a complex language with the dual goals of handling intricate visual presentation across all devices while remaining approachable, leading to a steep learning curve for mastery.
  • Developers should approach CSS debugging by understanding the browser's underlying processes and prioritizing removing constraints rather than adding more code to resolve conflicts.
The browser APIs you're shipping libraries to replace with Kilian Valkhof

The browser APIs you're shipping libraries to replace with Kilian Valkhof

Duration: 38:27:00
April 2, 2026
  • Many developers overlook the power of the built-in browser Intl API for internationalization, mistaking it solely for language translation when it's primarily a robust string formatting library for dates, numbers, and lists.
  • The widespread adoption of the Intl API has been historically hampered by inconsistent browser support in the past, leading developers to rely on third-party libraries like date-fns or moment.js for functionality that is now natively available.
  • Newer HTML features like dialog and popover elements, along with positioning APIs, offer elegant solutions for complex UI interactions, moving away from JavaScript-heavy implementations and improving accessibility and developer experience.
Amazon's AI outage, the engineer retention crisis, autonomous agents and the future of senior engineers

Amazon's AI outage, the engineer retention crisis, autonomous agents and the future of senior engineers

Duration: 52:58:00
March 26, 2026
  • The widespread adoption of AI coding tools is blurring the lines between AI and process failures, leading to catastrophic outages and a re-evaluation of how code changes are managed and reviewed.
  • Engineers are experiencing a "retention crisis" and a loss of satisfaction as "vibe coding culture" devalues traditional craftsmanship, leading some to consider leaving the tech industry for more hands-on careers.
  • The rise of autonomous coding agents necessitates a shift in the engineering role towards harness engineering and requirement specification, with humans orchestrating AI rather than directly writing code, impacting the definition of junior and senior engineers.
TanStack, TanStack Start, and what’s coming next with Tanner Linsley [Repeat]

TanStack, TanStack Start, and what’s coming next with Tanner Linsley [Repeat]

Duration: 45:56:00
March 19, 2026
  • Tanstack Router, built on a foundation inspired by React Router, offers a streamlined approach to routing with built-in caching mechanisms that mimic React Query's performance benefits.
  • Tanstack Start introduces a modern full-stack framework that shares DNA with React Router, providing server functions and API routes, and is designed for a clear, least-nested developer experience.
  • The Tanstack ecosystem is expanding with new libraries like Tanstack DB and Tanstack AI, focusing on composability and providing an unbiased, portable platform for developers.
Yes, and... programming still matters in the age of AI, with Carson Gross

Yes, and... programming still matters in the age of AI, with Carson Gross

Duration: 38:21:00
March 12, 2026
  • The core of computer programming remains managing complexity, and while AI can generate code cheaply, it doesn't necessarily eliminate essential complexity or guarantee deterministic outcomes.
  • Junior developers must still write code to learn how to read and understand it, as lacking this skill leaves them at the mercy of AI-generated code, especially for mission-critical systems.
  • The rapid advancement of AI tools may fundamentally change how software development is practiced, potentially increasing the value of systems architecture and communication skills over pure coding, and prompting a re-evaluation of traditional educational and outsourcing models.
Prisma Next with Will Madden

Prisma Next with Will Madden

Duration: 36:28:00
March 5, 2026
  • Prisma V7 is moving away from Rust and towards more TypeScript, initially by cross-compiling Rust logic to WebAssembly.
  • A key goal for Prisma V7 is to reduce "magic" and implicit behavior by introducing a prisma.config file for explicit configuration, offering greater user control.
  • Prisma V7 aims for improved developer experience through less surprise, better predictability, and composability, making the application run in more places with smaller bundle sizes and faster type evaluation.
Open Claw, AI agents, and the future of developer workflows

Open Claw, AI agents, and the future of developer workflows

Duration: 52:45:00
February 26, 2026
  • The rapid transition of the Open-source AI project Open-Claw to a foundation and the creator's move to OpenAI raises questions about the future of open-source talent and AI governance.
  • The evolving role of browsers is being shaped by coordinated efforts to improve web platform compatibility alongside new AI-powered capabilities that allow browsers to act as autonomous agents.
  • There's a growing divide between those who can leverage AI agents effectively and those who cannot, raising concerns about accessibility, security risks, and the potential for an "AI haves" and "have-nots" to emerge.
Making sense of web rendering patterns with Gil Fink

Making sense of web rendering patterns with Gil Fink

Duration: 25:15:00
February 19, 2026
  • The presentation outlines various rendering patterns for web development, including static rendering, server-side rendering (SSR), and client-side rendering (CSR), each with distinct performance characteristics.
  • Key metrics like Core Web Vitals and Developer Experience are presented as crucial factors for comparing different rendering approaches and understanding their impact on web applications.
  • Emerging patterns such as Incremental Static Regeneration (ISR) and Islands Architecture are highlighted as innovative solutions for balancing static generation with dynamic content and interactivity.
How developer platforms fail (and how yours won’t) with Russ Miles

How developer platforms fail (and how yours won’t) with Russ Miles

Duration: 46:02:00
February 12, 2026
  • Developer platforms should function as a habitat supporting engineers, not just a factory for producing code.
  • The core goal of platform engineering is to optimize cognitive burden by tuning what developers need to consider, rather than simply reducing it.
  • Effective feedback loops, or UDAL loops, are crucial for enabling developers to make timely decisions and take actions, especially by shifting signals closer to the development moment.