

PodRocket
LogRocket
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.
Episodes
Mentioned books

Oct 21, 2025 • 26min
Source maps: how does the magic work? with Nicolo Ribaudo
In this conversation, Nicolo Ribaudo, a Babel maintainer and TC39 delegate, shares his deep expertise in source maps and debugging. He explains how source maps link minified JavaScript and CSS back to their original code, making debugging smoother. Nicolo discusses the importance of source maps in both development and production environments, and highlights common pitfalls and tips for troubleshooting. He also introduces the new 'scopes' feature, which improves variable mapping for clearer debugging in dev tools.

Oct 16, 2025 • 40min
WASM 3.0 with Andreas Rossberg
Andreas Rossberg, a programming language researcher and key contributor to WebAssembly, dives into the exciting updates of WASM 3.0. He discusses groundbreaking features like garbage collection, which allows languages like Java and Kotlin to thrive. The episode also covers enhancements in module design, security, and multi-memory support, all while connecting them to real-world applications like Google Sheets. Andreas even shares a sneak peek at future developments in threading and async programming, shaping the next era of WebAssembly.

Oct 8, 2025 • 27min
Semantic HTML still matters with Jono Alderson
Jono Alderson, an SEO consultant and web performance expert, delves into why semantic HTML should still be a priority today. He highlights how proper markup enhances accessibility and site performance while addressing the pitfalls of 'div soup.' Jono discusses the significance of template-centric design and its impact on user experience. He also examines structured data's evolving role, the implications of lazy rendering, and how thoughtful markup can boost discoverability in the age of LLMs. A treasure trove of insights for web developers!

5 snips
Oct 1, 2025 • 43min
State of CSS in 2025 with Adam Argyle and Kevin Powell
Adam Argyle, a design engineer at Shopify and CSS advocate, joins Kevin Powell, a CSS educator and content creator, to explore the dynamic landscape of CSS in 2025. They delve into the latest survey results, highlighting new features like nesting and container queries that are reshaping web styling. The duo discusses the practicality of functions and the significance of innovations like relative color syntax and app property. They also contemplate the future of CSS, envisioning exciting possibilities like motion blur and state queries.

Sep 25, 2025 • 41min
Google’s antitrust win, AI mandates, npm attacks and robots.txt
Exploring the clash between AI crawlers and web regulation, the panel debates the effectiveness of tools like robots.txt and RSL licensing. They analyze the implications of Atlassian's acquisition of Dia for browser innovation amidst Chromium's dominance. The discussion on Google's antitrust victory reveals concerns over the potential for increased tech consolidation. Supply chain attacks raise alarms about security vulnerabilities, while the contentious topic of AI mandates at companies like Coinbase highlights worries about developer morale and burnout.

14 snips
Sep 23, 2025 • 40min
Unpacking the NPM supply chain attacks with Feross Aboukhadijeh
Feross Aboukhadijeh, the founder and CEO of Socket, dives into the alarming rise of NPM supply chain attacks targeting the JavaScript community. He discusses how attackers employed phishing tactics to compromise popular packages like Prettier and 'is,' explaining the vulnerabilities that allowed for these breaches. Feross also highlights risky postinstall scripts and provides practical mitigation strategies to protect against future threats, emphasizing the importance of vigilant practices in the ever-evolving landscape of software security.

16 snips
Sep 18, 2025 • 32min
Mark Dalgeish on mastering RSCs with React Router
Mark Dalgleish, a developer on the React Router team, breaks down the latest advancements in React Router's support for React Server Components (RSC). He unveils the significance of data, framework, and declarative modes, emphasizing how they enhance development efficiency. The discussion explores practical benefits like improved performance and reduced browser code through RSC. Mark also highlights middleware API innovations and how React 19 will further reshape server-side rendering, making RSC mainstream.

Sep 11, 2025 • 32min
Modularizing the monolith with Jimmy Bogard
Join Jimmy Bogard, the mastermind behind Automapper and Mediator, as he delves into the art of transforming monolithic systems into more modular architectures. He discusses the crucial importance of defining boundaries and the perils of distributed monoliths. Learn practical refactoring techniques, database migration strategies, and insights from industry giants like Stripe and WordPress. Bogard also explores the implications of team dynamics, effective communication, and emerging AI tools in simplifying system complexities.

Sep 9, 2025 • 39min
Rolldown and VoidZero's vision for the future of JavaScript tooling with Alexander Lichter
Alexander Lichter, DevRel at VoidZero, dives into the innovative bundler Rolldown, designed to enhance the JavaScript development experience with faster builds and better scalability. He discusses the promise of unified tooling within the JavaScript ecosystem, incorporating insights from OXC and Oxlint. The conversation also highlights the push for simpler, more efficient tools as a counter to the complexity of traditional solutions. Plus, Lichter teases exciting details for ViteConf 2024, focusing on community input and future innovations.

Sep 4, 2025 • 23min
The useless useCallback: React performance myths unpacked, with Dominik Dorfmeister
Dominik Dorfmeister, a software engineer at Sentry and TanStack libraries maintainer, dives into the complexities of React's useCallback and useMemo. He reveals that these hooks often complicate rather than enhance performance. Dominik discusses the promise of the React Compiler and how the 'latest ref' pattern can simplify code. He warns against the overuse of memoization and manual optimizations, sharing tips for effective PR reviews and best practices to boost code readability and maintainability.