Tasty
The Deno Show
Scott and Wes introduce Deno, a new runtime for JavaScript and TypeScript. They compare it to Node.js and discuss features like built-in TypeScript support, ESM modules, sandboxing, running scripts from URLs, and more.
Tasty
Scott and Wes introduce Deno, a new runtime for JavaScript and TypeScript. They compare it to Node.js and discuss features like built-in TypeScript support, ESM modules, sandboxing, running scripts from URLs, and more.
Hasty
Wes and Scott discuss the new AVIF image format - how it works, why it's better than JPEG and WebP, browser support, and how to implement it.
Tasty
Scott and Wes answer listener questions on topics like transitioning to a high paying development job, building UI libraries, overcoming imposter syndrome, and more.
Hasty
Scott and Wes discuss approaches for creating consistent, maintainable CSS font size and typography systems using tools like type-scale.com and CSS variables.
Tasty
Live podcast episode recorded at Reactathon 2020 conference. Scott and Wes discuss React wishlist items, play JS or Nay guessing game, share JavaScript hot takes from Twitter, and answer audience questions.
Hasty
Hosts Scott and Wes discuss concepts around nothingness in JavaScript including undefined, null, void, never, falsey values, empty arrays, and more.
Tasty
Scott and Wes share their 2021 web development predictions including the growth of Deno, TypeScript, MDX, Jamstack, and more.
Hasty
Scott and Wes discuss their favorite keyboard shortcuts and window management tools for boosting productivity on Mac
Tasty
Scott and Wes discuss the web development predictions and trends from 2020 including the rise of ES modules, improvements in frameworks like React, Vue, Next.js, Gatsby, and tools like NPM, Snowpack, serverless functions and headless CMS.
Hasty
This episode explains different pricing models for hosting and web services like paying per time used, resources, bandwidth, users, apps, and work performed.
Tasty
Scott and Wes discuss the new Apple Silicon Macs and whether they will be good for web development. They also answer questions from listeners.
Hasty
Wes and Scott discuss bot strategies for buying popular, hard to find items like the PlayStation 5, including scraping retailer sites, avoiding bot-prone retailers, and using tools like Puppeteer and LowDB.
Tasty
Brian Leroux joins to discuss serverless, covering its characteristics, use cases, challenges, and tools like AWS, Architect, Begin, Node, Deno, and TypeScript.
Hasty
Wes and Scott discuss the behind-the-scenes tech used to record Syntax episode 300 with live guest appearances.
Tasty
Compares Gatsby and Next.js for features like server vs static rendering, data management, dynamic pages, and more.
Hasty
Wes and Scott discuss why they prefer React hooks over class components - hooks allow decoupling state from components, reduce duplication, improve ref handling and more.
Tasty
Wes Bos and Scott Tolinski discuss their 2020 web developer gift guide with recommendations for home, cooking, games, tech, smart home, desk accessories, live streaming gear, fitness equipment, and clothing.
Hasty
Wes and Scott discuss using conventional commits to improve commit messages and enable automatic versioning.
Tasty
Scotty and Wesbos answer developer questions submitted by podcast listeners on topics like WebRTC, debugging, Rust, Sanity CMS, and more.
Hasty
Discussion on validating data on the client vs the server, with examples of manipulating client validation and the importance of server-side validation for security.