Hasty
JS Fundamentals - Decorators
Scott and Wes discuss JavaScript decorators - what they are, how to use them, their current status, and potential future use cases.
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.
Supper Club
Andres Reinman discusses the history and complexity of email protocols and clients, building Nodemailer, DMARC authentication, avoiding spam filters, and his email products Email Engine and Ethereal Email.
Tasty
Wes and Scott discuss polyfilling, transpiling, and monkey patching - what they are, when to use each, and tools that can help.
Hasty
Scott and Wes discuss best practices for user feedback UI like toasts, flash messages and form validation.