Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

AllHastyTastySupper ClubSpecial
102040
Newest To OldestOldest To Newest
Guests →
←← ← 6 7 8 9 10 11 12 → →→
624

Tasty × June 7th, 2023

Is JSDoc Better than TypeScript?

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.

#JSDoc #TypeScript #Svelte
Wes BosScott Tolinski
623

Hasty × June 5th, 2023

Nothing in CSS - 0 vs 0px, no, none, hidden, initial and unset

Discussion on values like none, 0, and hidden that essentially remove or undo something in CSS and HTML.

#CSS #HTML #Accessibility
Wes BosScott Tolinski
622

Supper Club × June 2nd, 2023

Supper Club × Matt Rothenberg and Idan Gazit on Github Next

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.

#AI #GitHub #Developers #Engineering
Wes BosScott TolinskiMatt RothenbergIdan Gazit
621

Tasty × May 31st, 2023

The New Syntax Site × Ingest, Stack, AI and more

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.

#Svelte #WebDev #Podcasting
Wes BosScott Tolinski
620

Hasty × May 29th, 2023

JavaScript.exe - Standalone Executables

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.

#javascript #node #executables
Wes BosScott Tolinski
619

Supper Club × May 26th, 2023

Supper Club × Bramus Van Damme on CSS

Bramus Van Damme from the Chrome team discusses the latest in CSS including scroll-linked animations, scope styling, view transitions, nesting and more.

#css #front end
Wes BosScott TolinskiBramus Van Damme
618

Tasty × May 24th, 2023

Potluck × JR Devs & Copilot × CSS Variable Limitations × SvelteKit

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.

#React #Astro #Svelte #CSS
Wes BosScott Tolinski
617

Hasty × May 22nd, 2023

Why Is node_modules So Big?

Discussion on why Node.js node_modules folders get so large and what actually takes up most of the space inside them.

#nodejs #webdev #javascript
Wes BosScott Tolinski
616

Supper Club × May 19th, 2023

Supper Club × Adam Argyle on What's New in CSS

Adam Argyle discusses all the latest updates in CSS including new units, gradients, animations, custom properties, and more.

#css #webdev #frontend
Wes BosScott Tolinski
615

Tasty × May 17th, 2023

Where Should You Host Your App? Hosting Providers Compared

Compares popular hosting providers like Vercel, DigitalOcean, and AWS services. Looks at features, pricing models, and opinions.

#hosting #javascript #webdev
Wes BosScott Tolinski
614

Hasty × May 15th, 2023

WTF Are Signals And Why Is Everyone So Hot On Them All Of The Sudden?

Discussion on what signals are, why frameworks are adopting them, and whether you need to use them in your apps.

#javascript #webdev #reactivity
Wes BosScott Tolinski
613

Supper Club × May 12th, 2023

Supper Club × Dylan Jhaveri - Video for the Web and MUX

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.

#Video #Streaming
Wes BosScott TolinskiDylan Jhaveri
612

Tasty × May 10th, 2023

UI Elements - Basics, Best Practice, and Built Ins

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.

#UI #Accessibility #Standards
Wes BosScott Tolinski
611

Hasty × May 8th, 2023

Bluesky + AT Protocol

Scott and Wes discuss the new Blue Sky social network and AT protocol, comparing it to Twitter, Mastodon and other decentralized social networks.

#bluesky #socialmedia #twitter
Wes BosScott Tolinski
610

Supper Club × May 5th, 2023

Supper Club × Zach Lloyd from Warp

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.

#terminal #productivity #ai
Wes BosScott Tolinski
609

Tasty × May 3rd, 2023

The Syntax Giveaway Site - Codes, Bots, Tech Stack and More!

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.

#svelte #webdev #planetscale #prisma
Wes BosScott Tolinski
608

Hasty × May 1st, 2023

RPC in JavaScript!

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.

#RPC #JavaScript #React
Wes BosScott Tolinski
607

Supper Club × April 28th, 2023

Supper Club × Privacy, Cookie Banners, GDPR with Donata and Hans Skillrud

A discussion with lawyers about the details of privacy policies, terms of service, GDPR compliance, cookie consent, and more for websites and online businesses.

#legal #privacy #GDPR
Wes BosScott TolinskiHans SkillrudDonata Skillrud
606

Tasty × April 26th, 2023

Potluck × Crypto × SEO × Status Pages × Learning Tools

Scott talks about his new Neumann MT48 audio interface and how it will improve his podcast audio setup.

#audio #gear #podcasting
Wes BosScott Tolinski
605

Hasty × April 24th, 2023

CSS Color Functions

This episode covers practical uses of new CSS color functions like relative color, color contrast, and color mixing. Wes and Scott are excited about the possibilities enabled by modifying colors dynamically in CSS.

#CSS #Design #Accessibility
Wes BosScott Tolinski
604

Supper Club × April 21st, 2023

Supper Club × ESLint with Nicholas Zakas

Nicholas Zakas discusses creating ESLint 10 years ago, how it works, improving the config system, and why communication skills matter more as you become a senior engineer.

#JavaScript #ESLint #Open Source
Wes BosScott TolinskiNicholas Zakas
603

Tasty × April 19th, 2023

Can Vanilla CSS Replace Sass Yet?

Wes and Scott discuss whether vanilla CSS has all the features of Sass these days, going through variables, nesting, colors, looping, mixins, imports, math functions, custom functions, and BEM syntax.

#Sass #CSS #webdev
Wes BosScott Tolinski
602

Hasty × April 17th, 2023

Modals, Popups, Popovers, Lightboxes

Discussion on terminology, HTML elements, and implementation details around modal popups, dialogs, and popovers.

#html #css #javascript
Wes BosScott Tolinski
601

Supper Club × April 14th, 2023

Supper Club × Nate Weinert and Tamagui

Discussion of Tomagui - a tool that unifies React Native and web development with consistent styling. Covers React Native styling, optimizations, animations, layout, and more.

#react-native #web-dev #tomagui
Wes BosScott TolinskiNate Weinert
600

Tasty × April 12th, 2023

600th Episode! Major Announcement and Swag Giveaway!

Scott and Wes announce that Syntax is joining Sentry. They discuss the partnership, how it started, and what it means for the future of the podcast.

#webdev #JavaScript #podcasts
Wes BosScott TolinskiDavid Cramer
599

Hasty × April 10th, 2023

oAuth APIs Explained

This episode explains OAuth, the standard for logging in via services like GitHub and accessing user data. OAuth uses various tokens like client ID, client secret, authorization code, access token, and refresh token.

#oauth #webdev
Wes BosScott Tolinski
598

Supper Club × April 7th, 2023

Supper Club × Fabian Kägy - Modern WordPress - Blocks, Page builders, Headless, Custom Fields

A deep dive into modern WordPress development covering block editors, headless CMS, developer workflows, editing experience and more.

#WordPress #CMS
Wes BosScott TolinskiFabian Kägy
597

Tasty × April 5th, 2023

Stump’d Gameshow! Answering Coding Interview Questions from AI

Scott and Wes play a gameshow where ChatGPT asks them web development interview questions of increasing difficulty and obscurity on topics like JavaScript, CSS, GraphQL, TypeScript, Svelte, and Deno.

#JavaScript #CSS #TypeScript #Deno
Wes BosScott Tolinski
596

Hasty × April 3rd, 2023

The New Import Map Standard

Explains the new import maps standard for aliasing files and paths in JavaScript projects. Covers how to use them and browser support.

#javascript #webdev #tooling
Wes BosScott Tolinski
595

Supper Club × March 31st, 2023

Supper Club × Web Components and Lit with Justin Fagnani of Google

Discussion with Justin Fagnani of Google about web components, how they work, the intent behind their creation, and how libraries like Lit integrate with them.

#web-components #lit
Wes BosScott TolinskiJustin Fagnani
594

Tasty × March 29th, 2023

Potluck × Testing Animations × Tools for Learning × Coding Related Injuries

In this potluck episode, Scott and Wes answer developer questions about freelancing tips, testing animations, choosing frameworks, writing small functions, learning strategies, and using CSS grid.

#freelancing #testing #frameworks #functions
Wes BosScott Tolinski
593

Hasty × March 27th, 2023

Coding with the Open AI / Chat GPT API

Scott and Wes discuss how to work with the OpenAI API and ChatGPT in JavaScript. They go over the different APIs available, pricing, token limits, prompt tuning, and share tips for saving money.

#OpenAI #ChatGPT #JavaScript
Wes BosScott Tolinski
592

Supper Club × March 24th, 2023

Supper Club × The Role Of UX Designers In Humanizing The Future with Travis Neilson

Travis Nielsen joins to discuss his perspective on AI tools as a designer and creator, including the importance of treating AI tools like collaborators, keeping the human element in interfaces, articulating ideas effectively, and customizing models to your needs and priorities.

#ai #ux #design
Wes BosScott TolinskiTravis Neilson
591

Tasty × March 22nd, 2023

Potluck × Learning Web Dev × Video Streaming × Mono Repos

In this potluck episode, Scott and Wes discuss topics like switching careers, writing code quickly, learning web development with limited time, improving web design skills, and whether you really need to use a single page application.

#career #productivity #webdev #design
Wes BosScott Tolinski
590

Hasty × March 20th, 2023

HTTPS + Tunnel Your Localhost - Cloudflare Tunnels, Ngrok, and more!

Discussion on using HTTPS and tunneling services like Cloudflare Tunnel and ngrok to securely expose a local dev server and allow outside traffic for testing.

#HTTPS #Tunneling #Cloudflare #ngrok
Wes BosScott Tolinski
589

Supper Club × March 17th, 2023

Supper Club × Next.js on AWS + Serverless with Dax Raad

Wes Bos and Scott Tolinski talk with Dax Raad about modern hosting platforms and serverless technology, including using Next.js with Vercel vs self-hosting on AWS, Cloudflare's edge platform, and optimizing costs with thoughtful architecture.

#Next.js #Serverless #AWS
Wes BosScott TolinskiDax Raad
588

Tasty × March 15th, 2023

New Syntax Website Brainstorm! IRL!

In this fun IRL episode, Wes and Scott brainstorm creative ideas for improving the Syntax podcast website, including search, transcripts, video components, surfacing old content, and more.

#Podcasts #Brainstorming
Wes BosScott Tolinski
587

Hasty × March 13th, 2023

Web Streams Explained

Wes and Scott discuss web streams, how they work, and examples of using them for performance and working with large data.

#web-streams #performance #data
Wes BosScott Tolinski
586

Supper Club × March 10th, 2023

Supper Club × Digital Nomad with Eric Sartorius

Scott and Wes interview Eric Sartorius, a developer and digital nomad who has traveled the world while working full time as a freelancer and mentor.

#digital nomad #remote work #travel
Wes BosScott TolinskiEric Sartorius
585

Tasty × March 8th, 2023

Fundamentals × What Makes a Website Slow?

Discussion on identifying performance issues that cause websites to be slow and potential solutions.

#Performance #Debugging #Optimization
Wes BosScott Tolinski
←← ← 6 7 8 9 10 11 12 → →→
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