<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Sun, 12 Apr 2026 02:08:24 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>PodRocket - Episodes Tagged with “Css”</title>
    <link>https://podrocket.logrocket.com/tags/css</link>
    <pubDate>Thu, 22 Jan 2026 08:00:00 -0500</pubDate>
    <description>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.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>A web development podcast from LogRocket</itunes:subtitle>
    <itunes:author>LogRocket</itunes:author>
    <itunes:summary>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.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/cover.jpg?v=4"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>front-end, web development, front-end development, frontend development, tech, </itunes:keywords>
    <itunes:owner>
      <itunes:name>LogRocket</itunes:name>
      <itunes:email>elizabeth.becz@logrocket.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<item>
  <title>Modern CSS tricks for massive performance gains with Michael Hladky</title>
  <link>http://podrocket.logrocket.com/modern-css-tricks-for-massive-performance-gains-with-michael-hladky</link>
  <guid isPermaLink="false">cebd770b-27ba-46b5-9ffa-7cd726e28627</guid>
  <pubDate>Thu, 22 Jan 2026 08:00:00 -0500</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/cebd770b-27ba-46b5-9ffa-7cd726e28627.mp3" length="62293520" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Michael Hladky joins the pod to explain how CSS performance improvements like content-visibility, CSS containment, contain layout, and contain paint can dramatically outperform JavaScript virtual scrolling. The conversation explores virtual scrolling, large DOM performance, and how layout and paint work inside the browser rendering pipeline, including recalculate styles and their impact on INP Interaction to Next Paint. Michael shares real-world examples of frontend performance optimization, discusses cross-browser CSS support including Safari content-visibility, and explains why web performance issues tied to rendering are often misunderstood and overlooked.</itunes:subtitle>
  <itunes:duration>25:57</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/c/cebd770b-27ba-46b5-9ffa-7cd726e28627/cover.jpg?v=1"/>
  <description>Michael Hladky joins the pod to explain how CSS performance improvements like content-visibility, CSS containment, contain layout, and contain paint can dramatically outperform JavaScript virtual scrolling. The conversation explores virtual scrolling, large DOM performance, and how layout and paint work inside the browser rendering pipeline, including recalculate styles and their impact on INP Interaction to Next Paint. Michael shares real-world examples of frontend performance optimization, discusses cross-browser CSS support including Safari content-visibility, and explains why web performance issues tied to rendering are often misunderstood and overlooked.
Links
LinkedIn: https://www.linkedin.com/in/michael-hladky-519340148/
GitHub: https://github.com/BioPhoton
X: https://x.com/Michael_Hladky
Resources
Conference link: https://push-based.io/event/perfnow-2025-michael-hladky-zero-js-virtual-scrolling-css
Conference resource: https://github.com/push-based/css-contain-and-content-visibility-research
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)! https://t.co/oKVAEXipxu
Let us know by sending an email to our producer, Elizabeth, at elizabeth.becz@logrocket.com (mailto:elizabeth.becz@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Check out our newsletter (https://blog.logrocket.com/the-replay-newsletter/)! https://blog.logrocket.com/the-replay-newsletter/
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), 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. (https://logrocket.com/signup/?pdr)
Chapters
00:00 Introduction to CSS Performance and Virtual Scrolling
01:20 Why Interaction to Next Paint (INP) Changed Everything
03:00 The Real Cost of Layout and Paint
05:10 Why Large DOMs Break Performance
06:45 How CSS Containment Works
08:30 Contain Layout vs Contain Paint Explained
10:40 When Containment Breaks Your UI
12:20 Introducing Content Visibility
14:10 CSS Content Visibility vs JavaScript Virtual Scrolling
16:40 Why CSS Skips Recalculate Styles Entirely
18:50 Real Performance Gains on Desktop and Mobile
20:40 Cross-Browser Support Including Safari
22:10 Common Pitfalls and Flickering Issues
24:10 How to Measure Layout and Paint Performance
26:10 Why Frameworks Should Use This by Default
28:00 Design Systems and Low-Hanging Performance Wins
30:10 The Biggest CSS Performance Misconception
32:00 Final Takeaways on Frontend Performance 
</description>
  <itunes:keywords>CSS performance, content-visibility, CSS containment, contain layout, contain paint, virtual scrolling, JavaScript virtual scrolling, INP Interaction to Next Paint, web performance, layout and paint, recalculate styles, large DOM performance, cross-browser CSS, Safari content-visibility, CSS rendering performance, frontend performance optimization, performance debugging, browser rendering pipeline, design system performance, lazy rendering, offscreen rendering</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Michael Hladky joins the pod to explain how CSS performance improvements like content-visibility, CSS containment, contain layout, and contain paint can dramatically outperform JavaScript virtual scrolling. The conversation explores virtual scrolling, large DOM performance, and how layout and paint work inside the browser rendering pipeline, including recalculate styles and their impact on INP Interaction to Next Paint. Michael shares real-world examples of frontend performance optimization, discusses cross-browser CSS support including Safari content-visibility, and explains why web performance issues tied to rendering are often misunderstood and overlooked.</p>

<h3>Links</h3>

<p>LinkedIn: <a href="https://www.linkedin.com/in/michael-hladky-519340148/" rel="nofollow">https://www.linkedin.com/in/michael-hladky-519340148/</a><br>
GitHub: <a href="https://github.com/BioPhoton" rel="nofollow">https://github.com/BioPhoton</a><br>
X: <a href="https://x.com/Michael_Hladky" rel="nofollow">https://x.com/Michael_Hladky</a></p>

<h3>Resources</h3>

<p>Conference link: <a href="https://push-based.io/event/perfnow-2025-michael-hladky-zero-js-virtual-scrolling-css" rel="nofollow">https://push-based.io/event/perfnow-2025-michael-hladky-zero-js-virtual-scrolling-css</a><br>
Conference resource: <a href="https://github.com/push-based/css-contain-and-content-visibility-research" rel="nofollow">https://github.com/push-based/css-contain-and-content-visibility-research</a></p>

<h3>We want to hear from you!</h3>

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

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <a href="https://t.co/oKVAEXipxu" rel="nofollow">https://t.co/oKVAEXipxu</a></p>

<p>Let us know by sending an email to our producer, Elizabeth, at <a href="mailto:elizabeth.becz@logrocket.com" rel="nofollow">elizabeth.becz@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<p><strong>Check out our <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">newsletter</a>!</strong> <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">https://blog.logrocket.com/the-replay-newsletter/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>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. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<h3>Chapters</h3>

<p>00:00 Introduction to CSS Performance and Virtual Scrolling<br>
01:20 Why Interaction to Next Paint (INP) Changed Everything<br>
03:00 The Real Cost of Layout and Paint<br>
05:10 Why Large DOMs Break Performance<br>
06:45 How CSS Containment Works<br>
08:30 Contain Layout vs Contain Paint Explained<br>
10:40 When Containment Breaks Your UI<br>
12:20 Introducing Content Visibility<br>
14:10 CSS Content Visibility vs JavaScript Virtual Scrolling<br>
16:40 Why CSS Skips Recalculate Styles Entirely<br>
18:50 Real Performance Gains on Desktop and Mobile<br>
20:40 Cross-Browser Support Including Safari<br>
22:10 Common Pitfalls and Flickering Issues<br>
24:10 How to Measure Layout and Paint Performance<br>
26:10 Why Frameworks Should Use This by Default<br>
28:00 Design Systems and Low-Hanging Performance Wins<br>
30:10 The Biggest CSS Performance Misconception<br>
32:00 Final Takeaways on Frontend Performance</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Michael Hladky joins the pod to explain how CSS performance improvements like content-visibility, CSS containment, contain layout, and contain paint can dramatically outperform JavaScript virtual scrolling. The conversation explores virtual scrolling, large DOM performance, and how layout and paint work inside the browser rendering pipeline, including recalculate styles and their impact on INP Interaction to Next Paint. Michael shares real-world examples of frontend performance optimization, discusses cross-browser CSS support including Safari content-visibility, and explains why web performance issues tied to rendering are often misunderstood and overlooked.</p>

<h3>Links</h3>

<p>LinkedIn: <a href="https://www.linkedin.com/in/michael-hladky-519340148/" rel="nofollow">https://www.linkedin.com/in/michael-hladky-519340148/</a><br>
GitHub: <a href="https://github.com/BioPhoton" rel="nofollow">https://github.com/BioPhoton</a><br>
X: <a href="https://x.com/Michael_Hladky" rel="nofollow">https://x.com/Michael_Hladky</a></p>

<h3>Resources</h3>

<p>Conference link: <a href="https://push-based.io/event/perfnow-2025-michael-hladky-zero-js-virtual-scrolling-css" rel="nofollow">https://push-based.io/event/perfnow-2025-michael-hladky-zero-js-virtual-scrolling-css</a><br>
Conference resource: <a href="https://github.com/push-based/css-contain-and-content-visibility-research" rel="nofollow">https://github.com/push-based/css-contain-and-content-visibility-research</a></p>

<h3>We want to hear from you!</h3>

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

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <a href="https://t.co/oKVAEXipxu" rel="nofollow">https://t.co/oKVAEXipxu</a></p>

<p>Let us know by sending an email to our producer, Elizabeth, at <a href="mailto:elizabeth.becz@logrocket.com" rel="nofollow">elizabeth.becz@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<p><strong>Check out our <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">newsletter</a>!</strong> <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">https://blog.logrocket.com/the-replay-newsletter/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>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. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<h3>Chapters</h3>

<p>00:00 Introduction to CSS Performance and Virtual Scrolling<br>
01:20 Why Interaction to Next Paint (INP) Changed Everything<br>
03:00 The Real Cost of Layout and Paint<br>
05:10 Why Large DOMs Break Performance<br>
06:45 How CSS Containment Works<br>
08:30 Contain Layout vs Contain Paint Explained<br>
10:40 When Containment Breaks Your UI<br>
12:20 Introducing Content Visibility<br>
14:10 CSS Content Visibility vs JavaScript Virtual Scrolling<br>
16:40 Why CSS Skips Recalculate Styles Entirely<br>
18:50 Real Performance Gains on Desktop and Mobile<br>
20:40 Cross-Browser Support Including Safari<br>
22:10 Common Pitfalls and Flickering Issues<br>
24:10 How to Measure Layout and Paint Performance<br>
26:10 Why Frameworks Should Use This by Default<br>
28:00 Design Systems and Low-Hanging Performance Wins<br>
30:10 The Biggest CSS Performance Misconception<br>
32:00 Final Takeaways on Frontend Performance</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Source maps: how does the magic work? with Nicolo Ribaudo</title>
  <link>http://podrocket.logrocket.com/source-maps-nicolo-ribaudo</link>
  <guid isPermaLink="false">f5b5a2e3-8ab0-422c-a96a-6c083c0e48c4</guid>
  <pubDate>Tue, 21 Oct 2025 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/f5b5a2e3-8ab0-422c-a96a-6c083c0e48c4.mp3" length="62056448" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Ever wondered how source maps actually work? In this episode, Nicolo Ribaudo, Babel maintainer and TC39 delegate, breaks down how source maps connect your JavaScript, TypeScript, and CSS back to the original code — making debugging, stack traces, and observability smoother in Chrome dev tools.

We dive into how source maps help in both development and production with minified code, explore tools like Webpack, Rollup, Next.js, and Svelte, and share when you should turn off source maps to avoid confusion.</itunes:subtitle>
  <itunes:duration>25:51</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/f/f5b5a2e3-8ab0-422c-a96a-6c083c0e48c4/cover.jpg?v=1"/>
  <description>Ever wondered how source maps actually work? In this episode, Nicolo Ribaudo, Babel maintainer and TC39 delegate, breaks down how source maps connect your JavaScript, TypeScript, and CSS back to the original code — making debugging, stack traces, and observability smoother in Chrome dev tools.
We dive into how source maps help in both development and production with minified code, explore tools like Webpack, Rollup, Next.js, and Svelte, and share when you should turn off source maps to avoid confusion.
Links
Website: https://nicr.dev
LinkedIn: https://www.linkedin.com/in/nicol%C3%B2-ribaudo-bb94b4187
BlueSky: https://bsky.app/profile/nicr.dev
Github: https://github.com/nicolo-ribaudo
Resources
Squiggleconf talk: https://squiggleconf.com/2025/sessions#source-maps-how-does-the-magic-work
Slide deck: https://docs.google.com/presentation/d/1lyor5xgv821I4kUWJIwrrmXBjzC_qiqIqcZxve1ybw0
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)! https://t.co/oKVAEXipxu
Let us know by sending an email to our producer, Elizabeth, at elizabet.becz@logrocket.com (mailto:elizabeth.becz@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Check out our newsletter (https://blog.logrocket.com/the-replay-newsletter/)! https://blog.logrocket.com/the-replay-newsletter/
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), 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. (https://logrocket.com/signup/?pdr)
Chapters
00:00 Intro – Welcome to PodRocket + Introducing Nicolo Ribaudo
00:45 What Are Source Maps and Why They Matter for Debugging
01:20 From Babel to TC39 – Nicolo’s Path to Source Maps
02:00 Source Maps Beyond JavaScript: CSS, C, and WebAssembly
03:00 The Core Idea – Mapping Compiled Code Back to Source
04:00 How Source Maps Work Under the Hood (Encoded JSON)
05:10 File Size and Performance – Why It Doesn’t Matter in Production
06:00 Why Source Maps Are Useful Even Without Minification
07:00 Sentry and Error Monitoring – How Source Maps Are Used in Production
08:10 Two Worlds: Local Debugging vs. Remote Error Analysis
09:00 You’re Probably Using Source Maps Without Realizing It
10:00 Why Standardization Was Needed After 15+ Years of Chaos
11:00 TC39 and the Creation of the Official Source Maps Standard
12:00 Coordinating Browsers, Tools, and Vendors Under One Spec
13:00 How Chrome, Firefox, and WebKit Implement Source Maps Differently
14:00 Why the Source Maps Working Group Moves Faster Than Other Standards
15:00 A Small, Focused Group of DevTools Engineers
16:00 How Build Tools and Bundlers Feed Into the Ecosystem
17:00 Making It Easier for Tool Authors to Generate Source Maps
18:00 How Frameworks Like Next.js and Vite Handle Source Maps for You
19:00 Common Pitfalls When Chaining Build Tools
20:00 Debugging Wrong or Broken Source Maps in Browsers
21:00 Upcoming Feature: Scopes for Variables and Functions
22:00 How Scopes Improve the Live Debugging Experience
23:00 Experimental Implementations and How to Try Them
24:00 Where to Find the TC39 Source Maps Group + Get Involved
25:00 Nicolo’s Links – GitHub, BlueSky, and Talks Online
25:30 Closing Thoughts 
</description>
  <itunes:keywords>source maps, Nicolo Ribaudo, Babel, TC 39, JavaScript, TypeScript, CSS, Post CSS, Less, SaaS, C to Wasm compiler, Chrome dev tools, observability, debugging, break point, minified code, production, development, stack traces, Century, web pack, Webpac, roll up, next js, spelt, turn off source maps, scopes, TC 39 Source Maps GitHub, Blue Sky, GitHub, standardization</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Ever wondered how source maps actually work? In this episode, Nicolo Ribaudo, Babel maintainer and TC39 delegate, breaks down how source maps connect your JavaScript, TypeScript, and CSS back to the original code — making debugging, stack traces, and observability smoother in Chrome dev tools.</p>

<p>We dive into how source maps help in both development and production with minified code, explore tools like Webpack, Rollup, Next.js, and Svelte, and share when you should turn off source maps to avoid confusion.</p>

<h3>Links</h3>

<p>Website: <a href="https://nicr.dev" rel="nofollow">https://nicr.dev</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/nicol%C3%B2-ribaudo-bb94b4187" rel="nofollow">https://www.linkedin.com/in/nicol%C3%B2-ribaudo-bb94b4187</a><br>
BlueSky: <a href="https://bsky.app/profile/nicr.dev" rel="nofollow">https://bsky.app/profile/nicr.dev</a><br>
Github: <a href="https://github.com/nicolo-ribaudo" rel="nofollow">https://github.com/nicolo-ribaudo</a></p>

<h3>Resources</h3>

<p>Squiggleconf talk: <a href="https://squiggleconf.com/2025/sessions#source-maps-how-does-the-magic-work" rel="nofollow">https://squiggleconf.com/2025/sessions#source-maps-how-does-the-magic-work</a><br>
Slide deck: <a href="https://docs.google.com/presentation/d/1lyor5xgv821I4kUWJIwrrmXBjzC_qiqIqcZxve1ybw0" rel="nofollow">https://docs.google.com/presentation/d/1lyor5xgv821I4kUWJIwrrmXBjzC_qiqIqcZxve1ybw0</a></p>

<h3>We want to hear from you!</h3>

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

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <a href="https://t.co/oKVAEXipxu" rel="nofollow">https://t.co/oKVAEXipxu</a><br>
Let us know by sending an email to our producer, Elizabeth, at <a href="mailto:elizabeth.becz@logrocket.com" rel="nofollow">elizabet.becz@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<p><strong>Check out our <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">newsletter</a>!</strong> <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">https://blog.logrocket.com/the-replay-newsletter/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>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. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<h3>Chapters</h3>

<p>00:00 Intro – Welcome to PodRocket + Introducing Nicolo Ribaudo<br>
00:45 What Are Source Maps and Why They Matter for Debugging<br>
01:20 From Babel to TC39 – Nicolo’s Path to Source Maps<br>
02:00 Source Maps Beyond JavaScript: CSS, C, and WebAssembly<br>
03:00 The Core Idea – Mapping Compiled Code Back to Source<br>
04:00 How Source Maps Work Under the Hood (Encoded JSON)<br>
05:10 File Size and Performance – Why It Doesn’t Matter in Production<br>
06:00 Why Source Maps Are Useful Even Without Minification<br>
07:00 Sentry and Error Monitoring – How Source Maps Are Used in Production<br>
08:10 Two Worlds: Local Debugging vs. Remote Error Analysis<br>
09:00 You’re Probably Using Source Maps Without Realizing It<br>
10:00 Why Standardization Was Needed After 15+ Years of Chaos<br>
11:00 TC39 and the Creation of the Official Source Maps Standard<br>
12:00 Coordinating Browsers, Tools, and Vendors Under One Spec<br>
13:00 How Chrome, Firefox, and WebKit Implement Source Maps Differently<br>
14:00 Why the Source Maps Working Group Moves Faster Than Other Standards<br>
15:00 A Small, Focused Group of DevTools Engineers<br>
16:00 How Build Tools and Bundlers Feed Into the Ecosystem<br>
17:00 Making It Easier for Tool Authors to Generate Source Maps<br>
18:00 How Frameworks Like Next.js and Vite Handle Source Maps for You<br>
19:00 Common Pitfalls When Chaining Build Tools<br>
20:00 Debugging Wrong or Broken Source Maps in Browsers<br>
21:00 Upcoming Feature: Scopes for Variables and Functions<br>
22:00 How Scopes Improve the Live Debugging Experience<br>
23:00 Experimental Implementations and How to Try Them<br>
24:00 Where to Find the TC39 Source Maps Group + Get Involved<br>
25:00 Nicolo’s Links – GitHub, BlueSky, and Talks Online<br>
25:30 Closing Thoughts</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Ever wondered how source maps actually work? In this episode, Nicolo Ribaudo, Babel maintainer and TC39 delegate, breaks down how source maps connect your JavaScript, TypeScript, and CSS back to the original code — making debugging, stack traces, and observability smoother in Chrome dev tools.</p>

<p>We dive into how source maps help in both development and production with minified code, explore tools like Webpack, Rollup, Next.js, and Svelte, and share when you should turn off source maps to avoid confusion.</p>

<h3>Links</h3>

<p>Website: <a href="https://nicr.dev" rel="nofollow">https://nicr.dev</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/nicol%C3%B2-ribaudo-bb94b4187" rel="nofollow">https://www.linkedin.com/in/nicol%C3%B2-ribaudo-bb94b4187</a><br>
BlueSky: <a href="https://bsky.app/profile/nicr.dev" rel="nofollow">https://bsky.app/profile/nicr.dev</a><br>
Github: <a href="https://github.com/nicolo-ribaudo" rel="nofollow">https://github.com/nicolo-ribaudo</a></p>

<h3>Resources</h3>

<p>Squiggleconf talk: <a href="https://squiggleconf.com/2025/sessions#source-maps-how-does-the-magic-work" rel="nofollow">https://squiggleconf.com/2025/sessions#source-maps-how-does-the-magic-work</a><br>
Slide deck: <a href="https://docs.google.com/presentation/d/1lyor5xgv821I4kUWJIwrrmXBjzC_qiqIqcZxve1ybw0" rel="nofollow">https://docs.google.com/presentation/d/1lyor5xgv821I4kUWJIwrrmXBjzC_qiqIqcZxve1ybw0</a></p>

<h3>We want to hear from you!</h3>

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

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <a href="https://t.co/oKVAEXipxu" rel="nofollow">https://t.co/oKVAEXipxu</a><br>
Let us know by sending an email to our producer, Elizabeth, at <a href="mailto:elizabeth.becz@logrocket.com" rel="nofollow">elizabet.becz@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<p><strong>Check out our <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">newsletter</a>!</strong> <a href="https://blog.logrocket.com/the-replay-newsletter/" rel="nofollow">https://blog.logrocket.com/the-replay-newsletter/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>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. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p>

<h3>Chapters</h3>

<p>00:00 Intro – Welcome to PodRocket + Introducing Nicolo Ribaudo<br>
00:45 What Are Source Maps and Why They Matter for Debugging<br>
01:20 From Babel to TC39 – Nicolo’s Path to Source Maps<br>
02:00 Source Maps Beyond JavaScript: CSS, C, and WebAssembly<br>
03:00 The Core Idea – Mapping Compiled Code Back to Source<br>
04:00 How Source Maps Work Under the Hood (Encoded JSON)<br>
05:10 File Size and Performance – Why It Doesn’t Matter in Production<br>
06:00 Why Source Maps Are Useful Even Without Minification<br>
07:00 Sentry and Error Monitoring – How Source Maps Are Used in Production<br>
08:10 Two Worlds: Local Debugging vs. Remote Error Analysis<br>
09:00 You’re Probably Using Source Maps Without Realizing It<br>
10:00 Why Standardization Was Needed After 15+ Years of Chaos<br>
11:00 TC39 and the Creation of the Official Source Maps Standard<br>
12:00 Coordinating Browsers, Tools, and Vendors Under One Spec<br>
13:00 How Chrome, Firefox, and WebKit Implement Source Maps Differently<br>
14:00 Why the Source Maps Working Group Moves Faster Than Other Standards<br>
15:00 A Small, Focused Group of DevTools Engineers<br>
16:00 How Build Tools and Bundlers Feed Into the Ecosystem<br>
17:00 Making It Easier for Tool Authors to Generate Source Maps<br>
18:00 How Frameworks Like Next.js and Vite Handle Source Maps for You<br>
19:00 Common Pitfalls When Chaining Build Tools<br>
20:00 Debugging Wrong or Broken Source Maps in Browsers<br>
21:00 Upcoming Feature: Scopes for Variables and Functions<br>
22:00 How Scopes Improve the Live Debugging Experience<br>
23:00 Experimental Implementations and How to Try Them<br>
24:00 Where to Find the TC39 Source Maps Group + Get Involved<br>
25:00 Nicolo’s Links – GitHub, BlueSky, and Talks Online<br>
25:30 Closing Thoughts</p>]]>
  </itunes:summary>
</item>
<item>
  <title>State of CSS in 2025 with Adam Argyle and Kevin Powell</title>
  <link>http://podrocket.logrocket.com/state-of-css-2025-adam-argyle-kevin-powell-logrocket-podrocket</link>
  <guid isPermaLink="false">5e77f518-22b4-4eeb-83c4-331871d2bd52</guid>
  <pubDate>Wed, 01 Oct 2025 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/5e77f518-22b4-4eeb-83c4-331871d2bd52.mp3" length="104259008" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>In this episode of PodRocket, Adam Argyle and Kevin Powell discuss the results of the latest State of CSS survey and share how new capabilities like functions, mixins, nesting, and container queries are changing the way developers approach styling. We dive into the ongoing conversation around Tailwind and pre-processors, and look at the practical impact of features such as scroll driven animations, view transitions, and cascade layers. Adam and Kevin also explain how advances like relative color syntax and app property are making CSS variables more dynamic and reliable. Along the way, we touch on browser interoperability and imagine what’s ahead for CSS, from motion blur to fit text and beyond.</itunes:subtitle>
  <itunes:duration>43:26</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/5/5e77f518-22b4-4eeb-83c4-331871d2bd52/cover.jpg?v=1"/>
  <description>In this episode of PodRocket, Adam Argyle and Kevin Powell discuss the results of the latest State of CSS survey and share how new capabilities like functions, mixins, nesting, and container queries are changing the way developers approach styling. We dive into the ongoing conversation around Tailwind and pre-processors, and look at the practical impact of features such as scroll driven animations, view transitions, and cascade layers. Adam and Kevin also explain how advances like relative color syntax and app property are making CSS variables more dynamic and reliable. Along the way, we touch on browser interoperability and imagine what’s ahead for CSS, from motion blur to fit text and beyond.
Links
Adam Argyle
Website: https://nerdy.dev
X: https://x.com/argyleink
LinkedIn: https://www.linkedin.com/in/adamargyle
YouTube: https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA
GitHub: https://github.com/argyleink
Kevin Powell
Website: https://www.kevinpowell.co
X: https://x.com/kevinjpowell
BlueSky: https://bsky.app/profile/kevinpowell.co
Mastodon: front-end.social/@kevinpowell
Github: https://github.com/kevin-powell
YouTube: https://www.youtube.com/@kevinpowell
Twitch: https://www.twitch.tv/kevinpowellcss
Resources
State of CSS 2025: https://2025.stateofcss.com
Chapters
01:00 Why CSS Remains Irreplaceable
05:00 Misunderstandings About CSS
09:00 Is CSS a Programming Language
12:00 Pre-processors, Post-processors, and Native Features
15:00 Too Many Features in CSS
18:00 The CSS Learning Curve and Growth Cycle
19:30 Resources for Keeping Up with CSS
20:30 New CSS Functions Explained
23:00 Complexity and Abstractions in CSS
24:00 Browser Collaboration and Interop
30:00 Using New CSS Features in Production
36:00 The App Property Feature
41:00 Future CSS Features Wishlist
46:00 Final Thoughts on CSS in 2025
48:00 Outro and Guest Links
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, Em, at emily.kochanek@logrocket.com (mailto:emily.kochanek@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), 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. (https://logrocket.com/signup/?pdr) Special Guests: Adam Argyle and Kevin Powell.
</description>
  <itunes:keywords>state of css 2025, css survey, css functions, css mixins, css nesting, container queries, css composition, css vs tailwind, css pre-processors, css post-processors, sibling index, sibling count, scroll driven animations, view transitions, cascade layers, css functions tutorial, relative color syntax, css custom functions, css mixins vs functions, css app property, type safe css variables, css animations, css progressive enhancement, css interoperability, browser support css, baseline css, motion blur css, fit text css, scroll effects css, css for beginners, css programming language debate</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this episode of PodRocket, Adam Argyle and Kevin Powell discuss the results of the latest State of CSS survey and share how new capabilities like functions, mixins, nesting, and container queries are changing the way developers approach styling. We dive into the ongoing conversation around Tailwind and pre-processors, and look at the practical impact of features such as scroll driven animations, view transitions, and cascade layers. Adam and Kevin also explain how advances like relative color syntax and app property are making CSS variables more dynamic and reliable. Along the way, we touch on browser interoperability and imagine what’s ahead for CSS, from motion blur to fit text and beyond.</p>

<h3>Links</h3>

<p>Adam Argyle<br>
Website: <a href="https://nerdy.dev" rel="nofollow">https://nerdy.dev</a><br>
X: <a href="https://x.com/argyleink" rel="nofollow">https://x.com/argyleink</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/adamargyle" rel="nofollow">https://www.linkedin.com/in/adamargyle</a><br>
YouTube: <a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
GitHub: <a href="https://github.com/argyleink" rel="nofollow">https://github.com/argyleink</a></p>

<p>Kevin Powell<br>
Website: <a href="https://www.kevinpowell.co" rel="nofollow">https://www.kevinpowell.co</a><br>
X: <a href="https://x.com/kevinjpowell" rel="nofollow">https://x.com/kevinjpowell</a><br>
BlueSky: <a href="https://bsky.app/profile/kevinpowell.co" rel="nofollow">https://bsky.app/profile/kevinpowell.co</a><br>
Mastodon: front-end.social/@kevinpowell<br>
Github: <a href="https://github.com/kevin-powell" rel="nofollow">https://github.com/kevin-powell</a><br>
YouTube: <a href="https://www.youtube.com/@kevinpowell" rel="nofollow">https://www.youtube.com/@kevinpowell</a><br>
Twitch: <a href="https://www.twitch.tv/kevinpowellcss" rel="nofollow">https://www.twitch.tv/kevinpowellcss</a></p>

<h3>Resources</h3>

<p>State of CSS 2025: <a href="https://2025.stateofcss.com" rel="nofollow">https://2025.stateofcss.com</a></p>

<h3>Chapters</h3>

<p>01:00 Why CSS Remains Irreplaceable<br>
05:00 Misunderstandings About CSS<br>
09:00 Is CSS a Programming Language<br>
12:00 Pre-processors, Post-processors, and Native Features<br>
15:00 Too Many Features in CSS<br>
18:00 The CSS Learning Curve and Growth Cycle<br>
19:30 Resources for Keeping Up with CSS<br>
20:30 New CSS Functions Explained<br>
23:00 Complexity and Abstractions in CSS<br>
24:00 Browser Collaboration and Interop<br>
30:00 Using New CSS Features in Production<br>
36:00 The App Property Feature<br>
41:00 Future CSS Features Wishlist<br>
46:00 Final Thoughts on CSS in 2025<br>
48:00 Outro and Guest Links</p>

<h3>We want to hear from you!</h3>

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

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <br>
Let us know by sending an email to our producer, Em, at <a href="mailto:emily.kochanek@logrocket.com" rel="nofollow">emily.kochanek@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>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. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Adam Argyle and Kevin Powell.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this episode of PodRocket, Adam Argyle and Kevin Powell discuss the results of the latest State of CSS survey and share how new capabilities like functions, mixins, nesting, and container queries are changing the way developers approach styling. We dive into the ongoing conversation around Tailwind and pre-processors, and look at the practical impact of features such as scroll driven animations, view transitions, and cascade layers. Adam and Kevin also explain how advances like relative color syntax and app property are making CSS variables more dynamic and reliable. Along the way, we touch on browser interoperability and imagine what’s ahead for CSS, from motion blur to fit text and beyond.</p>

<h3>Links</h3>

<p>Adam Argyle<br>
Website: <a href="https://nerdy.dev" rel="nofollow">https://nerdy.dev</a><br>
X: <a href="https://x.com/argyleink" rel="nofollow">https://x.com/argyleink</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/adamargyle" rel="nofollow">https://www.linkedin.com/in/adamargyle</a><br>
YouTube: <a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
GitHub: <a href="https://github.com/argyleink" rel="nofollow">https://github.com/argyleink</a></p>

<p>Kevin Powell<br>
Website: <a href="https://www.kevinpowell.co" rel="nofollow">https://www.kevinpowell.co</a><br>
X: <a href="https://x.com/kevinjpowell" rel="nofollow">https://x.com/kevinjpowell</a><br>
BlueSky: <a href="https://bsky.app/profile/kevinpowell.co" rel="nofollow">https://bsky.app/profile/kevinpowell.co</a><br>
Mastodon: front-end.social/@kevinpowell<br>
Github: <a href="https://github.com/kevin-powell" rel="nofollow">https://github.com/kevin-powell</a><br>
YouTube: <a href="https://www.youtube.com/@kevinpowell" rel="nofollow">https://www.youtube.com/@kevinpowell</a><br>
Twitch: <a href="https://www.twitch.tv/kevinpowellcss" rel="nofollow">https://www.twitch.tv/kevinpowellcss</a></p>

<h3>Resources</h3>

<p>State of CSS 2025: <a href="https://2025.stateofcss.com" rel="nofollow">https://2025.stateofcss.com</a></p>

<h3>Chapters</h3>

<p>01:00 Why CSS Remains Irreplaceable<br>
05:00 Misunderstandings About CSS<br>
09:00 Is CSS a Programming Language<br>
12:00 Pre-processors, Post-processors, and Native Features<br>
15:00 Too Many Features in CSS<br>
18:00 The CSS Learning Curve and Growth Cycle<br>
19:30 Resources for Keeping Up with CSS<br>
20:30 New CSS Functions Explained<br>
23:00 Complexity and Abstractions in CSS<br>
24:00 Browser Collaboration and Interop<br>
30:00 Using New CSS Features in Production<br>
36:00 The App Property Feature<br>
41:00 Future CSS Features Wishlist<br>
46:00 Final Thoughts on CSS in 2025<br>
48:00 Outro and Guest Links</p>

<h3>We want to hear from you!</h3>

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

<p><strong>Fill out our <a href="https://t.co/oKVAEXipxu" rel="nofollow">listener survey</a>!</strong> <br>
Let us know by sending an email to our producer, Em, at <a href="mailto:emily.kochanek@logrocket.com" rel="nofollow">emily.kochanek@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>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. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Adam Argyle and Kevin Powell.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>How to fall in love with CSS with Kevin Powell [Repeat]</title>
  <link>http://podrocket.logrocket.com/how-to-fall-in-love-with-css-kevin-powell</link>
  <guid isPermaLink="false">9dd460c9-b3ef-470a-b7e7-84dd2158ac66</guid>
  <pubDate>Thu, 04 Jul 2024 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/9dd460c9-b3ef-470a-b7e7-84dd2158ac66.mp3" length="37814656" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>4</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>In this repeat episode, Kevin Powell, CSS Evangelist, returns to talk about why CSS can be frustrating to developers and how to make working with it fun and enjoyable.</itunes:subtitle>
  <itunes:duration>31:30</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/9/9dd460c9-b3ef-470a-b7e7-84dd2158ac66/cover.jpg?v=1"/>
  <description>In this repeat episode, Kevin Powell, CSS Evangelist, returns to talk about why CSS can be frustrating to developers and how to make working with it fun and enjoyable.
Links
https://www.youtube.com/@KevinPowell
https://twitter.com/KevinJPowell
https://www.kevinpowell.co
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?
Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), 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. (https://logrocket.com/signup/?pdr) Special Guest: Kevin Powell.
</description>
  <itunes:keywords>CSS techniques, CSS fundamentals, 	CSS challenges, CSS hacks, CSS grid, CSS flexbox, sub grid, CSS nesting, Tailwind CSS, Bootstrap, Sass, Scoped CSS, utility classes, CSS at scale, browser support for CSS, responsive web design, container queries, CSS selectors, CSS, specificity, CSS has selector, CSS is selector, CSS wear selector, CSS stateful</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this repeat episode, Kevin Powell, CSS Evangelist, returns to talk about why CSS can be frustrating to developers and how to make working with it fun and enjoyable.</p>

<h3>Links</h3>

<p><a href="https://www.youtube.com/@KevinPowell" rel="nofollow">https://www.youtube.com/@KevinPowell</a><br>
<a href="https://twitter.com/KevinJPowell" rel="nofollow">https://twitter.com/KevinJPowell</a><br>
<a href="https://www.kevinpowell.co" rel="nofollow">https://www.kevinpowell.co</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>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 <a href="https://logrocket.com/signup/?pdr" rel="nofollow">trying it for free at LogRocket.com.</a></p><p>Special Guest: Kevin Powell.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this repeat episode, Kevin Powell, CSS Evangelist, returns to talk about why CSS can be frustrating to developers and how to make working with it fun and enjoyable.</p>

<h3>Links</h3>

<p><a href="https://www.youtube.com/@KevinPowell" rel="nofollow">https://www.youtube.com/@KevinPowell</a><br>
<a href="https://twitter.com/KevinJPowell" rel="nofollow">https://twitter.com/KevinJPowell</a><br>
<a href="https://www.kevinpowell.co" rel="nofollow">https://www.kevinpowell.co</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>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 <a href="https://logrocket.com/signup/?pdr" rel="nofollow">trying it for free at LogRocket.com.</a></p><p>Special Guest: Kevin Powell.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>How to fall in love with CSS with Kevin Powell</title>
  <link>http://podrocket.logrocket.com/fall-in-love-with-css-kevin-powell</link>
  <guid isPermaLink="false">d09a8e82-61aa-4ede-8b72-14296cad7fa6</guid>
  <pubDate>Thu, 08 Feb 2024 08:00:00 -0500</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/d09a8e82-61aa-4ede-8b72-14296cad7fa6.mp3" length="37814656" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>4</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Kevin Powell, CSS Evangelist, returns to talk about why CSS can be frustrating to developers and how to make working with it fun and enjoyable.</itunes:subtitle>
  <itunes:duration>31:30</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/d/d09a8e82-61aa-4ede-8b72-14296cad7fa6/cover.jpg?v=1"/>
  <description>Kevin Powell, CSS Evangelist, returns to talk about why CSS can be frustrating to developers and how to make working with it fun and enjoyable.
Links
https://www.youtube.com/@KevinPowell
https://twitter.com/KevinJPowell
https://www.kevinpowell.co
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?
Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Kevin Powell.
</description>
  <itunes:keywords>CSS</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Kevin Powell, CSS Evangelist, returns to talk about why CSS can be frustrating to developers and how to make working with it fun and enjoyable.</p>

<h3>Links</h3>

<p><a href="https://www.youtube.com/@KevinPowell" rel="nofollow">https://www.youtube.com/@KevinPowell</a><br>
<a href="https://twitter.com/KevinJPowell" rel="nofollow">https://twitter.com/KevinJPowell</a><br>
<a href="https://www.kevinpowell.co" rel="nofollow">https://www.kevinpowell.co</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Kevin Powell.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Kevin Powell, CSS Evangelist, returns to talk about why CSS can be frustrating to developers and how to make working with it fun and enjoyable.</p>

<h3>Links</h3>

<p><a href="https://www.youtube.com/@KevinPowell" rel="nofollow">https://www.youtube.com/@KevinPowell</a><br>
<a href="https://twitter.com/KevinJPowell" rel="nofollow">https://twitter.com/KevinJPowell</a><br>
<a href="https://www.kevinpowell.co" rel="nofollow">https://www.kevinpowell.co</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Kevin Powell.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>CSS nesting with Adam Argyle</title>
  <link>http://podrocket.logrocket.com/css-nesting-adam-argyle</link>
  <guid isPermaLink="false">ea2f620f-99f3-4256-ae33-ddfae2dae949</guid>
  <pubDate>Fri, 08 Dec 2023 08:00:00 -0500</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/ea2f620f-99f3-4256-ae33-ddfae2dae949.mp3" length="58774139" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>With the recent announcement that most major browsers support CSS nesting, Adam Argyle, Google Chrome DevRel and part of the CSS Working Group, returns to give a deep dive on the long-awaited feature.</itunes:subtitle>
  <itunes:duration>47:59</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/e/ea2f620f-99f3-4256-ae33-ddfae2dae949/cover.jpg?v=1"/>
  <description>With the recent announcement that most major browsers support CSS nesting, Adam Argyle, Google Chrome DevRel and part of the CSS Working Group, returns to give a deep dive on the long-awaited feature.
Links
https://twitter.com/argyleink
https://nerdy.dev
https://www.linkedin.com/in/adamargyle
https://github.com/argyleink
https://glitch.com/@argyleink
https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA
https://thecsspodcast.libsyn.com
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?
Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Adam Argyle.
</description>
  <itunes:keywords>CSS nesting, CSS</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>With the recent announcement that most major browsers support CSS nesting, Adam Argyle, Google Chrome DevRel and part of the CSS Working Group, returns to give a deep dive on the long-awaited feature.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://nerdy.dev" rel="nofollow">https://nerdy.dev</a><br>
<a href="https://www.linkedin.com/in/adamargyle" rel="nofollow">https://www.linkedin.com/in/adamargyle</a><br>
<a href="https://github.com/argyleink" rel="nofollow">https://github.com/argyleink</a><br>
<a href="https://glitch.com/@argyleink" rel="nofollow">https://glitch.com/@argyleink</a><br>
<a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
<a href="https://thecsspodcast.libsyn.com" rel="nofollow">https://thecsspodcast.libsyn.com</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>With the recent announcement that most major browsers support CSS nesting, Adam Argyle, Google Chrome DevRel and part of the CSS Working Group, returns to give a deep dive on the long-awaited feature.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://nerdy.dev" rel="nofollow">https://nerdy.dev</a><br>
<a href="https://www.linkedin.com/in/adamargyle" rel="nofollow">https://www.linkedin.com/in/adamargyle</a><br>
<a href="https://github.com/argyleink" rel="nofollow">https://github.com/argyleink</a><br>
<a href="https://glitch.com/@argyleink" rel="nofollow">https://glitch.com/@argyleink</a><br>
<a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
<a href="https://thecsspodcast.libsyn.com" rel="nofollow">https://thecsspodcast.libsyn.com</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Modern CSS in real life with Chris Coyier</title>
  <link>http://podrocket.logrocket.com/modern-css-in-real-life-chris-coyier</link>
  <guid isPermaLink="false">16fef4ea-4f8f-4966-b14d-7ea9702c8fe7</guid>
  <pubDate>Tue, 17 Oct 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/16fef4ea-4f8f-4966-b14d-7ea9702c8fe7.mp3" length="53485213" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>We welcome back THE CSS guy, Chris Coyier, founder of CSS Tricks and co-founder of CodePen, as he talks to us about why he loves CSS, how to use the newest features of CSS, understanding colors, and more.</itunes:subtitle>
  <itunes:duration>43:35</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/1/16fef4ea-4f8f-4966-b14d-7ea9702c8fe7/cover.jpg?v=1"/>
  <description>We welcome back THE CSS guy, Chris Coyier, founder of CSS Tricks and co-founder of CodePen, as he talks to us about why he loves CSS, how to use the newest features of CSS, understanding colors, and more.
Links
https://chriscoyier.net
https://codepen.io
https://shoptalkshow.com
https://twitter.com/chriscoyier
https://www.linkedin.com/in/chris-coyier-1aa843100
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?
Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Chris Coyier.
</description>
  <itunes:keywords>CSS, modern CSS, colors</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We welcome back THE CSS guy, Chris Coyier, founder of CSS Tricks and co-founder of CodePen, as he talks to us about why he loves CSS, how to use the newest features of CSS, understanding colors, and more.</p>

<h3>Links</h3>

<p><a href="https://chriscoyier.net" rel="nofollow">https://chriscoyier.net</a><br>
<a href="https://codepen.io" rel="nofollow">https://codepen.io</a><br>
<a href="https://shoptalkshow.com" rel="nofollow">https://shoptalkshow.com</a><br>
<a href="https://twitter.com/chriscoyier" rel="nofollow">https://twitter.com/chriscoyier</a><br>
<a href="https://www.linkedin.com/in/chris-coyier-1aa843100" rel="nofollow">https://www.linkedin.com/in/chris-coyier-1aa843100</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Chris Coyier.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We welcome back THE CSS guy, Chris Coyier, founder of CSS Tricks and co-founder of CodePen, as he talks to us about why he loves CSS, how to use the newest features of CSS, understanding colors, and more.</p>

<h3>Links</h3>

<p><a href="https://chriscoyier.net" rel="nofollow">https://chriscoyier.net</a><br>
<a href="https://codepen.io" rel="nofollow">https://codepen.io</a><br>
<a href="https://shoptalkshow.com" rel="nofollow">https://shoptalkshow.com</a><br>
<a href="https://twitter.com/chriscoyier" rel="nofollow">https://twitter.com/chriscoyier</a><br>
<a href="https://www.linkedin.com/in/chris-coyier-1aa843100" rel="nofollow">https://www.linkedin.com/in/chris-coyier-1aa843100</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Chris Coyier.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Bun vs. Node, CSS containers, and complex UIs</title>
  <link>http://podrocket.logrocket.com/bun-vs-node-css-containters-complex-ui</link>
  <guid isPermaLink="false">13a08662-cecf-43d8-97fe-735b7ebc633c</guid>
  <pubDate>Fri, 06 Oct 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/13a08662-cecf-43d8-97fe-735b7ebc633c.mp3" length="32186123" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>In this week’s roundup, hear snippets of our discussions about how Bun is creating runtime competition, what CSS containers actually are, and how to deal with complex UIs.</itunes:subtitle>
  <itunes:duration>12:47</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/1/13a08662-cecf-43d8-97fe-735b7ebc633c/cover.jpg?v=1"/>
  <description>In this week’s roundup, hear snippets of our discussions about how Bun is creating runtime competition, what CSS containers actually are, and how to deal with complex UIs.
Links
Apple
State of CSS, Bun 1.0, and v0: https://apple.co/3tlDSr2
CSS containers with Miriam Suzanne: https://apple.co/3PCMWiQ
Designing for complex UIs with Vitaly Friedman: https://apple.co/48x1rNO
Spotify
State of CSS, Bun 1.0, and v0: https://spoti.fi/3Pzw9ND
CSS containers with Miriam Suzanne: https://spoti.fi/3ZynWOk
Designing for complex UIs with Vitaly Friedman: https://spoti.fi/3PvCOsf
Google
State of CSS, Bun 1.0, and v0: https://bit.ly/3PBHb51
CSS containers with Miriam Suzanne: https://bit.ly/457DnOQ
Designing for complex UIs with Vitaly Friedman: https://bit.ly/460SJFY
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?
Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guests: Cassidy Williams, Chris Bautista, Mia Suzanne, and Vitaly Friedman.
</description>
  <itunes:keywords>Bun, CSS, CSS containers, UI, comples UIs</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this week’s roundup, hear snippets of our discussions about how Bun is creating runtime competition, what CSS containers actually are, and how to deal with complex UIs.</p>

<h3>Links</h3>

<p>Apple<br>
State of CSS, Bun 1.0, and v0: <a href="https://apple.co/3tlDSr2" rel="nofollow">https://apple.co/3tlDSr2</a><br>
CSS containers with Miriam Suzanne: <a href="https://apple.co/3PCMWiQ" rel="nofollow">https://apple.co/3PCMWiQ</a><br>
Designing for complex UIs with Vitaly Friedman: <a href="https://apple.co/48x1rNO" rel="nofollow">https://apple.co/48x1rNO</a></p>

<p>Spotify<br>
State of CSS, Bun 1.0, and v0: <a href="https://spoti.fi/3Pzw9ND" rel="nofollow">https://spoti.fi/3Pzw9ND</a><br>
CSS containers with Miriam Suzanne: <a href="https://spoti.fi/3ZynWOk" rel="nofollow">https://spoti.fi/3ZynWOk</a><br>
Designing for complex UIs with Vitaly Friedman: <a href="https://spoti.fi/3PvCOsf" rel="nofollow">https://spoti.fi/3PvCOsf</a></p>

<p>Google<br>
State of CSS, Bun 1.0, and v0: <a href="https://bit.ly/3PBHb51" rel="nofollow">https://bit.ly/3PBHb51</a><br>
CSS containers with Miriam Suzanne: <a href="https://bit.ly/457DnOQ" rel="nofollow">https://bit.ly/457DnOQ</a><br>
Designing for complex UIs with Vitaly Friedman: <a href="https://bit.ly/460SJFY" rel="nofollow">https://bit.ly/460SJFY</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Cassidy Williams, Chris Bautista, Mia Suzanne, and Vitaly Friedman.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this week’s roundup, hear snippets of our discussions about how Bun is creating runtime competition, what CSS containers actually are, and how to deal with complex UIs.</p>

<h3>Links</h3>

<p>Apple<br>
State of CSS, Bun 1.0, and v0: <a href="https://apple.co/3tlDSr2" rel="nofollow">https://apple.co/3tlDSr2</a><br>
CSS containers with Miriam Suzanne: <a href="https://apple.co/3PCMWiQ" rel="nofollow">https://apple.co/3PCMWiQ</a><br>
Designing for complex UIs with Vitaly Friedman: <a href="https://apple.co/48x1rNO" rel="nofollow">https://apple.co/48x1rNO</a></p>

<p>Spotify<br>
State of CSS, Bun 1.0, and v0: <a href="https://spoti.fi/3Pzw9ND" rel="nofollow">https://spoti.fi/3Pzw9ND</a><br>
CSS containers with Miriam Suzanne: <a href="https://spoti.fi/3ZynWOk" rel="nofollow">https://spoti.fi/3ZynWOk</a><br>
Designing for complex UIs with Vitaly Friedman: <a href="https://spoti.fi/3PvCOsf" rel="nofollow">https://spoti.fi/3PvCOsf</a></p>

<p>Google<br>
State of CSS, Bun 1.0, and v0: <a href="https://bit.ly/3PBHb51" rel="nofollow">https://bit.ly/3PBHb51</a><br>
CSS containers with Miriam Suzanne: <a href="https://bit.ly/457DnOQ" rel="nofollow">https://bit.ly/457DnOQ</a><br>
Designing for complex UIs with Vitaly Friedman: <a href="https://bit.ly/460SJFY" rel="nofollow">https://bit.ly/460SJFY</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Cassidy Williams, Chris Bautista, Mia Suzanne, and Vitaly Friedman.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>State of CSS, Bun 1.0, and v0</title>
  <link>http://podrocket.logrocket.com/state-of-css-bun-vercel-v0</link>
  <guid isPermaLink="false">129a9c4b-4563-47dc-8faf-f26df184a0b5</guid>
  <pubDate>Fri, 29 Sep 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/129a9c4b-4563-47dc-8faf-f26df184a0b5.mp3" length="47248951" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Back with our monthly panel episode, we discuss the State of CSS 2023 results, the Bun 1.0 release, if Vercel’s v0 is all hype, and more with panelists Cassidy Williams, Chris Bautista, Paul Mikulskis, and Noel Minchow.</itunes:subtitle>
  <itunes:duration>38:23</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/1/129a9c4b-4563-47dc-8faf-f26df184a0b5/cover.jpg?v=1"/>
  <description>Back with our monthly panel episode, we discuss the State of CSS 2023 results, the Bun 1.0 release, if Vercel’s v0 is all hype, and more with panelists Cassidy Williams, Chris Bautista, Paul Mikulskis, and Noel Minchow.
Links
Cassidy Williams
https://twitter.com/cassidoo
https://cassidoo.co
https://github.com/cassidoo
https://www.linkedin.com/in/cassidoo
Chris Bautista
https://twitter.com/trashhdev
https://m.twitch.tv/trashdev/home
https://www.youtube.com/@trash_dev
https://github.com/bautistaaa
Paul Mikulskis
https://www.linkedin.com/in/paul-mikulskis-37a50b4a
Noel Minchow
https://www.linkedin.com/in/noel-minchow
https://bsky.app/profile/noel.minc.how
Related resources
https://2023.stateofcss.com/en-US
https://twitter.com/jaredpalmer/status/1702356555218506070
https://v0.dev/faq
https://twitter.com/ThePrimeagen/status/1702733449545519497
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?
Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guests: Cassidy Williams and Chris Bautista.
</description>
  <itunes:keywords>CSS, Bun, Vercel, CSS 2023, Bun 1.0, Vercel v0, v0</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Back with our monthly panel episode, we discuss the State of CSS 2023 results, the Bun 1.0 release, if Vercel’s v0 is all hype, and more with panelists Cassidy Williams, Chris Bautista, Paul Mikulskis, and Noel Minchow.</p>

<h3>Links</h3>

<p><strong>Cassidy Williams</strong><br>
<a href="https://twitter.com/cassidoo" rel="nofollow">https://twitter.com/cassidoo</a><br>
<a href="https://cassidoo.co" rel="nofollow">https://cassidoo.co</a><br>
<a href="https://github.com/cassidoo" rel="nofollow">https://github.com/cassidoo</a><br>
<a href="https://www.linkedin.com/in/cassidoo" rel="nofollow">https://www.linkedin.com/in/cassidoo</a></p>

<p><strong>Chris Bautista</strong><br>
<a href="https://twitter.com/trashh_dev" rel="nofollow">https://twitter.com/trashh_dev</a><br>
<a href="https://m.twitch.tv/trash_dev/home" rel="nofollow">https://m.twitch.tv/trash_dev/home</a><br>
<a href="https://www.youtube.com/@trash_dev" rel="nofollow">https://www.youtube.com/@trash_dev</a><br>
<a href="https://github.com/bautistaaa" rel="nofollow">https://github.com/bautistaaa</a></p>

<p><strong>Paul Mikulskis</strong><br>
<a href="https://www.linkedin.com/in/paul-mikulskis-37a50b4a" rel="nofollow">https://www.linkedin.com/in/paul-mikulskis-37a50b4a</a></p>

<p><strong>Noel Minchow</strong><br>
<a href="https://www.linkedin.com/in/noel-minchow" rel="nofollow">https://www.linkedin.com/in/noel-minchow</a><br>
<a href="https://bsky.app/profile/noel.minc.how" rel="nofollow">https://bsky.app/profile/noel.minc.how</a></p>

<p><strong>Related resources</strong><br>
<a href="https://2023.stateofcss.com/en-US" rel="nofollow">https://2023.stateofcss.com/en-US</a><br>
<a href="https://twitter.com/jaredpalmer/status/1702356555218506070" rel="nofollow">https://twitter.com/jaredpalmer/status/1702356555218506070</a><br>
<a href="https://v0.dev/faq" rel="nofollow">https://v0.dev/faq</a><br>
<a href="https://twitter.com/ThePrimeagen/status/1702733449545519497" rel="nofollow">https://twitter.com/ThePrimeagen/status/1702733449545519497</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Cassidy Williams and Chris Bautista.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Back with our monthly panel episode, we discuss the State of CSS 2023 results, the Bun 1.0 release, if Vercel’s v0 is all hype, and more with panelists Cassidy Williams, Chris Bautista, Paul Mikulskis, and Noel Minchow.</p>

<h3>Links</h3>

<p><strong>Cassidy Williams</strong><br>
<a href="https://twitter.com/cassidoo" rel="nofollow">https://twitter.com/cassidoo</a><br>
<a href="https://cassidoo.co" rel="nofollow">https://cassidoo.co</a><br>
<a href="https://github.com/cassidoo" rel="nofollow">https://github.com/cassidoo</a><br>
<a href="https://www.linkedin.com/in/cassidoo" rel="nofollow">https://www.linkedin.com/in/cassidoo</a></p>

<p><strong>Chris Bautista</strong><br>
<a href="https://twitter.com/trashh_dev" rel="nofollow">https://twitter.com/trashh_dev</a><br>
<a href="https://m.twitch.tv/trash_dev/home" rel="nofollow">https://m.twitch.tv/trash_dev/home</a><br>
<a href="https://www.youtube.com/@trash_dev" rel="nofollow">https://www.youtube.com/@trash_dev</a><br>
<a href="https://github.com/bautistaaa" rel="nofollow">https://github.com/bautistaaa</a></p>

<p><strong>Paul Mikulskis</strong><br>
<a href="https://www.linkedin.com/in/paul-mikulskis-37a50b4a" rel="nofollow">https://www.linkedin.com/in/paul-mikulskis-37a50b4a</a></p>

<p><strong>Noel Minchow</strong><br>
<a href="https://www.linkedin.com/in/noel-minchow" rel="nofollow">https://www.linkedin.com/in/noel-minchow</a><br>
<a href="https://bsky.app/profile/noel.minc.how" rel="nofollow">https://bsky.app/profile/noel.minc.how</a></p>

<p><strong>Related resources</strong><br>
<a href="https://2023.stateofcss.com/en-US" rel="nofollow">https://2023.stateofcss.com/en-US</a><br>
<a href="https://twitter.com/jaredpalmer/status/1702356555218506070" rel="nofollow">https://twitter.com/jaredpalmer/status/1702356555218506070</a><br>
<a href="https://v0.dev/faq" rel="nofollow">https://v0.dev/faq</a><br>
<a href="https://twitter.com/ThePrimeagen/status/1702733449545519497" rel="nofollow">https://twitter.com/ThePrimeagen/status/1702733449545519497</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Cassidy Williams and Chris Bautista.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>CSS containers with Miriam Suzanne</title>
  <link>http://podrocket.logrocket.com/css-containers</link>
  <guid isPermaLink="false">1b1432d3-6c73-41fc-a461-a6f47e3a8e77</guid>
  <pubDate>Thu, 28 Sep 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/1b1432d3-6c73-41fc-a461-a6f47e3a8e77.mp3" length="35378071" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Learn all about CSS containers and their capabilities with CSS superstar, Miriam Suzanne, co-creator of OddBird and Sass core member.</itunes:subtitle>
  <itunes:duration>29:28</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/1/1b1432d3-6c73-41fc-a461-a6f47e3a8e77/cover.jpg?v=1"/>
  <description>Learn all about CSS containers and  their capabilities with CSS superstar, Miriam Suzanne, co-creator of OddBird and Sass core member.
Links
https://www.miriamsuzanne.com
https://front-end.social/@mia
https://github.com/mirisuzanne
https://www.youtube.com/watch?v=-Fw8GSksUIo
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?
Let us know by sending an email to our producer, Emily, at emily.kochanekketner@logrocket.com (mailto:emily.kochanekketner@logrocket.com), or tweet at us at PodRocketPod (https://twitter.com/PodRocketpod).
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Mia Suzanne.
</description>
  <itunes:keywords>CSS, CSS containers</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Learn all about CSS containers and  their capabilities with CSS superstar, Miriam Suzanne, co-creator of OddBird and Sass core member.</p>

<h3>Links</h3>

<p><a href="https://www.miriamsuzanne.com" rel="nofollow">https://www.miriamsuzanne.com</a><br>
<a href="https://front-end.social/@mia" rel="nofollow">https://front-end.social/@mia</a><br>
<a href="https://github.com/mirisuzanne" rel="nofollow">https://github.com/mirisuzanne</a><br>
<a href="https://www.youtube.com/watch?v=-Fw8GSksUIo" rel="nofollow">https://www.youtube.com/watch?v=-Fw8GSksUIo</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Mia Suzanne.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Learn all about CSS containers and  their capabilities with CSS superstar, Miriam Suzanne, co-creator of OddBird and Sass core member.</p>

<h3>Links</h3>

<p><a href="https://www.miriamsuzanne.com" rel="nofollow">https://www.miriamsuzanne.com</a><br>
<a href="https://front-end.social/@mia" rel="nofollow">https://front-end.social/@mia</a><br>
<a href="https://github.com/mirisuzanne" rel="nofollow">https://github.com/mirisuzanne</a><br>
<a href="https://www.youtube.com/watch?v=-Fw8GSksUIo" rel="nofollow">https://www.youtube.com/watch?v=-Fw8GSksUIo</a></p>

<h3>We want to hear from you!</h3>

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

<p>Let us know by sending an email to our producer, Emily, at <a href="mailto:emily.kochanekketner@logrocket.com" rel="nofollow">emily.kochanekketner@logrocket.com</a>, or tweet at us at <a href="https://twitter.com/PodRocketpod" rel="nofollow">PodRocketPod</a>.</p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Mia Suzanne.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Weird CSS with Stephanie Eckles</title>
  <link>http://podrocket.logrocket.com/weird-css</link>
  <guid isPermaLink="false">6742745c-0494-4288-b8d1-7d9651172d48</guid>
  <pubDate>Wed, 20 Sep 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/6742745c-0494-4288-b8d1-7d9651172d48.mp3" length="39824596" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>CSS can be weird and tricky, but Stephanie Eckles, software engineer at Microsoft and author of Modern CSS, returns to talk about how to work with the quirky parts of CSS.</itunes:subtitle>
  <itunes:duration>32:12</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/6/6742745c-0494-4288-b8d1-7d9651172d48/cover.jpg?v=1"/>
  <description>CSS can be weird and tricky, but Stephanie Eckles, software engineer at Microsoft and author of Modern CSS, returns to talk about how to work with the quirky parts of CSS.
Links
https://thinkdobecreate.com
https://moderncss.dev
https://twitter.com/5t3ph
https://www.linkedin.com/in/stepheckles
https://github.com/5t3ph
Tell us what you think of PodRocket
We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!
If you’re interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com)
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Stephanie Eckles.
</description>
  <itunes:keywords>CSS</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>CSS can be weird and tricky, but Stephanie Eckles, software engineer at Microsoft and author of Modern CSS, returns to talk about how to work with the quirky parts of CSS.</p>

<h3>Links</h3>

<p><a href="https://thinkdobecreate.com" rel="nofollow">https://thinkdobecreate.com</a><br>
<a href="https://moderncss.dev" rel="nofollow">https://moderncss.dev</a><br>
<a href="https://twitter.com/5t3ph" rel="nofollow">https://twitter.com/5t3ph</a><br>
<a href="https://www.linkedin.com/in/stepheckles" rel="nofollow">https://www.linkedin.com/in/stepheckles</a><br>
<a href="https://github.com/5t3ph" rel="nofollow">https://github.com/5t3ph</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Stephanie Eckles.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>CSS can be weird and tricky, but Stephanie Eckles, software engineer at Microsoft and author of Modern CSS, returns to talk about how to work with the quirky parts of CSS.</p>

<h3>Links</h3>

<p><a href="https://thinkdobecreate.com" rel="nofollow">https://thinkdobecreate.com</a><br>
<a href="https://moderncss.dev" rel="nofollow">https://moderncss.dev</a><br>
<a href="https://twitter.com/5t3ph" rel="nofollow">https://twitter.com/5t3ph</a><br>
<a href="https://www.linkedin.com/in/stepheckles" rel="nofollow">https://www.linkedin.com/in/stepheckles</a><br>
<a href="https://github.com/5t3ph" rel="nofollow">https://github.com/5t3ph</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Stephanie Eckles.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>CSS in 2023, TypeScript performance, and responsive design</title>
  <link>http://podrocket.logrocket.com/css-typescript-responsive-design</link>
  <guid isPermaLink="false">f8cebd82-7809-45e6-88d7-3f857e40d40a</guid>
  <pubDate>Fri, 28 Jul 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/f8cebd82-7809-45e6-88d7-3f857e40d40a.mp3" length="28182848" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>In this week’s round-up episode, we talk to Kevin Powell about the CSS is selector, Aleksandra Sikora about how to optimize TypeScript Performance, and Una Kravets and Adam Argyle about the future of responsive design.</itunes:subtitle>
  <itunes:duration>11:44</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/f/f8cebd82-7809-45e6-88d7-3f857e40d40a/cover.jpg?v=1"/>
  <description>In this week’s round-up episode, we talk to Kevin Powell about the CSS is selector, Aleksandra Sikora about how to optimize TypeScript Performance, and Una Kravets and Adam Argyle about the future of responsive design.
Links
Apple
Understanding CSS in 2023 with Kevin Powell: https://bit.ly/3PWClkz
Typescript performance with Aleksandra Sikora: https://apple.co/3pRfMTO
The future of responsive design with Una Kravets and Adam Argyle: http://bit.ly/3ZI6lDg
Google
Understanding CSS in 2023 with Kevin Powell: https://bit.ly/3Oiap9B
Typescript performance with Aleksandra Sikora: https://apple.co/3pRfMTO
The future of responsive design with Una Kravets and Adam Argyle: http://bit.ly/3GTPbu0
Spotify
Understanding CSS in 2023 with Kevin Powell: https://spoti.fi/3NYE0DN
Typescript performance with Aleksandra Sikora: https://apple.co/3pRfMTO
The future of responsive design with Una Kravets and Adam Argyle: http://bit.ly/3GNrlQs
Tell us what you think of PodRocket
We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!
If you’re interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com)
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guests: Adam Argyle, Tejas Kumar, and Una Kravets.
</description>
  <itunes:keywords>CSS, TypeScript, responsive design, google</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this week’s round-up episode, we talk to Kevin Powell about the CSS is selector, Aleksandra Sikora about how to optimize TypeScript Performance, and Una Kravets and Adam Argyle about the future of responsive design.</p>

<h3>Links</h3>

<p><em>Apple</em><br>
Understanding CSS in 2023 with Kevin Powell: <a href="https://bit.ly/3PWClkz" rel="nofollow">https://bit.ly/3PWClkz</a><br>
Typescript performance with Aleksandra Sikora: <a href="https://apple.co/3pRfMTO" rel="nofollow">https://apple.co/3pRfMTO</a><br>
The future of responsive design with Una Kravets and Adam Argyle: <a href="http://bit.ly/3ZI6lDg" rel="nofollow">http://bit.ly/3ZI6lDg</a></p>

<p><em>Google</em><br>
Understanding CSS in 2023 with Kevin Powell: <a href="https://bit.ly/3Oiap9B" rel="nofollow">https://bit.ly/3Oiap9B</a><br>
Typescript performance with Aleksandra Sikora: <a href="https://apple.co/3pRfMTO" rel="nofollow">https://apple.co/3pRfMTO</a><br>
The future of responsive design with Una Kravets and Adam Argyle: <a href="http://bit.ly/3GTPbu0" rel="nofollow">http://bit.ly/3GTPbu0</a></p>

<p><em>Spotify</em><br>
Understanding CSS in 2023 with Kevin Powell: <a href="https://spoti.fi/3NYE0DN" rel="nofollow">https://spoti.fi/3NYE0DN</a><br>
Typescript performance with Aleksandra Sikora: <a href="https://apple.co/3pRfMTO" rel="nofollow">https://apple.co/3pRfMTO</a><br>
The future of responsive design with Una Kravets and Adam Argyle: <a href="http://bit.ly/3GNrlQs" rel="nofollow">http://bit.ly/3GNrlQs</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Adam Argyle, Tejas Kumar, and Una Kravets.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this week’s round-up episode, we talk to Kevin Powell about the CSS is selector, Aleksandra Sikora about how to optimize TypeScript Performance, and Una Kravets and Adam Argyle about the future of responsive design.</p>

<h3>Links</h3>

<p><em>Apple</em><br>
Understanding CSS in 2023 with Kevin Powell: <a href="https://bit.ly/3PWClkz" rel="nofollow">https://bit.ly/3PWClkz</a><br>
Typescript performance with Aleksandra Sikora: <a href="https://apple.co/3pRfMTO" rel="nofollow">https://apple.co/3pRfMTO</a><br>
The future of responsive design with Una Kravets and Adam Argyle: <a href="http://bit.ly/3ZI6lDg" rel="nofollow">http://bit.ly/3ZI6lDg</a></p>

<p><em>Google</em><br>
Understanding CSS in 2023 with Kevin Powell: <a href="https://bit.ly/3Oiap9B" rel="nofollow">https://bit.ly/3Oiap9B</a><br>
Typescript performance with Aleksandra Sikora: <a href="https://apple.co/3pRfMTO" rel="nofollow">https://apple.co/3pRfMTO</a><br>
The future of responsive design with Una Kravets and Adam Argyle: <a href="http://bit.ly/3GTPbu0" rel="nofollow">http://bit.ly/3GTPbu0</a></p>

<p><em>Spotify</em><br>
Understanding CSS in 2023 with Kevin Powell: <a href="https://spoti.fi/3NYE0DN" rel="nofollow">https://spoti.fi/3NYE0DN</a><br>
Typescript performance with Aleksandra Sikora: <a href="https://apple.co/3pRfMTO" rel="nofollow">https://apple.co/3pRfMTO</a><br>
The future of responsive design with Una Kravets and Adam Argyle: <a href="http://bit.ly/3GNrlQs" rel="nofollow">http://bit.ly/3GNrlQs</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Adam Argyle, Tejas Kumar, and Una Kravets.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Understanding CSS in 2023 with Kevin Powell</title>
  <link>http://podrocket.logrocket.com/understanding-css-in-2023</link>
  <guid isPermaLink="false">7daf4d87-0474-478b-9172-557d63972d80</guid>
  <pubDate>Mon, 17 Jul 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/7daf4d87-0474-478b-9172-557d63972d80.mp3" length="45405376" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>CSS Evangelist, Kevin Powell joins us to talk about container queries, the :has() selector, learning CSS in 2023, and more!</itunes:subtitle>
  <itunes:duration>37:50</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/7/7daf4d87-0474-478b-9172-557d63972d80/cover.jpg?v=1"/>
  <description>CSS Evangelist, Kevin Powell joins us to talk about container queries, the :has() selector, learning CSS in 2023, and more!
Links
https://www.kevinpowell.co
https://www.youtube.com/kevinpowell
https://www.twitch.tv/kevinpowellcss
https://twitter.com/kevinJPowell
https://discord.com/invite/9Rc6WNhNGJ
Tell us what you think of PodRocket
We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!
If you’re interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com)
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Kevin Powell.
</description>
  <itunes:keywords>container queries, :has() selector, :has(), learning CSS in 2023, CSS</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>CSS Evangelist, Kevin Powell joins us to talk about container queries, the :has() selector, learning CSS in 2023, and more!</p>

<h3>Links</h3>

<p><a href="https://www.kevinpowell.co" rel="nofollow">https://www.kevinpowell.co</a><br>
<a href="https://www.youtube.com/kevinpowell" rel="nofollow">https://www.youtube.com/kevinpowell</a><br>
<a href="https://www.twitch.tv/kevinpowellcss" rel="nofollow">https://www.twitch.tv/kevinpowellcss</a><br>
<a href="https://twitter.com/kevinJPowell" rel="nofollow">https://twitter.com/kevinJPowell</a><br>
<a href="https://discord.com/invite/9Rc6WNhNGJ" rel="nofollow">https://discord.com/invite/9Rc6WNhNGJ</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Kevin Powell.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>CSS Evangelist, Kevin Powell joins us to talk about container queries, the :has() selector, learning CSS in 2023, and more!</p>

<h3>Links</h3>

<p><a href="https://www.kevinpowell.co" rel="nofollow">https://www.kevinpowell.co</a><br>
<a href="https://www.youtube.com/kevinpowell" rel="nofollow">https://www.youtube.com/kevinpowell</a><br>
<a href="https://www.twitch.tv/kevinpowellcss" rel="nofollow">https://www.twitch.tv/kevinpowellcss</a><br>
<a href="https://twitter.com/kevinJPowell" rel="nofollow">https://twitter.com/kevinJPowell</a><br>
<a href="https://discord.com/invite/9Rc6WNhNGJ" rel="nofollow">https://discord.com/invite/9Rc6WNhNGJ</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Kevin Powell.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Web Platform Baseline with Rachel Andrew</title>
  <link>http://podrocket.logrocket.com/web-platform-baseline</link>
  <guid isPermaLink="false">5f316762-4c88-4975-961a-2e35fef0a2fd</guid>
  <pubDate>Mon, 26 Jun 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/5f316762-4c88-4975-961a-2e35fef0a2fd.mp3" length="36212416" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Baseline helps you to see whether a feature or API is safe to use in your site or web applications. Rachel Andrew joins us to talk about Baseline, browser support, CSS, and more.</itunes:subtitle>
  <itunes:duration>30:10</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/5/5f316762-4c88-4975-961a-2e35fef0a2fd/cover.jpg?v=1"/>
  <description>Baseline helps you to see whether a feature or API is safe to use in your site or web applications. Rachel Andrew joins us to talk about Baseline, browser support, CSS, and more.
Links
https://rachelandrew.co.uk
https://twitter.com/rachelandrew
https://www.linkedin.com/in/rachelandrew
https://gradient.style
Tell us what you think of PodRocket
We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!
If you’re interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com)
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Rachel Andrew.
</description>
  <itunes:keywords>Baseline, browser support, CSS, web platform features, browser compatibility, Google, Google Chrome</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Baseline helps you to see whether a feature or API is safe to use in your site or web applications. Rachel Andrew joins us to talk about Baseline, browser support, CSS, and more.</p>

<h3>Links</h3>

<p><a href="https://rachelandrew.co.uk" rel="nofollow">https://rachelandrew.co.uk</a><br>
<a href="https://twitter.com/rachelandrew" rel="nofollow">https://twitter.com/rachelandrew</a><br>
<a href="https://www.linkedin.com/in/rachelandrew" rel="nofollow">https://www.linkedin.com/in/rachelandrew</a><br>
<a href="https://gradient.style" rel="nofollow">https://gradient.style</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Rachel Andrew.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Baseline helps you to see whether a feature or API is safe to use in your site or web applications. Rachel Andrew joins us to talk about Baseline, browser support, CSS, and more.</p>

<h3>Links</h3>

<p><a href="https://rachelandrew.co.uk" rel="nofollow">https://rachelandrew.co.uk</a><br>
<a href="https://twitter.com/rachelandrew" rel="nofollow">https://twitter.com/rachelandrew</a><br>
<a href="https://www.linkedin.com/in/rachelandrew" rel="nofollow">https://www.linkedin.com/in/rachelandrew</a><br>
<a href="https://gradient.style" rel="nofollow">https://gradient.style</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Rachel Andrew.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>The state of CSS in 2023 with Adam Argyle (Repeat)</title>
  <link>http://podrocket.logrocket.com/state-of-css-2023-repeat</link>
  <guid isPermaLink="false">6a7d10ce-ae74-4f1e-9bf0-eb308135950b</guid>
  <pubDate>Sat, 20 May 2023 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/6a7d10ce-ae74-4f1e-9bf0-eb308135950b.mp3" length="71968653" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>CSS all-star Adam Argyle, Chrome CSS and UI Developer Relations at Google and part of the CSS Working Group, joins us to review how CSS changed in 2022 and what we should expect in 2023.</itunes:subtitle>
  <itunes:duration>36:42</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/cover.jpg?v=4"/>
  <description>CSS all-star Adam Argyle, Chrome CSS and UI Developer Relations at Google and part of the CSS Working Group, joins us to review how CSS changed in 2022 and what we should expect in 2023.
Links
https://twitter.com/argyleink
https://nerdy.dev
https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA
https://css-tricks.com/2022-roundup-of-web-research
https://2022.stateofcss.com/en-US/
https://twitter.com/leaverou/status/806936438797307904
Tell us what you think of PodRocket
We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!
If you’re interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com)
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Adam Argyle.
</description>
  <itunes:keywords>css, state of css, ui, ux</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>CSS all-star Adam Argyle, Chrome CSS and UI Developer Relations at Google and part of the CSS Working Group, joins us to review how CSS changed in 2022 and what we should expect in 2023.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://nerdy.dev" rel="nofollow">https://nerdy.dev</a><br>
<a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
<a href="https://css-tricks.com/2022-roundup-of-web-research" rel="nofollow">https://css-tricks.com/2022-roundup-of-web-research</a><br>
<a href="https://2022.stateofcss.com/en-US/" rel="nofollow">https://2022.stateofcss.com/en-US/</a><br>
<a href="https://twitter.com/leaverou/status/806936438797307904" rel="nofollow">https://twitter.com/leaverou/status/806936438797307904</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>CSS all-star Adam Argyle, Chrome CSS and UI Developer Relations at Google and part of the CSS Working Group, joins us to review how CSS changed in 2022 and what we should expect in 2023.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://nerdy.dev" rel="nofollow">https://nerdy.dev</a><br>
<a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
<a href="https://css-tricks.com/2022-roundup-of-web-research" rel="nofollow">https://css-tricks.com/2022-roundup-of-web-research</a><br>
<a href="https://2022.stateofcss.com/en-US/" rel="nofollow">https://2022.stateofcss.com/en-US/</a><br>
<a href="https://twitter.com/leaverou/status/806936438797307904" rel="nofollow">https://twitter.com/leaverou/status/806936438797307904</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>The state of CSS in 2023 with Adam Argyle</title>
  <link>http://podrocket.logrocket.com/state-of-css-2023</link>
  <guid isPermaLink="false">9901e744-2532-41c4-95dc-90102c22bce1</guid>
  <pubDate>Fri, 20 Jan 2023 08:00:00 -0500</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/9901e744-2532-41c4-95dc-90102c22bce1.mp3" length="42450496" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>CSS all-star Adam Argyle, Chrome CSS and UI Developer Relations at Google and part of the CSS Working Group, joins us to review how CSS changed in 2022 and what we should expect in 2023.</itunes:subtitle>
  <itunes:duration>35:22</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/9/9901e744-2532-41c4-95dc-90102c22bce1/cover.jpg?v=1"/>
  <description>CSS all-star Adam Argyle, Chrome CSS and UI Developer Relations at Google and part of the CSS Working Group, joins us to review how CSS changed in 2022 and what we should expect in 2023.
Links
https://twitter.com/argyleink
https://nerdy.dev
https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA
https://css-tricks.com/2022-roundup-of-web-research
https://2022.stateofcss.com/en-US/
https://twitter.com/leaverou/status/806936438797307904
Tell us what you think of PodRocket
We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!
If you’re interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com)
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Adam Argyle.
</description>
  <itunes:keywords>CSS</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>CSS all-star Adam Argyle, Chrome CSS and UI Developer Relations at Google and part of the CSS Working Group, joins us to review how CSS changed in 2022 and what we should expect in 2023.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://nerdy.dev" rel="nofollow">https://nerdy.dev</a><br>
<a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
<a href="https://css-tricks.com/2022-roundup-of-web-research" rel="nofollow">https://css-tricks.com/2022-roundup-of-web-research</a><br>
<a href="https://2022.stateofcss.com/en-US/" rel="nofollow">https://2022.stateofcss.com/en-US/</a><br>
<a href="https://twitter.com/leaverou/status/806936438797307904" rel="nofollow">https://twitter.com/leaverou/status/806936438797307904</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>CSS all-star Adam Argyle, Chrome CSS and UI Developer Relations at Google and part of the CSS Working Group, joins us to review how CSS changed in 2022 and what we should expect in 2023.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://nerdy.dev" rel="nofollow">https://nerdy.dev</a><br>
<a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
<a href="https://css-tricks.com/2022-roundup-of-web-research" rel="nofollow">https://css-tricks.com/2022-roundup-of-web-research</a><br>
<a href="https://2022.stateofcss.com/en-US/" rel="nofollow">https://2022.stateofcss.com/en-US/</a><br>
<a href="https://twitter.com/leaverou/status/806936438797307904" rel="nofollow">https://twitter.com/leaverou/status/806936438797307904</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Styling the intrinsic web with Mia Suzanne (Repeat)</title>
  <link>http://podrocket.logrocket.com/intrinsic-web-styling-repeat</link>
  <guid isPermaLink="false">12b562b3-e2ef-43bf-a40d-62a15596fe99</guid>
  <pubDate>Wed, 28 Dec 2022 08:00:00 -0500</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/12b562b3-e2ef-43bf-a40d-62a15596fe99.mp3" length="60805216" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Originally published on August 16th, 2022.
We are taking some time off from production. We will be back with new episodes on January 3rd, 2023.

We talk to Mia Suzanne about her recent talk, “Styling the intrinsic web,” which details how responsive design has evolved over the past decade and how intrinsic design can still be compatible with responsive design.</itunes:subtitle>
  <itunes:duration>50:40</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/1/12b562b3-e2ef-43bf-a40d-62a15596fe99/cover.jpg?v=1"/>
  <description>Originally published on August 16th, 2022.
We are taking some time off from production. We will be back with new episodes on January 3rd, 2023.
We talk to Mia Suzanne about her recent talk, “Styling the intrinsic web,” which details how responsive design has evolved over the past decade and how intrinsic design can still be compatible with responsive design.
Links
https://www.oddbird.net
https://alistapart.com/article/dao
https://twitter.com/TerribleMia
Tell us what you think of PodRocket
We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!
If you’re interested, schedule a call with us (https://podrocket.logrocket.com/contact-us) or you can email producer Kate Trahan at kate@logrocket.com (mailto:kate@logrocket.com)
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we’ll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr)
 Special Guest: Mia Suzanne.
</description>
  <itunes:keywords>web design, responsive design, css, design</itunes:keywords>
  <content:encoded>
    <![CDATA[<p><em>Originally published on August 16th, 2022.<br>
We are taking some time off from production. We will be back with new episodes on January 3rd, 2023.</em></p>

<p>We talk to Mia Suzanne about her recent talk, “Styling the intrinsic web,” which details how responsive design has evolved over the past decade and how intrinsic design can still be compatible with responsive design.</p>

<h3>Links</h3>

<p><a href="https://www.oddbird.net" rel="nofollow">https://www.oddbird.net</a><br>
<a href="https://alistapart.com/article/dao" rel="nofollow">https://alistapart.com/article/dao</a><br>
<a href="https://twitter.com/TerribleMia" rel="nofollow">https://twitter.com/TerribleMia</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Mia Suzanne.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p><em>Originally published on August 16th, 2022.<br>
We are taking some time off from production. We will be back with new episodes on January 3rd, 2023.</em></p>

<p>We talk to Mia Suzanne about her recent talk, “Styling the intrinsic web,” which details how responsive design has evolved over the past decade and how intrinsic design can still be compatible with responsive design.</p>

<h3>Links</h3>

<p><a href="https://www.oddbird.net" rel="nofollow">https://www.oddbird.net</a><br>
<a href="https://alistapart.com/article/dao" rel="nofollow">https://alistapart.com/article/dao</a><br>
<a href="https://twitter.com/TerribleMia" rel="nofollow">https://twitter.com/TerribleMia</a></p>

<h3>Tell us what you think of PodRocket</h3>

<p>We want to hear from you! We want to know what you love and hate about the podcast. What do you want to hear more about? Who do you want to see on the show? Our producers want to know, and if you talk with us, we’ll send you a $25 gift card!</p>

<p>If you’re interested, <a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">schedule a call with us</a> or you can email producer Kate Trahan at <a href="mailto:kate@logrocket.com" rel="nofollow">kate@logrocket.com</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we’ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Mia Suzanne.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Styling the intrinsic web with Mia Suzanne</title>
  <link>http://podrocket.logrocket.com/intrinsic-web-styling</link>
  <guid isPermaLink="false">428b7c76-ba2e-46a6-bd53-1ab9369aa26c</guid>
  <pubDate>Tue, 16 Aug 2022 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/428b7c76-ba2e-46a6-bd53-1ab9369aa26c.mp3" length="61961842" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>We talk to Mia Suzanne about her recent talk, “Styling the intrinsic web,” which details how responsive design has evolved over the past decade and how intrinsic design can still be compatible with responsive design.</itunes:subtitle>
  <itunes:duration>51:37</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/4/428b7c76-ba2e-46a6-bd53-1ab9369aa26c/cover.jpg?v=1"/>
  <description>We talk to Mia Suzanne about her recent talk, “Styling the intrinsic web,” which details how responsive design has evolved over the past decade and how intrinsic design can still be compatible with responsive design.
Links
https://www.oddbird.net 
https://alistapart.com/article/dao
https://twitter.com/TerribleMia
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Mia Suzanne.
</description>
  <itunes:keywords>CSS, responsive design, web design</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We talk to Mia Suzanne about her recent talk, “Styling the intrinsic web,” which details how responsive design has evolved over the past decade and how intrinsic design can still be compatible with responsive design.</p>

<h3>Links</h3>

<p><a href="https://www.oddbird.net" rel="nofollow">https://www.oddbird.net</a> <br>
<a href="https://alistapart.com/article/dao" rel="nofollow">https://alistapart.com/article/dao</a><br>
<a href="https://twitter.com/TerribleMia" rel="nofollow">https://twitter.com/TerribleMia</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Mia Suzanne.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We talk to Mia Suzanne about her recent talk, “Styling the intrinsic web,” which details how responsive design has evolved over the past decade and how intrinsic design can still be compatible with responsive design.</p>

<h3>Links</h3>

<p><a href="https://www.oddbird.net" rel="nofollow">https://www.oddbird.net</a> <br>
<a href="https://alistapart.com/article/dao" rel="nofollow">https://alistapart.com/article/dao</a><br>
<a href="https://twitter.com/TerribleMia" rel="nofollow">https://twitter.com/TerribleMia</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Mia Suzanne.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>The state of CSS in 2022 with Adam Argyle</title>
  <link>http://podrocket.logrocket.com/css-2022</link>
  <guid isPermaLink="false">c42b5f5e-6298-4d7d-bf58-3f7c6ac01ac7</guid>
  <pubDate>Wed, 29 Jun 2022 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/c42b5f5e-6298-4d7d-bf58-3f7c6ac01ac7.mp3" length="58868422" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>We welcome Adam Argyle back onto the pod as we discuss his latest talk from Google I/O 2022, “The State of CSS in 2022.” We talk browser compatibility, cascade layers, color, and so much more.</itunes:subtitle>
  <itunes:duration>49:03</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/c/c42b5f5e-6298-4d7d-bf58-3f7c6ac01ac7/cover.jpg?v=1"/>
  <description>We welcome Adam Argyle back onto the pod as we discuss his latest talk from Google I/O 2022, “The State of CSS in 2022.” We talk browser compatibility, cascade layers, color, and so much more.
Links
https://www.linkedin.com/in/adamargyle/
https://twitter.com/argyleink
https://github.com/argyleink
https://nerdy.dev/
https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA
https://open-props.style/
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form, (https://podrocket.logrocket.com/get-podrocket-stickers) and we'll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Adam Argyle.
</description>
  <itunes:keywords>CSS, cascade layers, browser compatibility</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We welcome Adam Argyle back onto the pod as we discuss his latest talk from Google I/O 2022, “The State of CSS in 2022.” We talk browser compatibility, cascade layers, color, and so much more.</p>

<h3>Links</h3>

<p><a href="https://www.linkedin.com/in/adamargyle/" rel="nofollow">https://www.linkedin.com/in/adamargyle/</a><br>
<a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://github.com/argyleink" rel="nofollow">https://github.com/argyleink</a><br>
<a href="https://nerdy.dev/" rel="nofollow">https://nerdy.dev/</a><br>
<a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
<a href="https://open-props.style/" rel="nofollow">https://open-props.style/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form,</a> and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We welcome Adam Argyle back onto the pod as we discuss his latest talk from Google I/O 2022, “The State of CSS in 2022.” We talk browser compatibility, cascade layers, color, and so much more.</p>

<h3>Links</h3>

<p><a href="https://www.linkedin.com/in/adamargyle/" rel="nofollow">https://www.linkedin.com/in/adamargyle/</a><br>
<a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://github.com/argyleink" rel="nofollow">https://github.com/argyleink</a><br>
<a href="https://nerdy.dev/" rel="nofollow">https://nerdy.dev/</a><br>
<a href="https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA" rel="nofollow">https://www.youtube.com/channel/UCBGr3ZMcV5jke40_Wrv3fNA</a><br>
<a href="https://open-props.style/" rel="nofollow">https://open-props.style/</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form,</a> and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Scaling CSS with Stephanie Eckles</title>
  <link>http://podrocket.logrocket.com/scaling-css</link>
  <guid isPermaLink="false">a421e476-e9d4-440d-bfe5-ab3ee8d567db</guid>
  <pubDate>Tue, 21 Jun 2022 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/a421e476-e9d4-440d-bfe5-ab3ee8d567db.mp3" length="43305376" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Stephanie Eckles is the author of ModernCSS.dev, which provides modern solutions to old CSS problems as in-depth tutorials. Stephanie is an instructor, speaker, and frontend engineer as well as the creator of Style Stage, SmolCSS, and 11ty.Rocks. Stephanie joins us to talk about how to improve your CSS skills. </itunes:subtitle>
  <itunes:duration>36:05</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/a/a421e476-e9d4-440d-bfe5-ab3ee8d567db/cover.jpg?v=1"/>
  <description>Stephanie Eckles is the author of ModernCSS.dev, which provides modern solutions to old CSS problems as in-depth tutorials. Stephanie is an instructor, speaker, and frontend engineer as well as the creator of Style Stage, SmolCSS, and 11ty.Rocks. Stephanie joins us to talk about how to improve your CSS skills. 
Links
https://twitter.com/5t3ph
https://moderncss.dev
https://stylestage.dev
https://twitter.com/wordwrapshow
https://smashingconf.com/online-workshops/workshops/stephanie-eckles-july
Follow us. Get free stickers.
Follow us on Apple Podcasts, fill out this form (https://podrocket.logrocket.com/get-podrocket-stickers), and we'll send you free PodRocket stickers!
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Stephanie Eckles.
</description>
  <itunes:keywords>css, design, </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Stephanie Eckles is the author of ModernCSS.dev, which provides modern solutions to old CSS problems as in-depth tutorials. Stephanie is an instructor, speaker, and frontend engineer as well as the creator of Style Stage, SmolCSS, and 11ty.Rocks. Stephanie joins us to talk about how to improve your CSS skills. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/5t3ph" rel="nofollow">https://twitter.com/5t3ph</a><br>
<a href="https://moderncss.dev" rel="nofollow">https://moderncss.dev</a><br>
<a href="https://stylestage.dev" rel="nofollow">https://stylestage.dev</a><br>
<a href="https://twitter.com/wordwrapshow" rel="nofollow">https://twitter.com/wordwrapshow</a><br>
<a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-july" rel="nofollow">https://smashingconf.com/online-workshops/workshops/stephanie-eckles-july</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Stephanie Eckles.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Stephanie Eckles is the author of ModernCSS.dev, which provides modern solutions to old CSS problems as in-depth tutorials. Stephanie is an instructor, speaker, and frontend engineer as well as the creator of Style Stage, SmolCSS, and 11ty.Rocks. Stephanie joins us to talk about how to improve your CSS skills. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/5t3ph" rel="nofollow">https://twitter.com/5t3ph</a><br>
<a href="https://moderncss.dev" rel="nofollow">https://moderncss.dev</a><br>
<a href="https://stylestage.dev" rel="nofollow">https://stylestage.dev</a><br>
<a href="https://twitter.com/wordwrapshow" rel="nofollow">https://twitter.com/wordwrapshow</a><br>
<a href="https://smashingconf.com/online-workshops/workshops/stephanie-eckles-july" rel="nofollow">https://smashingconf.com/online-workshops/workshops/stephanie-eckles-july</a></p>

<h3>Follow us. Get free stickers.</h3>

<p>Follow us on Apple Podcasts, fill out this <a href="https://podrocket.logrocket.com/get-podrocket-stickers" rel="nofollow">form</a>, and we&#39;ll send you free PodRocket stickers!</p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Stephanie Eckles.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Composing layouts with Travis Waith-Mair</title>
  <link>http://podrocket.logrocket.com/composing-layouts</link>
  <guid isPermaLink="false">4514788d-478e-46d5-a8b6-de6b625008fb</guid>
  <pubDate>Tue, 08 Mar 2022 08:00:00 -0500</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/4514788d-478e-46d5-a8b6-de6b625008fb.mp3" length="79341972" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Travis Waith-Mair joins us to talk about Bedrock Layout Primitives -- foundational layout building blocks for your React app. We talk about design patterns, how Bedrock is "the Lodash of web layouts", and more. </itunes:subtitle>
  <itunes:duration>40:35</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/4/4514788d-478e-46d5-a8b6-de6b625008fb/cover.jpg?v=1"/>
  <description>Travis Waith-Mair joins us to talk about Bedrock Layout Primitives -- foundational layout building blocks for your React app. We talk about design patterns, how Bedrock is "the Lodash of web layouts", and more. 
Links
https://twitter.com/travisWaithMair
https://www.bedrock-layout.dev
https://www.newline.co/courses/composing-layouts-in-react
https://www.twitch.tv/buildingbedrocklayout
https://discord.com/invite/lunchdev
https://non-traditional.dev
https://podrocket.logrocket.com/chantastic
https://youtu.be/ywNXo5okzww
Review us
Reviews are what help us grow and tailor our content to what you want to hear. Give us a review here (https://ratethispodcast.com/podrocket).
Contact us
https://podrocket.logrocket.com/contact-us
@PodRocketpod (https://twitter.com/PodRocketpod)
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Travis Waith-Mair.
</description>
  <itunes:keywords>css, design, open-source, </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Travis Waith-Mair joins us to talk about Bedrock Layout Primitives -- foundational layout building blocks for your React app. We talk about design patterns, how Bedrock is &quot;the Lodash of web layouts&quot;, and more. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/travisWaithMair" rel="nofollow">https://twitter.com/travisWaithMair</a><br>
<a href="https://www.bedrock-layout.dev" rel="nofollow">https://www.bedrock-layout.dev</a><br>
<a href="https://www.newline.co/courses/composing-layouts-in-react" rel="nofollow">https://www.newline.co/courses/composing-layouts-in-react</a><br>
<a href="https://www.twitch.tv/buildingbedrocklayout" rel="nofollow">https://www.twitch.tv/buildingbedrocklayout</a><br>
<a href="https://discord.com/invite/lunchdev" rel="nofollow">https://discord.com/invite/lunchdev</a><br>
<a href="https://non-traditional.dev" rel="nofollow">https://non-traditional.dev</a><br>
<a href="https://podrocket.logrocket.com/chantastic" rel="nofollow">https://podrocket.logrocket.com/chantastic</a><br>
<a href="https://youtu.be/ywNXo5okzww" rel="nofollow">https://youtu.be/ywNXo5okzww</a></p>

<h3>Review us</h3>

<p>Reviews are what help us grow and tailor our content to what you want to hear. Give us a review <a href="https://ratethispodcast.com/podrocket" rel="nofollow">here</a>.</p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Travis Waith-Mair.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Travis Waith-Mair joins us to talk about Bedrock Layout Primitives -- foundational layout building blocks for your React app. We talk about design patterns, how Bedrock is &quot;the Lodash of web layouts&quot;, and more. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/travisWaithMair" rel="nofollow">https://twitter.com/travisWaithMair</a><br>
<a href="https://www.bedrock-layout.dev" rel="nofollow">https://www.bedrock-layout.dev</a><br>
<a href="https://www.newline.co/courses/composing-layouts-in-react" rel="nofollow">https://www.newline.co/courses/composing-layouts-in-react</a><br>
<a href="https://www.twitch.tv/buildingbedrocklayout" rel="nofollow">https://www.twitch.tv/buildingbedrocklayout</a><br>
<a href="https://discord.com/invite/lunchdev" rel="nofollow">https://discord.com/invite/lunchdev</a><br>
<a href="https://non-traditional.dev" rel="nofollow">https://non-traditional.dev</a><br>
<a href="https://podrocket.logrocket.com/chantastic" rel="nofollow">https://podrocket.logrocket.com/chantastic</a><br>
<a href="https://youtu.be/ywNXo5okzww" rel="nofollow">https://youtu.be/ywNXo5okzww</a></p>

<h3>Review us</h3>

<p>Reviews are what help us grow and tailor our content to what you want to hear. Give us a review <a href="https://ratethispodcast.com/podrocket" rel="nofollow">here</a>.</p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Travis Waith-Mair.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Philosophical CSS discussions with Adam Argyle </title>
  <link>http://podrocket.logrocket.com/adam-argyle</link>
  <guid isPermaLink="false">de8d982b-4a2c-4b0f-bbf9-d07b112d4fbb</guid>
  <pubDate>Fri, 03 Dec 2021 08:00:00 -0500</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/de8d982b-4a2c-4b0f-bbf9-d07b112d4fbb.mp3" length="22844656" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>1</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Adam Argyle, Chrome CSS Developer Advocate at Google and co-host of the CSS podcast, joins us to talk about CSS, design, edge case wrangling, and more. </itunes:subtitle>
  <itunes:duration>38:04</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/d/de8d982b-4a2c-4b0f-bbf9-d07b112d4fbb/cover.jpg?v=1"/>
  <description>Adam Argyle, Chrome CSS Developer Advocate at Google and co-host of the CSS podcast, joins us to talk about CSS, design, edge case wrangling, and more. 
Links
https://twitter.com/argyleink (https://twitter.com/argyleink)
https://thecsspodcast.libsyn.com (https://thecsspodcast.libsyn.com)
https://www.youtube.com/GoogleChromeDevelopers (https://www.youtube.com/playlist?list=PLNYkxOF6rcIAaV1wwI9540OC_3XoIzMjQ)
https://en.wikipedia.org/wiki/TheDesignofEverydayThings (https://en.wikipedia.org/wiki/The_Design_of_Everyday_Things)
https://una.im (https://una.im)
https://twitter.com/una (https://twitter.com/una)
Contact us
https://podrocket.logrocket.com/contact-us (https://podrocket.logrocket.com/contact-us)
@PodRocketpod (https://twitter.com/PodRocketpod)
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup?pdr) Special Guest: Adam Argyle.
</description>
  <itunes:keywords>web development, software engineering, frontend development, tech, technology, frontend web development, css, </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Adam Argyle, Chrome CSS Developer Advocate at Google and co-host of the CSS podcast, joins us to talk about CSS, design, edge case wrangling, and more. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://thecsspodcast.libsyn.com" rel="nofollow">https://thecsspodcast.libsyn.com</a><br>
<a href="https://www.youtube.com/playlist?list=PLNYkxOF6rcIAaV1wwI9540OC_3XoIzMjQ" rel="nofollow">https://www.youtube.com/GoogleChromeDevelopers</a><br>
<a href="https://en.wikipedia.org/wiki/The_Design_of_Everyday_Things" rel="nofollow">https://en.wikipedia.org/wiki/The_Design_of_Everyday_Things</a><br>
<a href="https://una.im" rel="nofollow">https://una.im</a><br>
<a href="https://twitter.com/una" rel="nofollow">https://twitter.com/una</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Adam Argyle, Chrome CSS Developer Advocate at Google and co-host of the CSS podcast, joins us to talk about CSS, design, edge case wrangling, and more. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/argyleink" rel="nofollow">https://twitter.com/argyleink</a><br>
<a href="https://thecsspodcast.libsyn.com" rel="nofollow">https://thecsspodcast.libsyn.com</a><br>
<a href="https://www.youtube.com/playlist?list=PLNYkxOF6rcIAaV1wwI9540OC_3XoIzMjQ" rel="nofollow">https://www.youtube.com/GoogleChromeDevelopers</a><br>
<a href="https://en.wikipedia.org/wiki/The_Design_of_Everyday_Things" rel="nofollow">https://en.wikipedia.org/wiki/The_Design_of_Everyday_Things</a><br>
<a href="https://una.im" rel="nofollow">https://una.im</a><br>
<a href="https://twitter.com/una" rel="nofollow">https://twitter.com/una</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Adam Argyle.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Learning CSS with Josh Comeau</title>
  <link>http://podrocket.logrocket.com/learning-css</link>
  <guid isPermaLink="false">ede56715-a333-4ca4-84ae-2a7e93df362e</guid>
  <pubDate>Fri, 19 Nov 2021 08:00:00 -0500</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/ede56715-a333-4ca4-84ae-2a7e93df362e.mp3" length="73231520" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>1</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Josh Comeau joins us to talk about all things CSS and why it doesn't suck (no matter what web dev Twitter says)!</itunes:subtitle>
  <itunes:duration>37:27</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/e/ede56715-a333-4ca4-84ae-2a7e93df362e/cover.jpg?v=1"/>
  <description>Josh Comeau joins us to talk about all things CSS and why it doesn't suck (no matter what web dev Twitter says)!
Links
https://twitter.com/JoshWComeau
https://css-for-js.dev
https://www.framer.com/motion
https://www.joshwcomeau.com
https://wattenberger.com/blog
https://wattenberger.com/blog/css-cascade
Contact us
https://podrocket.logrocket.com/contact-us (https://podrocket.logrocket.com/contact-us)
@PodRocketpod (https://twitter.com/PodRocketpod)
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Josh W. Comeau.
</description>
  <itunes:keywords>css, web development, content creation, frontend engineering, frontend, technology</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Josh Comeau joins us to talk about all things CSS and why it doesn&#39;t suck (no matter what web dev Twitter says)!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/JoshWComeau" rel="nofollow">https://twitter.com/JoshWComeau</a><br>
<a href="https://css-for-js.dev" rel="nofollow">https://css-for-js.dev</a><br>
<a href="https://www.framer.com/motion" rel="nofollow">https://www.framer.com/motion</a><br>
<a href="https://www.joshwcomeau.com" rel="nofollow">https://www.joshwcomeau.com</a><br>
<a href="https://wattenberger.com/blog" rel="nofollow">https://wattenberger.com/blog</a><br>
<a href="https://wattenberger.com/blog/css-cascade" rel="nofollow">https://wattenberger.com/blog/css-cascade</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Josh W. Comeau.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Josh Comeau joins us to talk about all things CSS and why it doesn&#39;t suck (no matter what web dev Twitter says)!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/JoshWComeau" rel="nofollow">https://twitter.com/JoshWComeau</a><br>
<a href="https://css-for-js.dev" rel="nofollow">https://css-for-js.dev</a><br>
<a href="https://www.framer.com/motion" rel="nofollow">https://www.framer.com/motion</a><br>
<a href="https://www.joshwcomeau.com" rel="nofollow">https://www.joshwcomeau.com</a><br>
<a href="https://wattenberger.com/blog" rel="nofollow">https://wattenberger.com/blog</a><br>
<a href="https://wattenberger.com/blog/css-cascade" rel="nofollow">https://wattenberger.com/blog/css-cascade</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Josh W. Comeau.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Tailwind CSS and Inertia.js with Jonathan Reinink</title>
  <link>http://podrocket.logrocket.com/tailwind</link>
  <guid isPermaLink="false">d258970b-60c6-4677-a55d-84c1a4d1162c</guid>
  <pubDate>Fri, 01 Oct 2021 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/d258970b-60c6-4677-a55d-84c1a4d1162c.mp3" length="60263861" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>1</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Jonathan Reinink joins us to get us up to speed on Tailwind CSS, Tailwind UI, and Inertia.js. </itunes:subtitle>
  <itunes:duration>48:58</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/d/d258970b-60c6-4677-a55d-84c1a4d1162c/cover.jpg?v=1"/>
  <description>Jonathan Reinink joins us to get us up to speed on Tailwind CSS, Tailwind UI, and Inertia.js. 
Links
https://tailwindcss.com (https://tailwindcss.com)
https://tailwindui.com  (https://tailwindui.com)
https://inertiajs.com (https://inertiajs.com)
https://twitter.com/reinink (https://twitter.com/reinink) 
https://github.com/reinink (https://github.com/reinink)
Contact us
https://podrocket.logrocket.com/contact-us (https://podrocket.logrocket.com/contact-us)
@PodRocketpod (https://twitter.com/PodRocketpod)
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr) Special Guest: Jonathan Reinink.
</description>
  <itunes:keywords>web development, software engineering, frontend development, tech, technology, frontend web development, tailwindcss, javascript, css,</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Jonathan Reinink joins us to get us up to speed on Tailwind CSS, Tailwind UI, and Inertia.js. </p>

<h3>Links</h3>

<p><a href="https://tailwindcss.com" rel="nofollow">https://tailwindcss.com</a><br>
<a href="https://tailwindui.com" rel="nofollow">https://tailwindui.com </a><br>
<a href="https://inertiajs.com" rel="nofollow">https://inertiajs.com</a><br>
<a href="https://twitter.com/reinink" rel="nofollow">https://twitter.com/reinink</a> <br>
<a href="https://github.com/reinink" rel="nofollow">https://github.com/reinink</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Jonathan Reinink.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Jonathan Reinink joins us to get us up to speed on Tailwind CSS, Tailwind UI, and Inertia.js. </p>

<h3>Links</h3>

<p><a href="https://tailwindcss.com" rel="nofollow">https://tailwindcss.com</a><br>
<a href="https://tailwindui.com" rel="nofollow">https://tailwindui.com </a><br>
<a href="https://inertiajs.com" rel="nofollow">https://inertiajs.com</a><br>
<a href="https://twitter.com/reinink" rel="nofollow">https://twitter.com/reinink</a> <br>
<a href="https://github.com/reinink" rel="nofollow">https://github.com/reinink</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guest: Jonathan Reinink.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>vanilla-extract with Mark Dalgleish</title>
  <link>http://podrocket.logrocket.com/vanilla-extract</link>
  <guid isPermaLink="false">bc0e3197-7ed1-49bd-970c-03c21c83449d</guid>
  <pubDate>Tue, 27 Jul 2021 08:00:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/bc0e3197-7ed1-49bd-970c-03c21c83449d.mp3" length="37177908" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>1</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>In this episode, Ben interviews Mark Dalgleish about CSS Modules and vanilla-extract, which is basically “CSS Modules-in-TypeScript” but with scoped CSS variables.  Listen to this episode to learn more about vanilla-extract and how to use it in your next project. </itunes:subtitle>
  <itunes:duration>30:58</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/b/bc0e3197-7ed1-49bd-970c-03c21c83449d/cover.jpg?v=1"/>
  <description>In this episode, Ben interviews Mark Dalgleish about CSS Modules and vanilla-extract, which is basically “CSS Modules-in-TypeScript” but with scoped CSS variables.  Listen to this episode to learn more about vanilla-extract and how to use it in your next project. 
Links
https://twitter.com/markdalgleish (https://twitter.com/markdalgleish)
https://github.com/markdalgleish (https://github.com/markdalgleish)
https://github.com/css-modules/css-modules (https://github.com/css-modules/css-modules)
https://css-tricks.com/bem-101 (https://css-tricks.com/bem-101)
https://www.seek.com.au  (https://www.seek.com.au)
https://github.com/seek-oss/treat (https://github.com/seek-oss/treat)
https://github.com/seek-oss/playroom (https://github.com/seek-oss/playroom)
https://vanilla-extract.style (https://vanilla-extract.style)
Contact us
https://podrocket.logrocket.com/contact-us (https://podrocket.logrocket.com/contact-us)
@PodRocketpod (https://twitter.com/PodRocketpod)
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today (https://logrocket.com/signup/?pdr).
 Special Guest: Mark Dalgleish.
</description>
  <itunes:keywords>web development, software engineering, frontend development, tech, technology, frontend web development, css, javascript </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this episode, Ben interviews Mark Dalgleish about CSS Modules and vanilla-extract, which is basically “CSS Modules-in-TypeScript” but with scoped CSS variables.  Listen to this episode to learn more about vanilla-extract and how to use it in your next project. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/markdalgleish" rel="nofollow">https://twitter.com/markdalgleish</a><br>
<a href="https://github.com/markdalgleish" rel="nofollow">https://github.com/markdalgleish</a><br>
<a href="https://github.com/css-modules/css-modules" rel="nofollow">https://github.com/css-modules/css-modules</a><br>
<a href="https://css-tricks.com/bem-101" rel="nofollow">https://css-tricks.com/bem-101</a><br>
<a href="https://www.seek.com.au" rel="nofollow">https://www.seek.com.au </a><br>
<a href="https://github.com/seek-oss/treat" rel="nofollow">https://github.com/seek-oss/treat</a><br>
<a href="https://github.com/seek-oss/playroom" rel="nofollow">https://github.com/seek-oss/playroom</a><br>
<a href="https://vanilla-extract.style" rel="nofollow">https://vanilla-extract.style</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today</a>.</p><p>Special Guest: Mark Dalgleish.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this episode, Ben interviews Mark Dalgleish about CSS Modules and vanilla-extract, which is basically “CSS Modules-in-TypeScript” but with scoped CSS variables.  Listen to this episode to learn more about vanilla-extract and how to use it in your next project. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/markdalgleish" rel="nofollow">https://twitter.com/markdalgleish</a><br>
<a href="https://github.com/markdalgleish" rel="nofollow">https://github.com/markdalgleish</a><br>
<a href="https://github.com/css-modules/css-modules" rel="nofollow">https://github.com/css-modules/css-modules</a><br>
<a href="https://css-tricks.com/bem-101" rel="nofollow">https://css-tricks.com/bem-101</a><br>
<a href="https://www.seek.com.au" rel="nofollow">https://www.seek.com.au </a><br>
<a href="https://github.com/seek-oss/treat" rel="nofollow">https://github.com/seek-oss/treat</a><br>
<a href="https://github.com/seek-oss/playroom" rel="nofollow">https://github.com/seek-oss/playroom</a><br>
<a href="https://vanilla-extract.style" rel="nofollow">https://vanilla-extract.style</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today</a>.</p><p>Special Guest: Mark Dalgleish.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Rocket Surgery: Kaelan and Chris Coyier compare notes</title>
  <link>http://podrocket.logrocket.com/css</link>
  <guid isPermaLink="false">356b15cc-6ce9-4f60-8658-6ded6bae9dba</guid>
  <pubDate>Tue, 08 Jun 2021 08:30:00 -0400</pubDate>
  <author>LogRocket</author>
  <enclosure url="https://dts.podtrac.com/redirect.mp3/aphid.fireside.fm/d/1437767933/3911462c-bca2-48c2-9103-610ba304c673/356b15cc-6ce9-4f60-8658-6ded6bae9dba.mp3" length="50803861" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>1</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Are you up to speed on all of this new CSS stuff? Chris Coyier and Kaelan compare notes on CSS and frontend development (they also discuss MDN plus). </itunes:subtitle>
  <itunes:duration>41:05</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/3/3911462c-bca2-48c2-9103-610ba304c673/episodes/3/356b15cc-6ce9-4f60-8658-6ded6bae9dba/cover.jpg?v=1"/>
  <description>Are you up to speed on all of this new CSS stuff? Chris Coyier and Kaelan compare notes on CSS and frontend development (they also discuss MDN plus). 
Links
https://chriscoyier.net  (https://chriscoyier.net)
https://twitter.com/chriscoyier (https://twitter.com/chriscoyier)
https://developer.mozilla.org/en-US/docs/Web/Houdini (https://developer.mozilla.org/en-US/docs/Web/Houdini)
https://developer.mozilla.org/en-US/docs/Masonry_Layout (https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout)
https://styled-system.com (https://styled-system.com)
https://blog.stackblitz.com/posts/introducing-webcontainers  (https://blog.stackblitz.com/posts/introducing-webcontainers)
https://stackblitz.com (https://stackblitz.com)
https://news.ycombinator.com/item?id=27302702 (https://news.ycombinator.com/item?id=27302702)
https://shoptalkshow.com  (https://shoptalkshow.com)
https://codepen.io/features/pro (https://codepen.io/features/pro)
Contact us
https://podrocket.logrocket.com/contact-us (https://podrocket.logrocket.com/contact-us)
@PodRocketpod (https://twitter.com/PodRocketpod)
What does LogRocket do?
LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. Try LogRocket for free today. (https://logrocket.com/signup/?pdr)
 Special Guests: Chris Coyier and Kaelan Cooter .
</description>
  <itunes:keywords>web development, software engineering, frontend development, tech, technology, frontend web development,  css, </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Are you up to speed on all of this new CSS stuff? Chris Coyier and Kaelan compare notes on CSS and frontend development (they also discuss MDN plus). </p>

<h3>Links</h3>

<p><a href="https://chriscoyier.net" rel="nofollow">https://chriscoyier.net </a><br>
<a href="https://twitter.com/chriscoyier" rel="nofollow">https://twitter.com/chriscoyier</a><br>
<a href="https://developer.mozilla.org/en-US/docs/Web/Houdini" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/Houdini</a><br>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout" rel="nofollow">https://developer.mozilla.org/en-US/docs/Masonry_Layout</a><br>
<a href="https://styled-system.com" rel="nofollow">https://styled-system.com</a><br>
<a href="https://blog.stackblitz.com/posts/introducing-webcontainers" rel="nofollow">https://blog.stackblitz.com/posts/introducing-webcontainers </a><br>
<a href="https://stackblitz.com" rel="nofollow">https://stackblitz.com</a><br>
<a href="https://news.ycombinator.com/item?id=27302702" rel="nofollow">https://news.ycombinator.com/item?id=27302702</a><br>
<a href="https://shoptalkshow.com" rel="nofollow">https://shoptalkshow.com </a><br>
<a href="https://codepen.io/features/pro" rel="nofollow">https://codepen.io/features/pro</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Chris Coyier and Kaelan Cooter .</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Are you up to speed on all of this new CSS stuff? Chris Coyier and Kaelan compare notes on CSS and frontend development (they also discuss MDN plus). </p>

<h3>Links</h3>

<p><a href="https://chriscoyier.net" rel="nofollow">https://chriscoyier.net </a><br>
<a href="https://twitter.com/chriscoyier" rel="nofollow">https://twitter.com/chriscoyier</a><br>
<a href="https://developer.mozilla.org/en-US/docs/Web/Houdini" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/Houdini</a><br>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout" rel="nofollow">https://developer.mozilla.org/en-US/docs/Masonry_Layout</a><br>
<a href="https://styled-system.com" rel="nofollow">https://styled-system.com</a><br>
<a href="https://blog.stackblitz.com/posts/introducing-webcontainers" rel="nofollow">https://blog.stackblitz.com/posts/introducing-webcontainers </a><br>
<a href="https://stackblitz.com" rel="nofollow">https://stackblitz.com</a><br>
<a href="https://news.ycombinator.com/item?id=27302702" rel="nofollow">https://news.ycombinator.com/item?id=27302702</a><br>
<a href="https://shoptalkshow.com" rel="nofollow">https://shoptalkshow.com </a><br>
<a href="https://codepen.io/features/pro" rel="nofollow">https://codepen.io/features/pro</a></p>

<h3>Contact us</h3>

<p><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a><br>
<a href="https://twitter.com/PodRocketpod" rel="nofollow">@PodRocketpod</a></p>

<h3>What does LogRocket do?</h3>

<p>LogRocket combines frontend monitoring, product analytics, and session replay to help software teams deliver the ideal product experience. <a href="https://logrocket.com/signup/?pdr" rel="nofollow">Try LogRocket for free today.</a></p><p>Special Guests: Chris Coyier and Kaelan Cooter .</p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
