Tasty
Electronics for Beginners
Wes gives an overview of basic electronics concepts like voltage, amperage, microcontrollers, coding, and projects he has built.
Tasty
Wes gives an overview of basic electronics concepts like voltage, amperage, microcontrollers, coding, and projects he has built.
Hasty
Wes and Scott discuss using GitHub Projects, Milestones, Labels, and Actions to organize and automate your workflow.
Supper Club
Andrey Mashenko from OpenAI discusses developing plugins for ChatGPT, training language models, the future of programming and work, and aiming for artificial general intelligence.
Tasty
In this episode Scott and Wes discuss Svelte's recent move from TypeScript to using JSDoc for typing, explaining what JSDoc is and its benefits over regular TypeScript.
Hasty
Discussion on values like none, 0, and hidden that essentially remove or undo something in CSS and HTML.
Supper Club
GitHub's R&D team discusses pioneering AI developer tools like Copilot and shares insights on creating reliable, intuitive experiences. They examine challenges like latency, trust, feedback and rethinking workflows in light of AI capabilities.
Tasty
Scott and Wes discuss building the infrastructure and backend for the new Syntax.fm website. Topics include choosing SvelteKit, setting up GitHub OAuth, integrating PostCSS, and leveraging AI for automated podcast transcription.
Hasty
Scott and Wes discuss JavaScript executables - standalone, portable executables containing your Node app, dependencies, and the runtime. They cover use cases, criticisms of large executable sizes, and potential ways to shrink executables.
Supper Club
Bramus Van Damme from the Chrome team discusses the latest in CSS including scroll-linked animations, scope styling, view transitions, nesting and more.
Tasty
In this episode, Wes and Scott answer listener questions on topics like using SvelteKit with Astro, what can be put in CSS custom properties, driving code quality on a team, and working with deprecated dependencies in React Native. They also share picks.
Hasty
Discussion on why Node.js node_modules folders get so large and what actually takes up most of the space inside them.
Supper Club
Adam Argyle discusses all the latest updates in CSS including new units, gradients, animations, custom properties, and more.
Tasty
Compares popular hosting providers like Vercel, DigitalOcean, and AWS services. Looks at features, pricing models, and opinions.
Hasty
Discussion on what signals are, why frameworks are adopting them, and whether you need to use them in your apps.
Supper Club
Dylan Javeri from Mux discusses their developer platform for powering professional video on the web. Topics include video players, streaming, codecs, analytics, AI, web components, and the future of video.
Tasty
Wes and Scott discuss browser native UI elements, issues with their lack of flexibility, and research into better customizable options via the Open UI community group.
Hasty
Scott and Wes discuss the new Blue Sky social network and AT protocol, comparing it to Twitter, Mastodon and other decentralized social networks.
Supper Club
Scott and Wes interview Zach Lloyd, creator of the Warp terminal app, about building Warp in Rust, efforts to reinvent the terminal UX, integrating AI assistants, and his background working on Google Docs.
Tasty
Scott and Wes discuss building the Syntax merch giveaway site using SvelteKit, Prisma, and PlanetScale, handling heavy traffic, security considerations, and why it was an enjoyable developer experience.
Hasty
Wes and Scott explain RPC and discuss its growing popularity due to server-side React, key concepts, use cases, standards, comparisons to REST, and considerations.