Supper Club
AI Superpowers with Kevin Hou and Codeium
Kevin Howe from Codium discusses how their AI coding assistant works, focusing on features like fast autocomplete, code context awareness, and data privacy.
Supper Club
Kevin Howe from Codium discusses how their AI coding assistant works, focusing on features like fast autocomplete, code context awareness, and data privacy.
Tasty
Overview of main web development technologies by category with opinions on best options for beginners
Hasty
HTMLX is a small library for swapping out parts of your UI with responses from a server. It brings back AJAX and is not a full replacement for React.
Supper Club
Jen Simmons discusses her work on web standards at Apple, the recent acceleration of Safari development, advanced color spaces in CSS, and the future of layout with CSS Grid and Masonry.
Tasty
Scott and Wes discuss their weekends, advertisers, new staff, and take listener questions on JS libraries, in app browsers, and generators.
Hasty
Covers new Svelte 5 features focused on speed, simplicity and smaller bundles including the $state, $effect and $props syntax changes.
Supper Club
Google Chrome developer relations engineer Thomas Steiner discusses Project Fugu, an effort to enable any app idea to be built on the web by inventing new browser APIs like web Bluetooth, file system access, shape detection, and more.
Tasty
Podcast explaining the Drizzle ORM for interacting with databases like MySQL, Postgres and SQLite.
Hasty
Discussion on how time works on computers and issues that arise when working with dates and time in JavaScript. Covers time infrastructure, standards, and new Temporal API.
Supper Club
Brian Larew discusses his opinions on avoiding bundlers, using enhanced dev to build web apps, and his perspective on the AWS re:Invent conference.
Tasty
In-depth discussion on new React server components feature including server-side rendering, async data fetching, forms, suspense and more.
Hasty
Wes and Scott discuss productivity habits like tracking goals, scheduling focus time, simplifying workflows, and pushing through procrastination to build momentum.
Supper Club
Yagiz Nizipli discusses Node.js performance improvements he has contributed, optimization techniques, complexities around URLs and factors enabling future TypeScript support.
Tasty
In this potluck episode, Scott and Wes answer developer questions about web development tools, strategies, and concepts.
Hasty
Discussion of practical examples and use cases unlocked by the CSS :has() selector being supported across all major browsers.
Supper Club
In this episode Wes Bos and Scott Tolinski interview Eric Meyer, prominent figure in web standards known for his early work developing resources for CSS. He reflects on the evolution of CSS over decades of work, from early textbook-like specs to extensive modern testing suites, and shares thoughts on popular frameworks, keeping pace with browser features, and where web tech is embedded.
Tasty
In this 2024 web development predictions episode, Scott and Wes make bold guesses about what will happen in JavaScript, frameworks, tooling, CSS, browsers, AI, and more over the next year.
Hasty
Covers using print CSS for various use cases like shipping labels and recipes. Explains how to load print CSS, use advanced features like CSS counters and @page rules, control page margins and numbering, debug print styles, and generate PDFs.
Supper Club
Discussion on passkeys, a new way to login that is passwordless and phishing resistant while also improving usability. Covers what they are, how they work, benefits over passwords, and timeline for adoption.
Tasty
In this holiday potluck episode, Scott and Wes answer developer questions around topics like advanced JavaScript techniques, React, CSS layers, designing databases, and specializing as a front-end engineer.
Hasty
Scott and Wes discuss various performance issues encountered while rebuilding the Syntax site, including slow database queries, unnecessary data loading, and Open Graph image generation. They share the optimizations and tools used to diagnose bottlenecks and make improvements.
Tasty
Wes and Scott review their 2023 web development predictions from the previous year, assessing what trends and technologies ended up being hits or misses.
Hasty
Scott and Wes explain all the terminology, services, and technical pieces that make up artificial intelligence and machine learning.
Supper Club
Discussion on whether npm packages can be trusted and tools like socket.dev to scan packages for security issues. Also covers misuse of open source packages and peer-to-peer web technologies.
Tasty
Wes and Scott ask each other tricky web development interview questions covering topics like CSS layout, JavaScript, accessibility, and more.
Hasty
Discussion on the observer pattern, its use in game dev and JavaScript frameworks, differences from observables, and its relation to promises and streams.
Tasty
Covers new and proposed JavaScript APIs for 2024 including source maps, temporal, array methods and more.
Hasty
Discussion on using ARIA roles and labels to make web apps more accessible, including legal requirements, providing context for UI elements, and testing tools.
Supper Club
Discussion with James Mikrut creator of Payload CMS about its features, architecture using Drizzle ORM, building open source sustainable products, plans to position itself as a Laravel style all-in-one platform for TypeScript web apps and more.
Tasty
In this potluck episode, Scott and Wes answer listener questions on various web dev topics including TypeScript's future, Flutter for web, WordPress workflows, Rust projects, MongoDB for AI search, and more.
Hasty
Wes and Scott discuss CSS Layers - a new way to control cascading and specificity by defining layers of CSS.
Supper Club
Covers a wide range of DevRel topics including what DevRel is, how to get into it, important skills like writing and public speaking, challenges like blog post quotas, and more.
Tasty
This podcast episode covers a wide range of topics related to building a website or web application from start to finish.
Hasty
This episode covers 5 interesting new CSS features including nth child microsyntax, CSS motion path, scroll snap, scroll driven animations, and margin trim.
Supper Club
Mark Techson from the Angular team discusses the latest with Angular 17 including the rebrand, new website, control flow syntax, deferred loading, state management and more.
Tasty
Scott and Wes discuss launching the new Syntax.fm site, including database timeouts from too much data, the importance of error monitoring, dark mode UI bugs, using AI for show notes, managing background jobs with serverless, launching with TypeScript errors, having fast local development, being mindful of payload sizes, taking advantage of new browser APIs, and how Wes helped improve the overall design.
Hasty
Scott and Wes explain the stale while revalidate caching technique, when you would use it, and how it allows you to serve cached content while asynchronously generating fresh content.
Supper Club
This episode covers Cloudflare Workers for running serverless code at the edge. The guests explain the use cases, benefits, and how Workers provides a standardized runtime model. Other topics include the Winter CG group for collaboration on web standards, using Wrangler CLI for local dev, and new AI integration.
Tasty
Scott and Wes discuss how to implement dark mode and theming in web development, including topics like using color variables, overriding system preferences, solving contrast issues, theming components, and more.
Hasty
Wes and Scott discuss JavaScript maps and sets - how they differ from arrays and objects, unique use cases, and when to reach for maps/sets over arrays/objects.