Hasty
Talking EVs: Range Anxiety, Charging, and Tech
Wes Boss and Scott Tolinski have a casual conversation sharing their real-world experiences of owning and driving electric vehicles.
Hasty
Wes Boss and Scott Tolinski have a casual conversation sharing their real-world experiences of owning and driving electric vehicles.
Supper Club
The job market has cooled considerably compared to the red hot 2021-2022 period but opportunities still exist, especially in back-end and data. Standing out requires strategic follow-ups, customization and showcasing relevant experience.
Tasty
Scott and Wes answer audience questions about web development tools and techniques
Hasty
Scott and Wes discuss GitHub's AI announcements from GitHub Universe conference, including Copilot updates to match Cursor features, new AI marketplace, workspace improvements and text-to-code generator Spark.
Supper Club
Andrea Giammarchi discusses PyScript, a project to run Python code in the browser using WebAssembly. He talks about creating the LinkedDOM library to have a DOM API in Node.js, how WebAssembly enables running languages besides JS in browsers, and potential improvements like a central garbage collector.
Tasty
Web developers share horror stories of production mishaps like deleting databases, breaking sites, and more.
Hasty
Scott and Wes read community submitted horror stories about web development mistakes.
Supper Club
Discussion with Søren Bramer Schmidt, cocreator of Prisma, on new features like going local first, Typed SQL, common SQL mistakes, GraphQL status, serverless databases, and upcoming hosted Postgres.
Tasty
Scott and Wes discuss the productivity tools and techniques they use for password management, to-do lists, snippets, mind mapping, note taking, writing scripts, email, habit tracking, and more.
Hasty
CJ talks about Hono, a modern JavaScript framework for building web APIs, showing why you should use it over Express. He covers Hono's familiar Express-like API, wide platform support, built-in helpers, JSX support, routing, validation, RPC client, testing, and more.
Supper Club
Marcy Sutton discusses core web accessibility concepts like semantic HTML, keyboard support, and testing methodologies. She also covers advanced ARIA tools, career advice, and emphasizes collaborating with users.
Tasty
Discussion on key things to consider when evaluating a JavaScript framework to use
Hasty
How to effectively utilize AI tools like Copilot and Claude to improve workflows for web developers
Supper Club
Tanner Lindsley discusses TanStack Start, a new fullstack framework built on TanStack Router, and his vision for robust client-side apps that can incrementally adopt server rendering and capabilities. He shares unique perspectives on React Server Components, type safety, middleware, and more.
Tasty
In this potluck episode, Scott and Wes answer developer questions on topics ranging from transitioning jobs and frameworks to game development platforms and handling user feedback.
Hasty
Wes and Scott discuss various techniques to prevent spam and fraud when developing web apps, including CAPTCHAs, third-party verification services, rate limiting, and manual review.
Supper Club
Sarah Vessels from GitHub discusses code reviews, the process of collaborating on a codebase, and best practices around pull requests and merges.
Tasty
Scott and Wes share 13 web development tips they wish they knew earlier in their careers relating to skills, tools, learning approaches and career growth.
Hasty
Discussion on different login and user verification methods like magic links, OAuth, codes, trusted devices, etc.
Supper Club
Topher Martini discusses his career development lessons from working at Apple for over 15 years across various products like iPhone and VisionPRO.
Tasty
Scott and Wes discuss their favorite Mac apps including utilities, screenshots, developers tools and more.
Hasty
Scott and Wes discuss a Hack Week project where they built a desktop app to automate the Syntax podcast publishing workflow using Svelte, Rust and other technologies.
Supper Club
Taylor Otwell, creator of Laravel PHP framework, discusses the history and development of Laravel, building a sustainable business around open source, PHP community and ecosystem, thoughts on WordPress and more.
Tasty
Wes and Scott discuss Cursor, a new AI-powered code editor and assistant. They are impressed by its capabilities compared to GitHub Copilot, including better completions, UI improvements, multi-file edits, and custom docs for context.
Hasty
Wes explains how he built a receipt printer with JS during Hack Week at Sentry, including connecting it, encoding printer commands, taking screenshots to print complex layouts when alerts come in from Sentry.
Supper Club
Daniel Thompson discusses Tauri, a framework for building small, fast and secure desktop and mobile apps using Rust and webviews instead of Electron. Key topics include improvements in version 2 like mobile support, the plugin system, and custom web views, the release cycle and future roadmap, and designing in the age of AI.
Tasty
In this potluck episode, Wes and Scott answer questions from listeners on topics like handling hybrid video/audio podcast episodes, why frameworks like Redwood JS aren't more popular, recommendations for dealing with distractions when working from home, whether CSS modules are a good idea for React, if developers still use the time tag in HTML, how to analyze bundle sizes in Webpack, getting maps to work offline, and much more.
Hasty
In this episode Scott and Wes discuss side projects - where developers get ideas, setting goals, choosing technology stacks, keeping notes, and actually finishing.
Supper Club
CJ discusses hosting the Denver TypeScript meetup, the return of meetups post-COVID, finding organizers and speakers, using Meetup.com, what makes a good meetup, his first meetup experiences, the importance of community, and tips for organizing, attending, finding and getting involved with meetups.
Tasty
Scott and Wes go through a big list of apps they use for productivity. This episode covers files, media, utilities, screenshots and more.
Hasty
Discussion on reasons why CSS code can be difficult to work with and maintain over time
Supper Club
Ryan Dahl discusses Deno 2.0 and its new NPM package support, while still keeping Deno's simplicity and standarization goals.
Tasty
Podcast episode explaining the fundamentals of HTML including the importance of semantic markup, document structure, forms, rich media elements, and more.
Hasty
Introduction to capabilities of scroll driven animations to create interactive effects based on scroll position by scrubbing existing CSS animations and keyframes over a scroll timeline instead of time.
Supper Club
Guests Una Kravitz and Adam Argyle discuss the evolution of CSS over the years, new CSS version numbering like CSS 4 and CSS 5, container queries, scroll state queries and other modern CSS features.
Tasty
Discussion on new Node.js features aligned with web standards and industry norms, including native TypeScript support, SQLite integration, dotenv support, and more.
Hasty
Discussion on using CSS theming properties like color scheme, light/dark functions, accent color, selection styling, relative color syntax, and future style queries to control themes and light/dark modes.
Supper Club
Daily Dev is a platform that helps developers stay up-to-date by providing a personalized feed. It was created by 3 developers and launched on Product Hunt, gaining its first users. It has since raised $11M in funding and grown to 30 team members and over 500,000 users.
Tasty
In this episode, Scott and Wes answer questions from listeners on topics like predicting the future of JavaScript frameworks, using local development proxies, building your own authentication system, designing relational databases, and more.
Hasty
Scott and Wes discuss different approaches to authoring component-scoped CSS, including class-based systems, BEM, CSS modules, utility classes, CSS-in-JS, and more.