Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

AllHastyTastySupper ClubSpecial
102040
Newest To OldestOldest To Newest
Guests →
←← ← 4 5 6 7 8 9 10 → →→
675

Tasty × October 4th, 2023

Potluck × Bun Thoughts × Guesting on Syntax × Why Rust?

In this potluck episode, Scott and Wes answer audience questions on web development topics like Bun JS, REST vs GraphQL APIs, learning Rust, documenting code, WordPress APIs, becoming a podcast guest, and using home gym equipment.

#APIs #Documentation #JavaScript
Wes BosScott Tolinski
674

Hasty × October 2nd, 2023

A11y Treats - Heading Design

Discussion on proper semantic usage of h1 through h6 headings for accessibility, SEO, and screen reader navigation.

#accessibility #headings #SEO
Wes BosScott Tolinski
673

Supper Club × September 29th, 2023

Getting Hired, Interviewing, and Why Recruiters Suck with Taylor Desseyn

Taylor Desseyn discusses strategies for engineers to stand out in the hiring process, including the importance of social proofing through content creation. He also provides insights into current trends like the developer hiring recession and shift towards back end engineers.

#job search #interview tips #LinkedIn #remote work
Wes BosScott TolinskiTaylor Desseyn
672

Tasty × September 27th, 2023

Reacting to State of CSS Survey

Wes and Scott discuss the State of CSS developer survey results, covering usage of new CSS features like subgrid, aspect ratio, relative colors, variable fonts, accessibility preferences, and more.

#CSS #Podcast
Wes BosScott Tolinski
671

Hasty × September 25th, 2023

Tauri Vs Electron - Desktop Apps with Web Tech

Discussion comparing Tori and Electron for building desktop apps using web technologies. Covers differences in bundle sizes, developer experience, maturity and more.

#tori #electron #desktopdev #webdev
Wes BosScott Tolinski
670

Supper Club × September 22nd, 2023

Anxiety and Uncertainty with Dr. Courtney Tolinski

Dr. Courtney Tolinski discusses anxiety disorders, symptoms, causes and healthy ways to manage anxiety. She answers questions on recognizing triggers, career anxiety in web development, and making big life decisions.

#Anxiety #Mental Health
Wes BosScott TolinskiDr. Courtney Tolinski
669

Tasty × September 20th, 2023

The Svelte + SvelteKit Show

Wes and Scott discuss their experiences building apps with Svelte and SvelteKit. They cover templating, data fetching, state management, actions, layouts, styling and more.

#Svelte #JavaScript
Wes BosScott Tolinski
668

Hasty × September 18th, 2023

Hacking the Tonal - Proxying, Intercepting + Debugging Traffic?

Scott proxies requests from his Tonal workout device to reverse engineer the API and build custom community workouts since Tonal has limited functionality.

#Tonal #Proxying
Wes BosScott Tolinski
667

Supper Club × September 15th, 2023

Supper Club × How To Get Your First Dev Job With Stuart Bloxham

Stuart discusses his journey from working in a family business to becoming a self-taught web developer, including how he prepared for interviews, built projects, and made time for learning while having a family.

#Career Change #Interviews
Wes BosScott TolinskiStuart Bloxham
666

Tasty × September 13th, 2023

Hackweek Projects - Realtime Markdown Editor and a Hardware Recording Button

Scott and Wes discuss the projects they built during a hack week at Sentry, including a real-time markdown editor and an automated recording button.

#hackweek #automation #markdown #productivity
Wes BosScott Tolinski
665

Hasty × September 11th, 2023

CSS Nesting is Here!

Wes and Scott discuss the new CSS nesting syntax that is now supported across all major browsers. They cover how it works, best practices, use cases compared to Sass, browser support via transpiling, and more.

#css #frontend #webdev
Wes BosScott Tolinski
664

Supper Club × September 8th, 2023

Supper Club × What's New With Astro with Fred Schott

In this episode, Fred Schott discusses the Astro 3.0 release and new features like view transitions, image optimization, open source sustainability, and more.

#astro #webdev #javascript
Wes BosScott TolinskiFred Schott
663

Tasty × September 6th, 2023

Potluck × Soft Skills × Release Notes × Headless CMS × Organizing Code × Inet CSS?

In this episode Scott and Wes answer developer questions on various web development topics like TypeScript, performance, CMS, and more. They also discuss personal topics like dog DNA tests and how they organize their code.

#typescript #performance #cms
Wes BosScott Tolinski
662

Hasty × September 4th, 2023

JavaScript Closures & Scope Explained

Scott and Wes explain JavaScript closures, scoping, and give examples of how closures can be useful.

#javascript #closures #scope
Wes BosScott Tolinski
661

Supper Club × September 1st, 2023

Supper Club × Shipping ESM with Mark Erikson

Mark Erikson explains the complexity of shipping JavaScript packages that work across many environments,tools and module systems, with details on his work updating Redux libraries to add ESM support.

#JavaScript #npm #ESM #packaging
Wes BosScott TolinskiMark Erikson
660

Tasty × August 30th, 2023

Anything but Coding - Landscaping, Fitness, and more!

Scott and Wes catch up on life outside of coding including concerts, home projects, fitness goals, and more. They also recommend a steam cleaner and a sci-fi kids book.

#Fitness #Pop Culture
Wes BosScott Tolinski
659

Hasty × August 28th, 2023

OG Image Options

Scott and Wes discuss techniques for dynamically generating social media preview images known as open graph or OG images using services like Satori, Cloudinary, and Puppeteer.

#webdev #javascript #ogimage
Wes BosScott Tolinski
658

Supper Club × August 25th, 2023

Supper Club × Make React 70% Faster! Million.js with 18 Year Old Aiden Bai

Aiden Bai discusses Million.js, a library that makes React rendering up to 70% faster by replacing the virtual DOM diffing process. He shares how it works, use cases, and his motivations for improving web performance.

#React #Performance #Virtual DOM
Wes BosScott TolinskiAiden Bai
657

Tasty × August 23rd, 2023

Rust for JS Devs — Part 2

In part 2 of Rust for JavaScript developers, Scott and Wes dive deeper into Rust's type system, talking about integer types, strings, string slices, arrays, tuples, and other collection types. They also cover defining structs, adding methods, and other fundamentals.

#Rust #JavaScript
Wes BosScott Tolinski
656

Hasty × August 21st, 2023

8 Tricks When Using the Fetch() API

Wes shares 8 tricks for using the JavaScript Fetch API including streaming responses, tracking download progress, and handling errors.

#javascript #webdev #fetch
Wes BosScott Tolinski
655

Supper Club × August 18th, 2023

Supper Club × How Descript Built A Next Gen Video Editor In The Browser With Andrew Lisowski

Andrew Lizowski discusses how video editor Descript is built with web technology like Web Codecs and XState. He covers the AI transcription and voice features, using Radix and Tailwind for components, and reliable end-to-end testing with Playwright.

#JavaScript #React
Wes BosScott TolinskiAndrew Lisowski
654

Tasty × August 16th, 2023

6 or so New Approved and Proposed JavaScript APIs

Overview of 6 new approved and proposed JavaScript APIs in various stages - ranging from shipped to just proposed. Covers Promise resolvers, immutable arrays, array grouping, observable events, import assertions, Map.emplace(), decorators and pattern matching.

#JavaScript #APIs #WebDev
Wes BosScott Tolinski
653

Hasty × August 14th, 2023

JS Fundamentals - Decorators

Scott and Wes discuss JavaScript decorators - what they are, how to use them, their current status, and potential future use cases.

#javascript #webdev #decorators
Wes BosScott Tolinski
652

Supper Club × August 11th, 2023

Supper Club × Flightcontrol with Brandon Bayer

Brandon Bayer, creator of Blitz JS, discusses Flight Control which lets you deploy apps on your AWS account with a great developer experience. Covers serverless deployment, preview environments, Docker, build caches, and more.

#AWS #Deployment #Docker
Wes BosScott TolinskiBrandon Bayer
651

Tasty × August 9th, 2023

Potluck × Is TypeScript Fancy Duct Tape × Back Pain × Cloud Service Rate Limits

Scott and Wes answer listener questions about TypeScript, preventing back pain while programming, and options for limiting cloud service costs.

#TypeScript #Posture #Cloud Services
Wes BosScott Tolinski
650

Hasty × August 7th, 2023

Why is Facebook’s HTML + CSS Such a Mess?

Discussion on why Facebook and Instagram HTML/CSS is messy - random CSS class names and excessive div wrappers.

#facebook #css #react
Wes BosScott Tolinski
649

Supper Club × August 4th, 2023

Supper Club × Ryan Florence of Remix

Ryan Florence discusses Remix, a React web framework he created with Michael Jackson. Topics include Remix's architecture, licensing model, adoption, and how it pioneered concepts like serverless functions.

#Remix #React #WebDevelopment
Wes BosScott TolinskiRyan Florence
648

Tasty × August 2nd, 2023

Standard Server JavaScript - Deno, Workers, Bun and More

Overview of standard APIs for JavaScript that work across server side runtimes like Node, Deno and Cloudflare workers.

#serverless #nodejs #javascript
Wes BosScott Tolinski
647

Hasty × July 31st, 2023

Rust for JavaScript Developers - Node vs Rust Concepts

Compares JavaScript and Rust at a high level, including cargo, documentation, async/await, error handling, syntax differences, and more.

#javascript #rust #nodejs
Wes BosScott Tolinski
646

Supper Club × July 28th, 2023

Supper Club × Email Sending, Spam, DMARC, SPF, Styling, and more with Andris Reinman

Andres Reinman discusses the history and complexity of email protocols and clients, building Nodemailer, DMARC authentication, avoiding spam filters, and his email products Email Engine and Ethereal Email.

#email #history #nodejs
Wes BosScott TolinskiAndris Reinman
645

Tasty × July 26th, 2023

Polyfills, Transpiling and Monkey Patching

Wes and Scott discuss polyfilling, transpiling, and monkey patching - what they are, when to use each, and tools that can help.

#javascript #webdev #polyfill #transpile
Wes BosScott Tolinski
644

Hasty × July 24th, 2023

User Feedback UI - Toasts, Flash, Validation

Scott and Wes discuss best practices for user feedback UI like toasts, flash messages and form validation.

#UX #Accessibility #Forms
Wes BosScott Tolinski
643

Supper Club × July 21st, 2023

Supper Club × WASM, Fastly Edge, and Polyfill.io with Jake Champion

Discussion with Jake Champion about WebAssembly, Fastly ComputeEdge, and Polyfill.io.

#webassembly #edge-computing #polyfills
Wes BosScott TolinskiJake Champion
642

Tasty × July 19th, 2023

Potluck × CSS Variables in React × JS Notebooks × Selling a Domain

Wes and Scott answer listener questions on topics like React and CSS, JavaScript notebooks, selling domains, balancing learning as a new parent, and more.

#css #react #javascript #domains
Wes BosScott Tolinski
641

Hasty × July 17th, 2023

Help Me Help You - How To Ask For Help

Wes and Scott discuss best practices for asking for help with libraries and open source projects like providing reproductions, being responsive and respectful, searching existing issues first, and sharing code context.

#GitHub #Bugs #Help #Support
Wes BosScott Tolinski
640

Supper Club × July 14th, 2023

Supper Club × val.town with Steve Krouse

Steve Krause introduces val.town, a social platform for writing and running code snippets. He discusses the inspiration behind val.town, using Deno and Render for the backend, common use cases like IoT and webhooks, recommendations for learning coding, and building an engaged community.

#serverless #coding #education
Wes BosScott TolinskiSteve Krouse
639

Tasty × July 12th, 2023

Stump’d × JavaScript × GraphQL × Memory Safety × Web History

Scott and Wes use AI to generate challenging interview questions and quiz each other on web development topics ranging from JavaScript to CSS history.

#JavaScript
Wes BosScott Tolinski
638

Hasty × July 10th, 2023

Roundup - Sick AI Tools For Developers

Discussion on using AI tools like CodeAI, CodeWhisperer, Copilot, lintrule, opencommit, Ghostwriter, Codegeeks, Codeum AI, TabNine, and ChatGPT for tasks like documentation, optimization, code generation, data formatting, commit messages and more. Notes the importance of validating any AI-generated code before use in production.

#AI #Productivity
Wes BosScott Tolinski
637

Supper Club × July 7th, 2023

Supper Club × Cloudinary with Colby Fayock

Scott and Wes chat with Colby Fayock about Cloudinary's developer experience, AI media capabilities like image filling and background removal, building SDKs and components for frameworks like Next.js and Svelte, Colby's own YouTube channel and creative process, and advice for beginners.

#cloudinary #ai #media #images
Wes BosScott TolinskiColby Fayock
636

Tasty × July 5th, 2023

What are Headless Components?

Scott and Wes discuss headless components - reusable components that provide functionality without any UI. They talk about various headless component libraries, building accessible components, using headless WordPress, running headless Chrome, and more.

#headless #accessibility #components
Wes BosScott Tolinski
←← ← 4 5 6 7 8 9 10 → →→
Podcast RSS Feed About Sick Picks Guest List Sentry.io
Source Code Colors Layout Typography Theme Privacy Policy Terms of Service
X Github Discord Tiktok
Syntax × Syntax is Produced by Sentry

Nearly 4M developers and 90K organizations rely on Sentry to see what actually matters, solve what's urgent faster, and learn continuously about their code.

Try Sentry for Free

©️ 2025 - Sentry.io