<?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>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Thu, 12 Mar 2026 17:43:34 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>PodRocket - Episodes Tagged with “Typescript”</title>
    <link>https://podrocket.logrocket.com/tags/typescript</link>
    <pubDate>Tue, 21 Oct 2025 08:00:00 -0400</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>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>Typescript Is SO SLOW...Or Is It? with Mike Hartington</title>
  <link>http://podrocket.logrocket.com/typescript-so-slow-or-is-it-mike-hartington</link>
  <guid isPermaLink="false">46338833-ae3a-4acf-b533-55df3505ed60</guid>
  <pubDate>Thu, 31 Jul 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/46338833-ae3a-4acf-b533-55df3505ed60.mp3" length="82361421" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>4</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>TypeScript might feel slow, but is it really? In this episode, Mike Hartington DevRel at Nx joins us fresh off his React Miami talk to unpack what actually causes TypeScript slowdowns in large monorepos, and how techniques like project references, workspaces, and precompiled DTS files can supercharge your dev experience. We also dig into the upcoming Go-based TypeScript compiler and how it could deliver 10x+ performance gains.</itunes:subtitle>
  <itunes:duration>33:33</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/46338833-ae3a-4acf-b533-55df3505ed60/cover.jpg?v=1"/>
  <description>TypeScript might feel slow, but is it really? In this episode, Mike Hartington DevRel at Nx joins us fresh off his React Miami talk to unpack what actually causes TypeScript slowdowns in large monorepos, and how techniques like project references, workspaces, and precompiled DTS files can supercharge your dev experience. We also dig into the upcoming Go-based TypeScript compiler and how it could deliver 10x+ performance gains.
Links
Website: https://mhartington.io
X: https://x.com/mhartington
Github: https://github.com/mhartington
Bluesky: https://bsky.app/profile/mhartington.io
LinkedIn: https://www.linkedin.com/in/mhartington
Resources
React Miami Talk: https://www.youtube.com/watch?v=QI3JBQl7SPM
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).
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 Guest: Mike Hartington.
</description>
  <itunes:keywords>TypeScript,TypeScript performance,Nx,React Miami,project references,workspaces,DTS files,TypeScript Go,monorepo,TypeScript compiler,developer experience,CI time,Node modules,TSConfig,TS build info,TRPC,Zod,precompiled types,code splitting,dev tooling,LogRocket,Josh Goldberg,Mike Hartington,web development,frontend performance,JavaScript types,TypeScript optimization</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>TypeScript might feel slow, but is it really? In this episode, Mike Hartington DevRel at Nx joins us fresh off his React Miami talk to unpack what actually causes TypeScript slowdowns in large monorepos, and how techniques like project references, workspaces, and precompiled DTS files can supercharge your dev experience. We also dig into the upcoming Go-based TypeScript compiler and how it could deliver 10x+ performance gains.</p>

<h3>Links</h3>

<p>Website: <a href="https://mhartington.io" rel="nofollow">https://mhartington.io</a><br>
X: <a href="https://x.com/mhartington" rel="nofollow">https://x.com/mhartington</a><br>
Github: <a href="https://github.com/mhartington" rel="nofollow">https://github.com/mhartington</a><br>
Bluesky: <a href="https://bsky.app/profile/mhartington.io" rel="nofollow">https://bsky.app/profile/mhartington.io</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/mhartington" rel="nofollow">https://www.linkedin.com/in/mhartington</a></p>

<h3>Resources</h3>

<p>React Miami Talk: <a href="https://www.youtube.com/watch?v=QI3JBQl7SPM" rel="nofollow">https://www.youtube.com/watch?v=QI3JBQl7SPM</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>

<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 Guest: Mike Hartington.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>TypeScript might feel slow, but is it really? In this episode, Mike Hartington DevRel at Nx joins us fresh off his React Miami talk to unpack what actually causes TypeScript slowdowns in large monorepos, and how techniques like project references, workspaces, and precompiled DTS files can supercharge your dev experience. We also dig into the upcoming Go-based TypeScript compiler and how it could deliver 10x+ performance gains.</p>

<h3>Links</h3>

<p>Website: <a href="https://mhartington.io" rel="nofollow">https://mhartington.io</a><br>
X: <a href="https://x.com/mhartington" rel="nofollow">https://x.com/mhartington</a><br>
Github: <a href="https://github.com/mhartington" rel="nofollow">https://github.com/mhartington</a><br>
Bluesky: <a href="https://bsky.app/profile/mhartington.io" rel="nofollow">https://bsky.app/profile/mhartington.io</a><br>
LinkedIn: <a href="https://www.linkedin.com/in/mhartington" rel="nofollow">https://www.linkedin.com/in/mhartington</a></p>

<h3>Resources</h3>

<p>React Miami Talk: <a href="https://www.youtube.com/watch?v=QI3JBQl7SPM" rel="nofollow">https://www.youtube.com/watch?v=QI3JBQl7SPM</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>

<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 Guest: Mike Hartington.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Matt Pocock, Minko Gechev, and next-gen React</title>
  <link>http://podrocket.logrocket.com/matt-pocock-minko-gechev-next-gen-react</link>
  <guid isPermaLink="false">d81104f7-e2c7-4b71-8273-49333f15b37d</guid>
  <pubDate>Fri, 11 Aug 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/d81104f7-e2c7-4b71-8273-49333f15b37d.mp3" length="35574848" 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 episode, Matt Pocock answers listener TypeScript questions about design systems, Minko Gechev talks about how Angular becomes better with competition, and Mikael Brevik shares how React architectures have evolved and will continue to evolve.</itunes:subtitle>
  <itunes:duration>14:49</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>In this week’s roundup episode, Matt Pocock answers listener TypeScript questions about design systems, Minko Gechev talks about how Angular becomes better with competition, and Mikael Brevik shares how React architectures have evolved and will continue to evolve.
Links
Apple
Matt Pocock answers your TypeScript questions: http://bit.ly/3ZIy2M7
Next-generation React architectures with Mikael Brevik: https://apple.co/44WhoLl
Angular in 2023 with Minko Gechev: https://bit.ly/43VUP85
Google
Matt Pocock answers your TypeScript questions: http://bit.ly/3CWarhg
Next-generation React architectures with Mikael Brevik: https://bit.ly/45fJ4e1
Angular in 2023 with Minko Gechev: https://bit.ly/3Ko9AJZ
Spotify
Matt Pocock answers your TypeScript questions: http://bit.ly/3iQItg5
Next-generation React architectures with Mikael Brevik: https://spoti.fi/3qgwQD0
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: Matt Pocock, Mikael Brevik, and Minko Gechev.
</description>
  <itunes:keywords>TypeScript, React, design systems, Angular, React architectures</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this week’s roundup episode, Matt Pocock answers listener TypeScript questions about design systems, Minko Gechev talks about how Angular becomes better with competition, and Mikael Brevik shares how React architectures have evolved and will continue to evolve.</p>

<h3>Links</h3>

<p><em>Apple</em><br>
Matt Pocock answers your TypeScript questions: <a href="http://bit.ly/3ZIy2M7" rel="nofollow">http://bit.ly/3ZIy2M7</a><br>
Next-generation React architectures with Mikael Brevik: <a href="https://apple.co/44WhoLl" rel="nofollow">https://apple.co/44WhoLl</a><br>
Angular in 2023 with Minko Gechev: <a href="https://bit.ly/43VUP85" rel="nofollow">https://bit.ly/43VUP85</a></p>

<p><em>Google</em><br>
Matt Pocock answers your TypeScript questions: <a href="http://bit.ly/3CWarhg" rel="nofollow">http://bit.ly/3CWarhg</a><br>
Next-generation React architectures with Mikael Brevik: <a href="https://bit.ly/45fJ4e1" rel="nofollow">https://bit.ly/45fJ4e1</a><br>
Angular in 2023 with Minko Gechev: <a href="https://bit.ly/3Ko9AJZ" rel="nofollow">https://bit.ly/3Ko9AJZ</a></p>

<p><em>Spotify</em><br>
Matt Pocock answers your TypeScript questions: <a href="http://bit.ly/3iQItg5" rel="nofollow">http://bit.ly/3iQItg5</a><br>
Next-generation React architectures with Mikael Brevik: <a href="https://spoti.fi/3qgwQD0" rel="nofollow">https://spoti.fi/3qgwQD0</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: Matt Pocock, Mikael Brevik, and Minko Gechev.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this week’s roundup episode, Matt Pocock answers listener TypeScript questions about design systems, Minko Gechev talks about how Angular becomes better with competition, and Mikael Brevik shares how React architectures have evolved and will continue to evolve.</p>

<h3>Links</h3>

<p><em>Apple</em><br>
Matt Pocock answers your TypeScript questions: <a href="http://bit.ly/3ZIy2M7" rel="nofollow">http://bit.ly/3ZIy2M7</a><br>
Next-generation React architectures with Mikael Brevik: <a href="https://apple.co/44WhoLl" rel="nofollow">https://apple.co/44WhoLl</a><br>
Angular in 2023 with Minko Gechev: <a href="https://bit.ly/43VUP85" rel="nofollow">https://bit.ly/43VUP85</a></p>

<p><em>Google</em><br>
Matt Pocock answers your TypeScript questions: <a href="http://bit.ly/3CWarhg" rel="nofollow">http://bit.ly/3CWarhg</a><br>
Next-generation React architectures with Mikael Brevik: <a href="https://bit.ly/45fJ4e1" rel="nofollow">https://bit.ly/45fJ4e1</a><br>
Angular in 2023 with Minko Gechev: <a href="https://bit.ly/3Ko9AJZ" rel="nofollow">https://bit.ly/3Ko9AJZ</a></p>

<p><em>Spotify</em><br>
Matt Pocock answers your TypeScript questions: <a href="http://bit.ly/3iQItg5" rel="nofollow">http://bit.ly/3iQItg5</a><br>
Next-generation React architectures with Mikael Brevik: <a href="https://spoti.fi/3qgwQD0" rel="nofollow">https://spoti.fi/3qgwQD0</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: Matt Pocock, Mikael Brevik, and Minko Gechev.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>typescript-eslint with Josh Goldberg</title>
  <link>http://podrocket.logrocket.com/typescript-eslint</link>
  <guid isPermaLink="false">c45f0ca4-3843-4f57-9890-cebb735b7336</guid>
  <pubDate>Wed, 09 Aug 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/c45f0ca4-3843-4f57-9890-cebb735b7336.mp3" length="40483327" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Josh Goldberg returns to talk about the tool typescript-eslint, and how it makes using ESLint with TypeScript easier.</itunes:subtitle>
  <itunes:duration>32:45</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/c45f0ca4-3843-4f57-9890-cebb735b7336/cover.jpg?v=1"/>
  <description>Josh Goldberg returns to talk about the tool typescript-eslint, and how it makes using ESLint with TypeScript easier.
Links
https://www.joshuakgoldberg.com
https://twitter.com/JoshuaKGoldberg
https://www.youtube.com/@JoshuaKGoldberg
https://fosstodon.org/@JoshuaKGoldberg
https://bsky.app/profile/joshuakgoldberg.com
https://www.twitch.tv/JoshuaKGoldberg
https://github.com/JoshuaKGoldberg
https://typescript-eslint.io
https://typescript-eslint.io/blog/announcing-typescript-eslint-v6
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: Josh Goldberg.
</description>
  <itunes:keywords>typescript-eslint, ESLint, TypeScript</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Josh Goldberg returns to talk about the tool typescript-eslint, and how it makes using ESLint with TypeScript easier.</p>

<h3>Links</h3>

<p><a href="https://www.joshuakgoldberg.com" rel="nofollow">https://www.joshuakgoldberg.com</a><br>
<a href="https://twitter.com/JoshuaKGoldberg" rel="nofollow">https://twitter.com/JoshuaKGoldberg</a><br>
<a href="https://www.youtube.com/@JoshuaKGoldberg" rel="nofollow">https://www.youtube.com/@JoshuaKGoldberg</a><br>
<a href="https://fosstodon.org/@JoshuaKGoldberg" rel="nofollow">https://fosstodon.org/@JoshuaKGoldberg</a><br>
<a href="https://bsky.app/profile/joshuakgoldberg.com" rel="nofollow">https://bsky.app/profile/joshuakgoldberg.com</a><br>
<a href="https://www.twitch.tv/JoshuaKGoldberg" rel="nofollow">https://www.twitch.tv/JoshuaKGoldberg</a><br>
<a href="https://github.com/JoshuaKGoldberg" rel="nofollow">https://github.com/JoshuaKGoldberg</a><br>
<a href="https://typescript-eslint.io" rel="nofollow">https://typescript-eslint.io</a><br>
<a href="https://typescript-eslint.io/blog/announcing-typescript-eslint-v6" rel="nofollow">https://typescript-eslint.io/blog/announcing-typescript-eslint-v6</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: Josh Goldberg.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Josh Goldberg returns to talk about the tool typescript-eslint, and how it makes using ESLint with TypeScript easier.</p>

<h3>Links</h3>

<p><a href="https://www.joshuakgoldberg.com" rel="nofollow">https://www.joshuakgoldberg.com</a><br>
<a href="https://twitter.com/JoshuaKGoldberg" rel="nofollow">https://twitter.com/JoshuaKGoldberg</a><br>
<a href="https://www.youtube.com/@JoshuaKGoldberg" rel="nofollow">https://www.youtube.com/@JoshuaKGoldberg</a><br>
<a href="https://fosstodon.org/@JoshuaKGoldberg" rel="nofollow">https://fosstodon.org/@JoshuaKGoldberg</a><br>
<a href="https://bsky.app/profile/joshuakgoldberg.com" rel="nofollow">https://bsky.app/profile/joshuakgoldberg.com</a><br>
<a href="https://www.twitch.tv/JoshuaKGoldberg" rel="nofollow">https://www.twitch.tv/JoshuaKGoldberg</a><br>
<a href="https://github.com/JoshuaKGoldberg" rel="nofollow">https://github.com/JoshuaKGoldberg</a><br>
<a href="https://typescript-eslint.io" rel="nofollow">https://typescript-eslint.io</a><br>
<a href="https://typescript-eslint.io/blog/announcing-typescript-eslint-v6" rel="nofollow">https://typescript-eslint.io/blog/announcing-typescript-eslint-v6</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: Josh Goldberg.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Matt Pocock answers your TypeScript questions</title>
  <link>http://podrocket.logrocket.com/your-typescript-questions-answered</link>
  <guid isPermaLink="false">5ad0d6a2-8f2a-40c6-80ca-01aa48508f1a</guid>
  <pubDate>Mon, 31 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/5ad0d6a2-8f2a-40c6-80ca-01aa48508f1a.mp3" length="49985817" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>In our July mailbag episode, THE TypeScript guy, Matt Pocock, comes on to answer your listener questions about TypeScript.</itunes:subtitle>
  <itunes:duration>40: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/5/5ad0d6a2-8f2a-40c6-80ca-01aa48508f1a/cover.jpg?v=1"/>
  <description>In our July mailbag episode, THE TypeScript guy, Matt Pocock, comes on to answer your listener questions about TypeScript.
Links
https://www.mattpocock.com
https://twitter.com/mattpocockuk
https://www.totaltypescript.com
https://www.youtube.com/@mattpocockuk
https://discord.com/invite/8S5ujhfTB3
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: Matt Pocock.
</description>
  <itunes:keywords>TypeScript</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In our July mailbag episode, THE TypeScript guy, Matt Pocock, comes on to answer your listener questions about TypeScript.</p>

<h3>Links</h3>

<p><a href="https://www.mattpocock.com" rel="nofollow">https://www.mattpocock.com</a><br>
<a href="https://twitter.com/mattpocockuk" rel="nofollow">https://twitter.com/mattpocockuk</a><br>
<a href="https://www.totaltypescript.com" rel="nofollow">https://www.totaltypescript.com</a><br>
<a href="https://www.youtube.com/@mattpocockuk" rel="nofollow">https://www.youtube.com/@mattpocockuk</a><br>
<a href="https://discord.com/invite/8S5ujhfTB3" rel="nofollow">https://discord.com/invite/8S5ujhfTB3</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: Matt Pocock.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In our July mailbag episode, THE TypeScript guy, Matt Pocock, comes on to answer your listener questions about TypeScript.</p>

<h3>Links</h3>

<p><a href="https://www.mattpocock.com" rel="nofollow">https://www.mattpocock.com</a><br>
<a href="https://twitter.com/mattpocockuk" rel="nofollow">https://twitter.com/mattpocockuk</a><br>
<a href="https://www.totaltypescript.com" rel="nofollow">https://www.totaltypescript.com</a><br>
<a href="https://www.youtube.com/@mattpocockuk" rel="nofollow">https://www.youtube.com/@mattpocockuk</a><br>
<a href="https://discord.com/invite/8S5ujhfTB3" rel="nofollow">https://discord.com/invite/8S5ujhfTB3</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: Matt Pocock.</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>Typescript performance with Aleksandra Sikora</title>
  <link>http://podrocket.logrocket.com/typescript-performance</link>
  <guid isPermaLink="false">f322bc80-16eb-4721-b475-e66b34406c04</guid>
  <pubDate>Tue, 18 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/f322bc80-16eb-4721-b475-e66b34406c04.mp3" length="31300576" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>We dig into the nitty gritty of improving TypeScript performance with Aleksandra Sikora, open-source engineer at The Guild, as she discusses her recent talk, “TypeScript Performance: Going Beyond the Surface”</itunes:subtitle>
  <itunes:duration>26: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/f/f322bc80-16eb-4721-b475-e66b34406c04/cover.jpg?v=1"/>
  <description>We dig into the nitty gritty of improving TypeScript performance with Aleksandra Sikora, open-source engineer at The Guild, as she discusses her recent talk, “TypeScript Performance: Going Beyond the Surface”
Links
https://twitter.com/aleksandrasays
https://www.aleksandra.codes
https://github.com/beerose
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: Aleksandra Sikora.
</description>
  <itunes:keywords>TypeScript performance, TypeScript, web development</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We dig into the nitty gritty of improving TypeScript performance with Aleksandra Sikora, open-source engineer at The Guild, as she discusses her recent talk, “TypeScript Performance: Going Beyond the Surface”</p>

<h3>Links</h3>

<p><a href="https://twitter.com/aleksandrasays" rel="nofollow">https://twitter.com/aleksandrasays</a><br>
<a href="https://www.aleksandra.codes" rel="nofollow">https://www.aleksandra.codes</a><br>
<a href="https://github.com/beerose" rel="nofollow">https://github.com/beerose</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: Aleksandra Sikora.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We dig into the nitty gritty of improving TypeScript performance with Aleksandra Sikora, open-source engineer at The Guild, as she discusses her recent talk, “TypeScript Performance: Going Beyond the Surface”</p>

<h3>Links</h3>

<p><a href="https://twitter.com/aleksandrasays" rel="nofollow">https://twitter.com/aleksandrasays</a><br>
<a href="https://www.aleksandra.codes" rel="nofollow">https://www.aleksandra.codes</a><br>
<a href="https://github.com/beerose" rel="nofollow">https://github.com/beerose</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: Aleksandra Sikora.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Zod with Matt Pocock (Repeat)</title>
  <link>http://podrocket.logrocket.com/zod-with-matt-pocock</link>
  <guid isPermaLink="false">c96aefaf-434d-4160-a144-08138be91943</guid>
  <pubDate>Tue, 04 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/c96aefaf-434d-4160-a144-08138be91943.mp3" length="34615456" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Originally published on January 17, 2023. 
We are taking some time off from production. We will be back with new episodes on July 5th, 2023. 
We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with TypeScript, and how to use it.
</itunes:subtitle>
  <itunes:duration>28: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/c/c96aefaf-434d-4160-a144-08138be91943/cover.jpg?v=1"/>
  <description>Originally published on January 17, 2023. 
We are taking some time off from production. We will be back with new episodes on July 5th, 2023.
We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with TypeScript, and how to use it.
Links
https://totaltypescript.com
https://www.mattpocock.com
https://twitter.com/mattpocockuk
https://github.com/mattpocock
https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow
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: Matt Pocock.
</description>
  <itunes:keywords>zod, typescript, </itunes:keywords>
  <content:encoded>
    <![CDATA[<p><em>Originally published on January 17, 2023. <br>
We are taking some time off from production. We will be back with new episodes on July 5th, 2023.</em></p>

<p>We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with TypeScript, and how to use it.</p>

<h3>Links</h3>

<p><a href="https://totaltypescript.com" rel="nofollow">https://totaltypescript.com</a><br>
<a href="https://www.mattpocock.com" rel="nofollow">https://www.mattpocock.com</a><br>
<a href="https://twitter.com/mattpocockuk" rel="nofollow">https://twitter.com/mattpocockuk</a><br>
<a href="https://github.com/mattpocock" rel="nofollow">https://github.com/mattpocock</a><br>
<a href="https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow" rel="nofollow">https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow</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: Matt Pocock.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p><em>Originally published on January 17, 2023. <br>
We are taking some time off from production. We will be back with new episodes on July 5th, 2023.</em></p>

<p>We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with TypeScript, and how to use it.</p>

<h3>Links</h3>

<p><a href="https://totaltypescript.com" rel="nofollow">https://totaltypescript.com</a><br>
<a href="https://www.mattpocock.com" rel="nofollow">https://www.mattpocock.com</a><br>
<a href="https://twitter.com/mattpocockuk" rel="nofollow">https://twitter.com/mattpocockuk</a><br>
<a href="https://github.com/mattpocock" rel="nofollow">https://github.com/mattpocock</a><br>
<a href="https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow" rel="nofollow">https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow</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: Matt Pocock.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>React, TypeScript, and ESLint with Josh Goldberg</title>
  <link>http://podrocket.logrocket.com/react-typescript-eslint</link>
  <guid isPermaLink="false">48ae10af-e9bc-4f31-b315-f1b18bb6f5fd</guid>
  <pubDate>Tue, 06 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/48ae10af-e9bc-4f31-b315-f1b18bb6f5fd.mp3" length="37366303" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Josh Goldberg, open-source maintainer, speaker, and educator, comes onto the show to talk about linting in relation to React and TypeScript.</itunes:subtitle>
  <itunes:duration>30:09</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/48ae10af-e9bc-4f31-b315-f1b18bb6f5fd/cover.jpg?v=1"/>
  <description>Josh Goldberg, open-source maintainer, speaker, and educator, comes onto the show to talk about linting in relation to React and TypeScript.
Links
https://astro.build
https://docs.astro.build
https://twitter.com/astrodotbuild
https://bholmes.dev
https://twitter.com/BHolmesDev
https://github.com/bholmesdev
https://www.linkedin.com/in/bholmesdev
https://www.youtube.com/channel/UCfFNverFDMdWDQGBBC7Zw
https://wtw.dev
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: Josh Goldberg.
</description>
  <itunes:keywords>React, TypeScript, ESLint</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Josh Goldberg, open-source maintainer, speaker, and educator, comes onto the show to talk about linting in relation to React and TypeScript.</p>

<h3>Links</h3>

<p><a href="https://astro.build" rel="nofollow">https://astro.build</a><br>
<a href="https://docs.astro.build" rel="nofollow">https://docs.astro.build</a><br>
<a href="https://twitter.com/astrodotbuild" rel="nofollow">https://twitter.com/astrodotbuild</a><br>
<a href="https://bholmes.dev" rel="nofollow">https://bholmes.dev</a><br>
<a href="https://twitter.com/BHolmesDev" rel="nofollow">https://twitter.com/BHolmesDev</a><br>
<a href="https://github.com/bholmesdev" rel="nofollow">https://github.com/bholmesdev</a><br>
<a href="https://www.linkedin.com/in/bholmesdev" rel="nofollow">https://www.linkedin.com/in/bholmesdev</a><br>
<a href="https://www.youtube.com/channel/UCfFNverFD_Md_WDQGBBC7Zw" rel="nofollow">https://www.youtube.com/channel/UCfFNverFD_Md_WDQGBBC7Zw</a><br>
<a href="https://wtw.dev" rel="nofollow">https://wtw.dev</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: Josh Goldberg.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Josh Goldberg, open-source maintainer, speaker, and educator, comes onto the show to talk about linting in relation to React and TypeScript.</p>

<h3>Links</h3>

<p><a href="https://astro.build" rel="nofollow">https://astro.build</a><br>
<a href="https://docs.astro.build" rel="nofollow">https://docs.astro.build</a><br>
<a href="https://twitter.com/astrodotbuild" rel="nofollow">https://twitter.com/astrodotbuild</a><br>
<a href="https://bholmes.dev" rel="nofollow">https://bholmes.dev</a><br>
<a href="https://twitter.com/BHolmesDev" rel="nofollow">https://twitter.com/BHolmesDev</a><br>
<a href="https://github.com/bholmesdev" rel="nofollow">https://github.com/bholmesdev</a><br>
<a href="https://www.linkedin.com/in/bholmesdev" rel="nofollow">https://www.linkedin.com/in/bholmesdev</a><br>
<a href="https://www.youtube.com/channel/UCfFNverFD_Md_WDQGBBC7Zw" rel="nofollow">https://www.youtube.com/channel/UCfFNverFD_Md_WDQGBBC7Zw</a><br>
<a href="https://wtw.dev" rel="nofollow">https://wtw.dev</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: Josh Goldberg.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>TypeScript in Nuxt and Vue with Daniel Kelly</title>
  <link>http://podrocket.logrocket.com/typescript-nuxt-vue</link>
  <guid isPermaLink="false">bd709011-1cc3-4069-9282-183d7b4d2c2c</guid>
  <pubDate>Tue, 21 Mar 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/bd709011-1cc3-4069-9282-183d7b4d2c2c.mp3" length="28546733" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Daniel Kelly, teacher and content creator at the Vue School, joins the show to talk about how TypeScript has evolved when working within Nuxt and Vue.</itunes:subtitle>
  <itunes:duration>22:32</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/bd709011-1cc3-4069-9282-183d7b4d2c2c/cover.jpg?v=1"/>
  <description>Daniel Kelly, teacher and content creator at the Vue School, joins the show to talk about how TypeScript has evolved when working within Nuxt and Vue.
Links
https://twitter.com/danielkelly_io
https://github.com/danielkellyio
https://danielkelly.io
https://danielkelly.io/courses
https://danielkelly.io/talks
https://www.linkedin.com/in/danielkellyio
https://vueschool.io
https://nuxt.com
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: Daniel Kelly.
</description>
  <itunes:keywords>Vue, TypeScript, Nuxt</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Daniel Kelly, teacher and content creator at the Vue School, joins the show to talk about how TypeScript has evolved when working within Nuxt and Vue.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/danielkelly_io" rel="nofollow">https://twitter.com/danielkelly_io</a><br>
<a href="https://github.com/danielkellyio" rel="nofollow">https://github.com/danielkellyio</a><br>
<a href="https://danielkelly.io" rel="nofollow">https://danielkelly.io</a><br>
<a href="https://danielkelly.io/courses" rel="nofollow">https://danielkelly.io/courses</a><br>
<a href="https://danielkelly.io/talks" rel="nofollow">https://danielkelly.io/talks</a><br>
<a href="https://www.linkedin.com/in/danielkellyio" rel="nofollow">https://www.linkedin.com/in/danielkellyio</a><br>
<a href="https://vueschool.io" rel="nofollow">https://vueschool.io</a><br>
<a href="https://nuxt.com" rel="nofollow">https://nuxt.com</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: Daniel Kelly.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Daniel Kelly, teacher and content creator at the Vue School, joins the show to talk about how TypeScript has evolved when working within Nuxt and Vue.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/danielkelly_io" rel="nofollow">https://twitter.com/danielkelly_io</a><br>
<a href="https://github.com/danielkellyio" rel="nofollow">https://github.com/danielkellyio</a><br>
<a href="https://danielkelly.io" rel="nofollow">https://danielkelly.io</a><br>
<a href="https://danielkelly.io/courses" rel="nofollow">https://danielkelly.io/courses</a><br>
<a href="https://danielkelly.io/talks" rel="nofollow">https://danielkelly.io/talks</a><br>
<a href="https://www.linkedin.com/in/danielkellyio" rel="nofollow">https://www.linkedin.com/in/danielkellyio</a><br>
<a href="https://vueschool.io" rel="nofollow">https://vueschool.io</a><br>
<a href="https://nuxt.com" rel="nofollow">https://nuxt.com</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: Daniel Kelly.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Zod with Matt Pocock</title>
  <link>http://podrocket.logrocket.com/zod</link>
  <guid isPermaLink="false">c1bb4ade-1df2-49a3-a6b9-769a7f8ab925</guid>
  <pubDate>Tue, 17 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/c1bb4ade-1df2-49a3-a6b9-769a7f8ab925.mp3" length="34885402" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>3</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with TypeScript, and how to use it.</itunes:subtitle>
  <itunes:duration>29: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/c/c1bb4ade-1df2-49a3-a6b9-769a7f8ab925/cover.jpg?v=1"/>
  <description>We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with TypeScript, and how to use it.
Links
https://totaltypescript.com
https://www.mattpocock.com
https://twitter.com/mattpocockuk
https://github.com/mattpocock
https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow
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: Matt Pocock.
</description>
  <itunes:keywords>Zod, TypeScript</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with TypeScript, and how to use it.</p>

<h3>Links</h3>

<p><a href="https://totaltypescript.com" rel="nofollow">https://totaltypescript.com</a><br>
<a href="https://www.mattpocock.com" rel="nofollow">https://www.mattpocock.com</a><br>
<a href="https://twitter.com/mattpocockuk" rel="nofollow">https://twitter.com/mattpocockuk</a><br>
<a href="https://github.com/mattpocock" rel="nofollow">https://github.com/mattpocock</a><br>
<a href="https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow" rel="nofollow">https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow</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: Matt Pocock.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with TypeScript, and how to use it.</p>

<h3>Links</h3>

<p><a href="https://totaltypescript.com" rel="nofollow">https://totaltypescript.com</a><br>
<a href="https://www.mattpocock.com" rel="nofollow">https://www.mattpocock.com</a><br>
<a href="https://twitter.com/mattpocockuk" rel="nofollow">https://twitter.com/mattpocockuk</a><br>
<a href="https://github.com/mattpocock" rel="nofollow">https://github.com/mattpocock</a><br>
<a href="https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow" rel="nofollow">https://www.youtube.com/channel/UCswG6FSbgZjbWtdf_hMLaow</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: Matt Pocock.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Deno and Fresh with Luca Casonato (Repeat)</title>
  <link>http://podrocket.logrocket.com/deno-fresh-repeat</link>
  <guid isPermaLink="false">59fea9f4-fb61-4bcc-937a-58fa38aa2cea</guid>
  <pubDate>Fri, 25 Nov 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/59fea9f4-fb61-4bcc-937a-58fa38aa2cea.mp3" length="36005056" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>_**Originally published on August 23rd, 2022.**_
_We are taking some time off from production. We will be back with new episodes on November 29th._

Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</itunes:subtitle>
  <itunes:duration>30:00</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/59fea9f4-fb61-4bcc-937a-58fa38aa2cea/cover.jpg?v=1"/>
  <description>Originally published on August 23rd, 2022.
We are taking some time off from production. We will be back with new episodes on November 29th.
Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!
Links
https://twitter.com/lcasdev
https://deno.com/blog/v1.9
https://twitter.com/deno_land
https://deno.land/
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: Luca Casonato.
</description>
  <itunes:keywords>Deno, runtime, Fullstack, Web framework, JavaScript, TypeScript, Fresh</itunes:keywords>
  <content:encoded>
    <![CDATA[<p><em><strong>Originally published on August 23rd, 2022.</strong></em><br>
<em>We are taking some time off from production. We will be back with new episodes on November 29th.</em></p>

<p>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/lcasdev" rel="nofollow">https://twitter.com/lcasdev</a><br>
<a href="https://deno.com/blog/v1.9" rel="nofollow">https://deno.com/blog/v1.9</a><br>
<a href="https://twitter.com/deno_land" rel="nofollow">https://twitter.com/deno_land</a><br>
<a href="https://deno.land/" rel="nofollow">https://deno.land/</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: Luca Casonato.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p><em><strong>Originally published on August 23rd, 2022.</strong></em><br>
<em>We are taking some time off from production. We will be back with new episodes on November 29th.</em></p>

<p>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/lcasdev" rel="nofollow">https://twitter.com/lcasdev</a><br>
<a href="https://deno.com/blog/v1.9" rel="nofollow">https://deno.com/blog/v1.9</a><br>
<a href="https://twitter.com/deno_land" rel="nofollow">https://twitter.com/deno_land</a><br>
<a href="https://deno.land/" rel="nofollow">https://deno.land/</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: Luca Casonato.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>Deno and Fresh with Luca Casonato</title>
  <link>http://podrocket.logrocket.com/deno-and-fresh</link>
  <guid isPermaLink="false">7539b814-3972-492f-909d-1b5f3de30725</guid>
  <pubDate>Tue, 23 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/7539b814-3972-492f-909d-1b5f3de30725.mp3" length="39903356" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</itunes:subtitle>
  <itunes:duration>32:00</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/7539b814-3972-492f-909d-1b5f3de30725/cover.jpg?v=1"/>
  <description>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!
Links
https://twitter.com/lcasdev
https://deno.com/blog/v1.9
https://twitter.com/deno_land
https://deno.land/
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)
https://podrocket.logrocket.com/contact-us Special Guest: Luca Casonato.
</description>
  <itunes:keywords>full stack, framework, Javascript, TypeScript</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/lcasdev" rel="nofollow">https://twitter.com/lcasdev</a><br>
<a href="https://deno.com/blog/v1.9" rel="nofollow">https://deno.com/blog/v1.9</a><br>
<a href="https://twitter.com/deno_land" rel="nofollow">https://twitter.com/deno_land</a><br>
<a href="https://deno.land/" rel="nofollow">https://deno.land/</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><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a></p><p>Special Guest: Luca Casonato.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Deno is a simple, modern, and secure runtime for JavaScript, TypeScript, and WebAssembly. Today, we talk with Luca Casonato, member of the Deno core team and creator of Fresh, a full stack modern web framework for JavaScript and TypeScript developers. What is Fresh? How do we pronounce Deno? We answer these questions and more in this episode!</p>

<h3>Links</h3>

<p><a href="https://twitter.com/lcasdev" rel="nofollow">https://twitter.com/lcasdev</a><br>
<a href="https://deno.com/blog/v1.9" rel="nofollow">https://deno.com/blog/v1.9</a><br>
<a href="https://twitter.com/deno_land" rel="nofollow">https://twitter.com/deno_land</a><br>
<a href="https://deno.land/" rel="nofollow">https://deno.land/</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><a href="https://podrocket.logrocket.com/contact-us" rel="nofollow">https://podrocket.logrocket.com/contact-us</a></p><p>Special Guest: Luca Casonato.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>XState and Stately with Matt Pocock</title>
  <link>http://podrocket.logrocket.com/xstate-stately</link>
  <guid isPermaLink="false">e07ef01f-2b48-4101-a4c9-adcac73d9a1b</guid>
  <pubDate>Wed, 04 May 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/e07ef01f-2b48-4101-a4c9-adcac73d9a1b.mp3" length="76352067" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>2</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>We talk to Matt Pocock, XState core team and Stately dev advocate, about working at XState, quitting his job to work at Stately, and bringing TypeScript into the XState core.</itunes:subtitle>
  <itunes:duration>38: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/e/e07ef01f-2b48-4101-a4c9-adcac73d9a1b/cover.jpg?v=1"/>
  <description>We talk to Matt Pocock, XState core team and Stately dev advocate, about working at XState, quitting his job to work at Stately, and bringing TypeScript into the XState core.
Links
https://twitter.com/mpocock1
https://stately.ai
https://xstate.js.org/
https://twitter.com/statelyai
https://stately.ai/editor
https://discord.com/invite/XState
https://statelyai.notion.site/Careers-at-Stately-db3d704abd8f41058e5361e5ab9c1098
https://twitter.com/DavidKPiano
https://www.mattpocock.com/
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: Matt Pocock.
</description>
  <itunes:keywords>xstate, stately, stately ai, typescript, javascript, state machine xstate</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We talk to Matt Pocock, XState core team and Stately dev advocate, about working at XState, quitting his job to work at Stately, and bringing TypeScript into the XState core.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/mpocock1" rel="nofollow">https://twitter.com/mpocock1</a><br>
<a href="https://stately.ai" rel="nofollow">https://stately.ai</a><br>
<a href="https://xstate.js.org/" rel="nofollow">https://xstate.js.org/</a><br>
<a href="https://twitter.com/statelyai" rel="nofollow">https://twitter.com/statelyai</a><br>
<a href="https://stately.ai/editor" rel="nofollow">https://stately.ai/editor</a><br>
<a href="https://discord.com/invite/XState" rel="nofollow">https://discord.com/invite/XState</a><br>
<a href="https://statelyai.notion.site/Careers-at-Stately-db3d704abd8f41058e5361e5ab9c1098" rel="nofollow">https://statelyai.notion.site/Careers-at-Stately-db3d704abd8f41058e5361e5ab9c1098</a><br>
<a href="https://twitter.com/DavidKPiano" rel="nofollow">https://twitter.com/DavidKPiano</a><br>
<a href="https://www.mattpocock.com/" rel="nofollow">https://www.mattpocock.com/</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: Matt Pocock.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We talk to Matt Pocock, XState core team and Stately dev advocate, about working at XState, quitting his job to work at Stately, and bringing TypeScript into the XState core.</p>

<h3>Links</h3>

<p><a href="https://twitter.com/mpocock1" rel="nofollow">https://twitter.com/mpocock1</a><br>
<a href="https://stately.ai" rel="nofollow">https://stately.ai</a><br>
<a href="https://xstate.js.org/" rel="nofollow">https://xstate.js.org/</a><br>
<a href="https://twitter.com/statelyai" rel="nofollow">https://twitter.com/statelyai</a><br>
<a href="https://stately.ai/editor" rel="nofollow">https://stately.ai/editor</a><br>
<a href="https://discord.com/invite/XState" rel="nofollow">https://discord.com/invite/XState</a><br>
<a href="https://statelyai.notion.site/Careers-at-Stately-db3d704abd8f41058e5361e5ab9c1098" rel="nofollow">https://statelyai.notion.site/Careers-at-Stately-db3d704abd8f41058e5361e5ab9c1098</a><br>
<a href="https://twitter.com/DavidKPiano" rel="nofollow">https://twitter.com/DavidKPiano</a><br>
<a href="https://www.mattpocock.com/" rel="nofollow">https://www.mattpocock.com/</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: Matt Pocock.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>XState with David Khourshid</title>
  <link>http://podrocket.logrocket.com/xstate</link>
  <guid isPermaLink="false">7b835f3f-736f-4908-be92-913a14eb9bda</guid>
  <pubDate>Fri, 15 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/7b835f3f-736f-4908-be92-913a14eb9bda.mp3" length="25685056" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:season>1</itunes:season>
  <itunes:author>LogRocket</itunes:author>
  <itunes:subtitle>XState is a framework-agnostic library for creating and using state machines and statecharts. Learn more by listening to our interview with David Khourshid, creator of XState. </itunes:subtitle>
  <itunes:duration>21:24</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/7b835f3f-736f-4908-be92-913a14eb9bda/cover.jpg?v=1"/>
  <description>XState is a framework-agnostic library for creating and using state machines and statecharts. Learn more by listening to our interview with David Khourshid, creator of XState. 
Links
https://twitter.com/DavidKPiano (https://twitter.com/DavidKPiano)
https://xstate.js.org (https://xstate.js.org)
https://stately.ai (https://stately.ai)
https://stately.ai/viz (https://stately.ai/viz)
https://discord.gg/xstate (https://discord.gg/xstate)
https://github.com/statelyai/xstate/discussions (https://github.com/statelyai/xstate/discussions)
https://twitter.com/statelyai (https://twitter.com/statelyai)
https://github.com/statelyai/xstate (https://github.com/statelyai/xstate)
https://statecharts.dev (https://statecharts.dev)
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: David Khourshid.
</description>
  <itunes:keywords>web development, software engineering, frontend development, tech, technology, frontend web development, javascript, state management </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>XState is a framework-agnostic library for creating and using state machines and statecharts. Learn more by listening to our interview with David Khourshid, creator of XState. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/DavidKPiano" rel="nofollow">https://twitter.com/DavidKPiano</a><br>
<a href="https://xstate.js.org" rel="nofollow">https://xstate.js.org</a><br>
<a href="https://stately.ai" rel="nofollow">https://stately.ai</a><br>
<a href="https://stately.ai/viz" rel="nofollow">https://stately.ai/viz</a><br>
<a href="https://discord.gg/xstate" rel="nofollow">https://discord.gg/xstate</a><br>
<a href="https://github.com/statelyai/xstate/discussions" rel="nofollow">https://github.com/statelyai/xstate/discussions</a><br>
<a href="https://twitter.com/statelyai" rel="nofollow">https://twitter.com/statelyai</a><br>
<a href="https://github.com/statelyai/xstate" rel="nofollow">https://github.com/statelyai/xstate</a><br>
<a href="https://statecharts.dev" rel="nofollow">https://statecharts.dev</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: David Khourshid.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>XState is a framework-agnostic library for creating and using state machines and statecharts. Learn more by listening to our interview with David Khourshid, creator of XState. </p>

<h3>Links</h3>

<p><a href="https://twitter.com/DavidKPiano" rel="nofollow">https://twitter.com/DavidKPiano</a><br>
<a href="https://xstate.js.org" rel="nofollow">https://xstate.js.org</a><br>
<a href="https://stately.ai" rel="nofollow">https://stately.ai</a><br>
<a href="https://stately.ai/viz" rel="nofollow">https://stately.ai/viz</a><br>
<a href="https://discord.gg/xstate" rel="nofollow">https://discord.gg/xstate</a><br>
<a href="https://github.com/statelyai/xstate/discussions" rel="nofollow">https://github.com/statelyai/xstate/discussions</a><br>
<a href="https://twitter.com/statelyai" rel="nofollow">https://twitter.com/statelyai</a><br>
<a href="https://github.com/statelyai/xstate" rel="nofollow">https://github.com/statelyai/xstate</a><br>
<a href="https://statecharts.dev" rel="nofollow">https://statecharts.dev</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: David Khourshid.</p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
