PodRocket

LogRocket
PodRocket
Nieuwste aflevering

615 afleveringen

  • PodRocket

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

    12-03-2026 | 38 Min.
    Carson Gross, computer science professor at Montana State and creator of htmx, joins the show to cut through the noise around AI and programming. He explains why the jump from high-level languages to LLMs is fundamentally different from past transitions, why junior developers who skip writing code risk being at the mercy of a stochastic system, and why systems architecture and managing code complexity are the skills that will matter most. A grounded, rational take on the future of software development jobs.

    Links

    Resources

    Yes,and...: https://htmx.org/essays/yes-and/

    We want to hear from you!

    How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?

    Fill out our listener survey! https://t.co/oKVAEXipxu

    Let us know by sending an email to our producer, Elizabeth, at [email protected], or tweet at us at PodRocketPod.

    Check out our newsletter! https://blog.logrocket.com/the-replay-newsletter/

    Follow us. Get free stickers.

    Follow us on Apple Podcasts, fill out this form, and we’ll send you free PodRocket stickers!

    What does LogRocket do?

    LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today.

    Chapters

    00:00 Introduction — Carson Gross and the "Yes, And…" Blog Post

    01:45 Why Carson Felt Compelled to Write About AI and Coding

    03:30 The Assembly-to-High-Level Analogy — and Why It Falls Apart

    06:00 Juniors Must Write Code to Be Able to Read Code

    08:15 The Sorcerer's Apprentice Trap

    10:30 Could AI Actually Increase Demand for Programmers?

    12:45 Why "SaaS Is Dead" Is Shortsighted

    15:00 Systems Architecture as the High-Value Skill Going Forward

    17:30 Essential vs Accidental Complexity — The No Silver Bullet Framework

    20:00 How LLMs Break the Natural Feedback Loop of Bad Code

    23:00 Will AI Change How We Think About Testing?

    26:30 Abstraction, Paradigms, and Human-Readable Code

    29:00 How Much Has AI Actually Boosted Carson's Own Productivity?

    32:00 The Mental Health Cost of the AI Hype Cycle

    35:30 Final Thoughts — Give Yourself (and Others) a Break
    Special Guest: Carson Gross.
  • PodRocket

    Prisma Next with Will Madden

    05-03-2026 | 36 Min.
    Will Madden joins the podcast to talk about Prisma Next and the evolution from Prisma 7, including the decision to migrate away from Rust, ship the core through WebAssembly, and move toward a fully TypeScript ORM. The conversation dives into how modern workflows like agentic coding change the role of an ORM and why tools still matter even when agents can write SQL queries directly.

    We discuss how feedback loops, guardrails, and the TypeScript type system help prevent errors, along with the new query builder, query linter, and middleware layer that analyze queries using an abstract syntax tree. The episode also covers new database capabilities including Postgres support, upcoming Mongo support, and extensions like PG Vector, enabling vector columns and cosine distance similarity search.

    You’ll also learn about new patterns such as collection methods, scopes, and composable database extensions, plus tooling like driver adapters, a potential compatibility layer, and safeguards like lint rules and a performance budget middleware designed to catch expensive queries before they run.

    Resources

    The Next Evolution of Prisma ORM: https://www.prisma.io/blog/the-next-evolution-of-prisma-orm

    We want to hear from you!

    How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?

    Fill out our listener survey! https://t.co/oKVAEXipxu

    Let us know by sending an email to our producer, Elizabeth, at [email protected], or tweet at us at PodRocketPod.

    Check out our newsletter! https://blog.logrocket.com/the-replay-newsletter/

    Follow us. Get free stickers.

    Follow us on Apple Podcasts, fill out this form, and we’ll send you free PodRocket stickers!

    What does LogRocket do?

    LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today.

    Chapters

    00:00 Introduction

    01:00 Prisma Seven and the Move Away from Rust

    02:20 Missing Features and Mongo Support

    03:00 Why Prisma Started Rebuilding the Core

    04:00 Community Sentiment and Developer Feedback

    05:20 Rethinking ORMs in the AI and Agentic Coding Era

    06:45 Why Agents Still Need ORMs

    07:30 Feedback Loops and Guardrails for SQL

    08:30 Type Safety and the First Layer of Query Validation

    09:30 Query Linter and Middleware Architecture

    11:00 Runtime Validation and Query Errors

    12:30 Configuring Lint Rules and Guardrails

    14:00 Designing ORMs for Humans and Agents

    15:30 Collection Methods and ActiveRecord-style Scopes

    17:00 Reusable Queries and Domain Vocabulary

    18:30 Query Composition and Flexibility

    19:00 Performance Guardrails and Query Budget Middleware

    20:30 Debugging ORM Performance Issues

    21:00 Query Telemetry and Request Tracing

    22:30 Prisma Next Extensibility and Database Plugins

    23:00 Using PGVector and Vector Search

    24:00 Database Drivers and Backend Architecture

    25:00 Native Mongo Support in Prisma Next

    26:00 Community Extensions and Middleware Ecosystem

    27:00 Runtime Schema Validation Use Cases

    28:00 Writing Custom Query Validation Rules

    29:00 Migration Paths from Prisma Seven

    30:30 Compatibility Layers vs Parallel Systems

    32:00 Prisma Next Roadmap and Timeline

    34:30 What Developers Will Be Most Excited About

    35:30 Final Thoughts and Community Feedback
  • PodRocket

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

    26-02-2026 | 52 Min.
    The PodRocket panel is back for their February roundup! Paige, Paul, Jack and Noel dig into the biggest stories reshaping the web development landscape right now.

    The panel kicks off with a deep dive into OpenClaw, it's transition to a foundation, and Peter Steinberger joining OpenAI. Is a foundation the right long-term home for fast-moving AI projects? And what does the continuing flow of talent into big AI labs mean for the open source ecosystem?

    From there, the conversation shifts to the browser's changing role in the web, how the lines between native and web experiences continue to blur, and what that means for developers building for the future. The panel also tackles growing pressures on open source sustainability and the widening gap between developers who are deeply integrating AI agents into their workflows and everyone else who hasn't even heard of these tools yet.

    Resources

    TechCrunch: OpenClaw creator Peter Steinberger joins OpenAI: https://techcrunch.com/2026/02/15/openclaw-creator-peter-steinberger-joins-openai

    Interop 2026 report and dashboard: https://web.dev/blog/interop-2026

    Google Chrome announcement on Gemini auto-browsing: https://blog.google/products-and-platforms/products/chrome/gemini-3-auto-browse/

    What to expect for open source in 2026, Github blog: https://github.blog/open-source/maintainers/what-to-expect-for-open-source-in-2026/?ref=thecodebrew.net

    We want to hear from you!

    How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?

    Fill out our listener survey! https://t.co/oKVAEXipxu

    Let us know by sending an email to our producer, Elizabeth, at [email protected], or tweet at us at PodRocketPod.

    Check out our newsletter! https://blog.logrocket.com/the-replay-newsletter/

    Follow us. Get free stickers.

    Follow us on Apple Podcasts, fill out this form, and we’ll send you free PodRocket stickers!

    What does LogRocket do?

    LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today.

    Chapters

    00:00 Intro and Panel Welcome

    01:00 What Is OpenClaw

    03:00 Moving to a Foundation and OpenAI Concerns

    08:00 AI Security Risks and Malware Issues

    13:00 AI Haves vs Have Nots

    18:00 Evaluating Open Source AI Stability

    26:00 Browser Interop 2026 and Compatibility Gaps

    31:00 Designing for AI Agents First

    37:00 AI Search vs Google

    42:00 Gemini in Chrome and Browser Lock In

    49:00 Hot Takes

    55:00 AI Burnout and Developer Mental Health
    Special Guest: Jack Herrington.
  • PodRocket

    Making sense of web rendering patterns with Gil Fink

    19-02-2026 | 25 Min.
    Gil Fink breaks down web rendering patterns including server side rendering, SSR, client side rendering, CSR, and static rendering, along with newer approaches like islands architecture, resumability, and hybrid rendering. The conversation explores tradeoffs around hydration, web performance, INP, CDN caching, and bundle size optimization, and compares frameworks like Next.js, TanStack Start, Astro, Qwik, and Remix to help developers make better decisions about React rendering strategies and overall application performance.

    Links

    Resources

    We want to hear from you!

    How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?

    Fill out our listener survey! https://t.co/oKVAEXipxu

    Let us know by sending an email to our producer, Elizabeth, at [email protected], or tweet at us at PodRocketPod.

    Check out our newsletter! https://blog.logrocket.com/the-replay-newsletter/

    Follow us. Get free stickers.

    Follow us on Apple Podcasts, fill out this form, and we’ll send you free PodRocket stickers!

    What does LogRocket do?

    LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today.

    Chapters

    00:00 Introduction and Gil’s Background

    01:00 Why Rendering Patterns Keep Evolving

    02:00 What Problem Rendering Patterns Solve

    03:00 Frameworks and Rendering Decisions

    04:00 Server Side Rendering Explained

    05:30 Client Side Rendering and Hydration Costs

    07:00 Performance Tradeoffs Between SSR and CSR

    08:30 Static Rendering for Blogs and Marketing Sites

    09:30 Hybrid Rendering and Progressive Enhancement

    11:00 How to Choose the Right Rendering Strategy

    12:00 Interactivity as the Key Decision Factor

    14:00 Islands Architecture vs SSR

    16:00 Common Mistakes with Rendering Choices

    17:30 Real World Performance Tuning Examples

    19:00 When You Don’t Actually Need Next.js

    21:00 The Rise of Hybrid Rendering

    22:30 Next.js vs TanStack Start

    24:00 Final Rule of Thumb for Choosing Rendering Patterns
  • PodRocket

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

    12-02-2026 | 46 Min.
    Russ Miles joins the show to unpack why developer platforms fail and how to rethink platform engineering through the lens of flow of value rather than factory-style developer productivity metaphors.

    Russ explains why every organization already has an internal developer platform, and why treating it as platform as a product changes everything. The conversation explores cognitive load and cognitive burden, how to design around strong feedback loops, and why the OODA loop mindset helps teams make better decisions closer to development time.

    They discuss the risks of overloading pipelines and CI/CD systems, the tension between shipping fast and handling security vulnerabilities in a regulated environment, and how to “shift left” without simply dumping responsibility onto developers. Drawing on lessons from Rod Johnson, the Spring Framework, TDD, and modern software engineering as described by Dave Farley, Russ reframes platforms as systems that support experimentation through the scientific method.

    The episode also touches on AI assisted coding, developer focus, and how thoughtful developer experience and DX surveys can prevent burnout while improving value delivery.

    Links

    Website: https://www.russmiles.com

    Substack: https://russmiles.substack.com

    X: https://x.com/russmiles

    Resources

    Talk: https://www.russmiles.com/platform-engineering-failure-keynote

    Substack article: https://russmiles.substack.com/p/developer-platform-devrel-listen

    We want to hear from you!

    How did you find us? Did you see us on Twitter? In a newsletter? Or maybe we were recommended by a friend?

    Fill out our listener survey! https://t.co/oKVAEXipxu

    Let us know by sending an email to our producer, Elizabeth, at [email protected], or tweet at us at PodRocketPod.

    Check out our newsletter! https://blog.logrocket.com/the-replay-newsletter/

    Follow us. Get free stickers.

    Follow us on Apple Podcasts, fill out this form, and we’ll send you free PodRocket stickers!

    What does LogRocket do?

    LogRocket provides AI-first session replay and analytics that surfaces the UX and technical issues impacting user experiences. Start understanding where your users are struggling by trying it for free at LogRocket.com. Try LogRocket for free today.

    Chapters

    00:00 What Is a Developer Platform

    03:00 You Already Have a Platform

    08:00 Cognitive Load vs Cognitive Burden

    12:00 Feedback Loops and TDD

    18:00 Pipelines, Security and OODA Loops

    26:00 The Factory Metaphor Problem

    31:00 Modern Software Engineering and Value Delivery

    40:00 Avoiding Burnout Through Better DX

    46:00 The Software Enchiridion and Final Thoughts

Meer Technologie podcasts

Over PodRocket

PodRocket covers everything you need to know about frontend web development on a weekly basis. Join our hosts as they interview experienced developers about all the libraries, frameworks, and tech industry issues they deal with every day.
Podcast website

Luister naar PodRocket, De Technoloog | BNR en vele andere podcasts van over de hele wereld met de radio.net-app

Ontvang de gratis radio.net app

  • Zenders en podcasts om te bookmarken
  • Streamen via Wi-Fi of Bluetooth
  • Ondersteunt Carplay & Android Auto
  • Veel andere app-functies

PodRocket: Podcasts in familie