Hasty
Serverless Limitations
Wes and Scott discuss limitations of serverless functions and how to work around them.
Hasty
Wes and Scott discuss limitations of serverless functions and how to work around them.
Supper Club
Scott and Wes have a casual conversation touching on various topics like reality TV shows, holidays, home renovation shows and more.
Tasty
Discussion on different techniques for making websites responsive across devices like mobile, tablets, and desktop screens.
Hasty
Scott and Wes discuss the new React Use hook proposal for handling promises and asynchronous data fetching in React components. They cover the basics, comparisons to React Query, concerns around complexity and fragmentation in React.
Supper Club
Ryan Dahl discusses the origins and goals of Deno, his new JavaScript/TypeScript runtime, and why he believes JavaScript will remain the language of the web.
Tasty
Scott and Wes continue their analysis of CSS usage trends from the HTTP archive almanac, discussing topics like box model, columns, animations, blend modes, and responsive design.
Hasty
Wes and Scott discuss creating short-form video content for platforms like TikTok, Instagram Reels, and YouTube Shorts. They cover repurposing existing content, making custom videos, platform algorithms, tips for capturing viewers' attention quickly, challenges of showing code, and using text-based editing tools.
Supper Club
Wes and Scott discuss site bugs, Vercel announcements like TurboPack, the post-Webpack era, and take audience questions in a live stream podcast.
Tasty
The Syntax podcast hosted by Scott Talinski and Wes Boss covers tasty web development topics.
Hasty
Discussion of Zod, a TypeScript-first schema validation and inference library. Covers features like type inference, runtime validation, integration, and comparisons to alternatives.
Supper Club
Dr. Courtney Talinski discusses ADHD, including common symptoms and strategies for managing it as an adult, especially in tech careers.
Tasty
Discussion of spooky web development stories involving accidents, bugs, and things gone wrong submitted by listeners.
Hasty
Scott and Wes explain web development buzzwords and concepts like schema, promises, async/await, DOM, methods vs functions, props, and stateless HTTP requests.
Supper Club
Philippe Ferreira from Sky discusses how they use GraphQL as an aggregation layer across their streaming platform and apps.
Tasty
Scott and Wes share cringey, scary stories submitted by developers about mistakes they've made in production that caused big problems.
Hasty
This episode discusses Quick, a new web development framework created by the inventor of Angular that eliminates hydration by serializing state to HTML. It also covers topics like JSX, SSR, edge functions, and more.
Supper Club
Alex Johansen discusses tRPC, an alternative to REST and GraphQL for calling functions between client and server using TypeScript for type safety.
Tasty
Scott and Wes discuss mobile vs desktop usage based on stats from the Web Almanac report, cleaning tips, sponsors, and more.
Hasty
Wes and Scott discuss bookmarklets - JavaScript snippets that run on any page when clicked. They explain what bookmarklets are, how to use them, and share examples.
Supper Club
TJ DeVries discusses Neovim, Lua integration, and the difference between Neovim and Vim.
Tasty
Wes and Scott discuss using browser APIs and vanilla JavaScript instead of frameworks and libraries.
Hasty
Scott and Wes explain common JavaScript jargon like syntactic sugar, declarative programming, and more.
Supper Club
Nicholas Burke from Prisma discusses the evolution of Prisma from Graphcool to Prisma 1 to Prisma today, which is now a general purpose ORM.
Tasty
Wes and Scott answer listener questions about using emoji in CSS, estimating project timelines, going to football games, and more.
Hasty
Wes and Scott discuss tips for pushing through the last 10% of a project when you get project blahs and start to lose motivation.
Supper Club
Scott and Wes interview Brian Douglas about his background in engineering and open source and his project Open Sauce to make open source more approachable. They also discuss GitHub's GraphQL API and Brian's experience with live streaming.
Tasty
Wes details building his new soundproof basement office from scratch including framing, wiring, soundproofing materials and tradeoffs.
Hasty
A new HTML framework called Enhance JS that uses web standards and provides lightweight components, file-based routing, server-side rendering, and easy to write components.
Supper Club
Hirsch Agarwal discusses founding the Arc browser company, focusing on reinventing the browser UI/UX, building with Swift, designing for delight, and planning for subscriptions without compromising user experience.
Tasty
Scott and Wes discuss productivity techniques like the Getting Things Done system and Pomodoro technique, as well as tips for managing tasks, prioritizing work, and making time for creative exploration.
Hasty
Discussion of GitHub Copilot and other AI coding tools - how they work, concerns, pricing, and whether they help or hurt developers.
Supper Club
Discussion with Thomas from Raycast about building the productivity app and its native architecture, React-based extension API, and local storage using SQLite.
Tasty
This podcast episode provides a comprehensive overview of building a web API, covering topics like the various layers and components involved, popular API types like REST and GraphQL, authentication and permissions, caching, database options, and more.
Hasty
This episode covers using PostCSS to write next generation CSS today including topics like postcss plugins, imports, nesting, custom media queries, env vars, and color functions.
Supper Club
Scott and Wes interview Primogen, a Twitch streamer and Vim user who talks about where his name comes from, the different types of coding streamers, and why people watch live coding.
Tasty
In this potluck episode, Scott and Wes answer questions on object creation performance, VSCode types, standing desks, and more.
Hasty
Deno has announced compatibility with Node and NPM, making it easier to use existing packages. They also have the fastest JS web server and good TypeScript support, so Node may fall behind.
Supper Club
Steve Ruiz discusses the development of his open source React drawing canvas TLDraw, explaining the inspiration and technology behind it.
Tasty
Wes and Scott discuss the first day of kindergarten, setting up Wes' new office, soundproofing with acoustic panels, and then transition to reviewing developer portfolios.
Hasty
Discussion of various techniques for handling margins and layout in CSS including collapsing margins, padding vs margins, flexbox, grid, and using spacer divs.