Supper Club
Cloudflare Analytics Engine, Workers + more with Ben Vinegar
Ben Vinegar discusses Cloudflare Analytics Engine, building Counter Scale, managing the Syntax podcast under Sentry, and more.
Supper Club
Ben Vinegar discusses Cloudflare Analytics Engine, building Counter Scale, managing the Syntax podcast under Sentry, and more.
Tasty
Scott and Wes detail their Visual Studio Code setups, extensions, themes, fonts, shortcuts and other preferences.
Hasty
Explore different online services, code playgrounds, and local setups for quickly testing coding ideas and concepts.
Supper Club
Corey Laviska, creator of Shoelace, and Connor Rogers, Shoelace contributor, discuss reinventing Shoelace as Web Awesome under the Font Awesome umbrella. They talk about the Font Awesome Kickstarter success, wanting to avoid framework churn, and building Web Awesome as an open source UI library focused on web components.
Tasty
Topics covered include Shadow DOM vs light DOM, web scraping techniques, local first development, speeding up UI development with component libraries, affordable self-hosting options, syncing offline data, and using AI to summarize audio content.
Hasty
Scott and Wes discuss the CSS proposal for mixins and functions being added to the language. This will allow writing cleaner, more reusable code directly in CSS instead of needing a preprocessor.
Supper Club
Discussion with Google Chrome extensions engineer about changes in Manifest V3, effects on ad blockers, bringing more APIs to service workers, and building extensions.
Tasty
Scott and Wes discuss tips for becoming a better developer, getting a better job, and improving your life.
Hasty
Discussion about cache invalidation issues when caching user-specific data, solutions like using different URLs, partial caching, edge functions, and drawbacks like flash of unstyled content.
Supper Club
In this episode Scott and Wes Bos interview Corbin Crutchley, author of the Framework Field Guide, about his experiences with and comparisons of React, Vue and Angular.
Tasty
This episode covers different categories of UI component libraries for building web apps, from low-level headless utilities to full featured design systems. Key factors in choosing a UI library are functionality, accessibility, styling, and ability to adapt the components.
Hasty
Scott and Wes discuss the latest web development news in 2010 including jQuery 1.2, mobile apps with HTML5, custom fonts, rounded corner CSS, Node.js, WordPress 2.3 and more.
Supper Club
Anne and Trudy discuss their backgrounds working with Shopify and building their app Design Packs which adds sections and templates to Shopify themes.
Tasty
Wes and Scott discuss fitness tips for developers including getting started with working out, having a home gym, diet, motivation, supplements and more.
Hasty
Explaining what middleware is and examples of how it's commonly used in web development for things like authentication, caching, error handling, etc.
Supper Club
David Flanagan explains Kubernetes, containers, WebAssembly, and self-hosted infrastructure to Wes and Scott. He provides tips for managing your own servers and recommendations for learning more.
Tasty
The hosts discuss trends in modern JavaScript tooling including performance gains from writing tools in Rust and Go. They overview established tools like ESLint and Prettier as well as new tools like Biome, Oxc, ESBuild, and Rollup.
Hasty
An overview of Docker geared towards web developers - what it is, why its useful, how to get started, core concepts, tools, and some pitfalls.
Supper Club
Cameron McAfee has a diverse background spanning design, development and products. Known for creating memorable brands and experiences, he aims to build tools that solve problems for creators.
Tasty
Potluck episode covering various web dev topics like TypeScript migration approaches, home office recommendations, semantic versioning basics, and preferred books/podcasts
Hasty
Wes and Scott quiz each other on advanced TypeScript features and syntax in a segment they call 'Stumped'.
Supper Club
Wes, the developer of the Transformers.js library from Hugging Face, discusses running hundreds of AI models locally using JavaScript and WebAssembly, with applications in vision, audio, text and more.
Tasty
This episode covers the concept of local first web development, where apps work offline first and then sync data in the background. The ideals, principles, tools, and sample projects around this concept are explored.
Hasty
Discussion on writing small scripts to help coworkers and improve workflows using tools like FFmpeg, AI, and automation
Supper Club
JSR is a new open source JavaScript package registry focused on modern JavaScript and TypeScript, with advanced features like publishing TypeScript directly, auto docs and types, and seamless Node compatibility.
Tasty
CJ Reynolds joins the Syntax podcast and shares his background in development, live coding, teaching, and more. They discuss his career path, interest in trying new technologies, approach to teaching and live coding, and some non-coding hobbies and interests.
Hasty
Wes recounts how the Taliban taking over Afghanistan resulted in his bos.af domain being revoked, and discusses the intricacies and risks of getting clever country code top-level domains.
Supper Club
Carson Gross, creator of HTMX, discusses its origins, performance characteristics, integration with various backends, upcoming version 2, his Twitter antics, and desire for less tribalism among web developers.
Tasty
In this JavaScript and web development podcast episode, Scott and Wes discuss Sentry debugging, changes to iOS browsers, scroll and cursor event interception, accurate timers with setInterval, Chrome extension changes, and inconsistencies with JavaScript's Date API.
Hasty
Discussion on properly setting up DMARC, SPF and DKIM to ensure your transactional and marketing emails reach the inbox rather than spam.
Supper Club
Alex Sexton from Stripe discusses CSP (Content Security Policy) and client side security best practices, drawing on 11 years of experience at Stripe.
Tasty
Discussion on options for self-hosting a platform as a service to avoid expensive monthly per user charges from hosted providers.
Hasty
This episode covers the new native CSS scoping feature using the @scope rule, how it works, what problems it solves, and browser support status.
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.