Hasty
8 Tricks When Using the Fetch() API
Wes shares 8 tricks for using the JavaScript Fetch API including streaming responses, tracking download progress, and handling errors.


Hasty
Wes shares 8 tricks for using the JavaScript Fetch API including streaming responses, tracking download progress, and handling errors.
Supper Club
Andrew Lizowski discusses how video editor Descript is built with web technology like Web Codecs and XState. He covers the AI transcription and voice features, using Radix and Tailwind for components, and reliable end-to-end testing with Playwright.
Tasty
Overview of 6 new approved and proposed JavaScript APIs in various stages - ranging from shipped to just proposed. Covers Promise resolvers, immutable arrays, array grouping, observable events, import assertions, Map.emplace(), decorators and pattern matching.
Hasty
Scott and Wes discuss JavaScript decorators - what they are, how to use them, their current status, and potential future use cases.
Supper Club
Brandon Bayer, creator of Blitz JS, discusses Flight Control which lets you deploy apps on your AWS account with a great developer experience. Covers serverless deployment, preview environments, Docker, build caches, and more.
Tasty
Scott and Wes answer listener questions about TypeScript, preventing back pain while programming, and options for limiting cloud service costs.
Hasty
Discussion on why Facebook and Instagram HTML/CSS is messy - random CSS class names and excessive div wrappers.
Supper Club
Ryan Florence discusses Remix, a React web framework he created with Michael Jackson. Topics include Remix's architecture, licensing model, adoption, and how it pioneered concepts like serverless functions.
Tasty
Overview of standard APIs for JavaScript that work across server side runtimes like Node, Deno and Cloudflare workers.
Hasty
Compares JavaScript and Rust at a high level, including cargo, documentation, async/await, error handling, syntax differences, and more.