Viewing Podcast: Podcast
AI
Arts
Business
Crypto
Finance
Health
History
Interviews
Investing
Macro
Misc
News
Politics
Programming
Science
Social
Startups
Technology
VC

Storybook 9 is leveling up UI testing with Michael Shilman
Duration: 30:05:00
July 10, 2025
- Storybook has evolved from a documentation tool to a comprehensive component testing suite, especially with the introduction of browser mode in VEST.
- Storybook is integrating with AI workflows, aiming to ensure code quality by providing a platform to visualize and test AI-generated code components.
- The experimental React server components support in Storybook is being reworked to run directly in the browser, focusing on speed and compatibility with existing testing tools.

Prisma Postgres with Nikolas Burk (Repeat)
Duration: 28:37:00
July 3, 2025
- Prisma Postgress is a serverless database built on uni kernels, offering a unique architecture that eliminates cold starts.
- Prisma Postgress includes a built-in caching layer leveraging Cloudflare's infrastructure, allowing developers to configure cache strategies on a per-query basis.
- Prisma Postgress features a real-time event system using change data capture and Cloudflare, enabling developers to subscribe to database changes and receive updates in their applications via websockets.

Node 24 with Rafael Gonzaga
Duration: 09:13:00
June 26, 2025
- Node.js releases two major versions per year, one becoming LTS for longer support, and the "is-my-node-vulnerable" package helps developers identify and address insecure Node.js versions in use.
- Node 24 incorporates V8 version 13.6, enhancing JavaScript clarity including new resource management features that automate cleanup and reduce developer overhead.
- Updates to Fetch and UniDici7 in Node.js are improving its built-in HTTP client, raising the possibility of replacing third-party libraries like Axios, though browser compatibility from libraries may impact adoption.

Gemini 2.5 with Logan Kilpatrick
Duration: 30:25:00
June 19, 2025
- Gemini 2.5 Pro has been updated with the June 5th release, that aims to close gaps across different capabilities and push quality even further, after developers provided feedback on earlier versions.
- Google DeepMind is investing in generative media models beyond text, including the LIA music model and a new text-to-speech API available in AI Studio.
- Google's investment in TPUs (Tensor Processing Units) provides infrastructure advantages, such as enabling larger context windows, influencing model capabilities and differentiation.

10 years of SolidJS with Ryan Carniato
Duration: 43:21:00
June 12, 2025
- The discussion highlights the maturing of the web development landscape, where developers now prioritize stability and trust in established frameworks like React, Vue, and SolidJS over constant exploration of new tools.
- Ryan Carneato explains that SolidJS was created out of a desire to find a better alternative to React's virtual DOM, focusing on performance and developer experience through composable state primitives.
- The conversation explores the potential of reactive signals as a fundamental web primitive, enabling more control over data flow and opening new possibilities for application self-healing and advanced debugging tools.