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 → →→
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
584

Hasty × March 6th, 2023

Node in the Browser × WebContainers + NodeBox

Discussion on running Node.js in the browser via web containers and Nodebox, enabling server-side code in the browser for demos, tutorials and interactivity.

#Node.js #JavaScript
Wes BosScott Tolinski
583

Supper Club × March 3rd, 2023

Supper Club × Visual Coding Languages With Steve Sewell

Steve Sewell discusses Builder.io, a visual programming tool that allows composing UIs from React components via a drag and drop interface

#No Code #React
Wes BosScott TolinskiSteve Sewell
582

Tasty × March 1st, 2023

AI and Coding with ChatGPT

Scott and Wes discuss AI encoders like ChatGPT and image generators like Midjourney, including capabilities, limitations, implications, and how it will impact developers.

#ai #development #javascript
Wes BosScott Tolinski
581

Hasty × February 27th, 2023

Clean vs Sloppy Code

Discussion on establishing codebase rules and conventions to enforce clean code vs sloppy code through formatting, linting, naming conventions, documentation, and automation.

#automation #linting
Wes BosScott Tolinski
580

Supper Club × February 24th, 2023

Supper Club × Astro 2.0 with Fred Schott

Fred Schott discusses Astro 2.0, a framework for content-focused sites that defaults to HTML with interactive JS islands. Covers use cases, routing, markdown support, edge runtimes and top-level data fetching.

#astro #webdev #frameworks
Wes BosScott TolinskiFred Schott
579

Tasty × February 22nd, 2023

Warp Terminal × Next Gen Terminals

In this episode of Syntax, Scott and Wes provide an overview of the new Warp terminal for Mac, discussing its features, benefits over traditional terminals, and technology behind it.

#Warp #Terminals #Mac
Wes BosScott Tolinski
578

Hasty × February 20th, 2023

Logging

Wes and Scott discuss the value of comprehensive logging in web development and some best practices.

#logging #debugging #visibility
Wes BosScott Tolinski
577

Supper Club × February 17th, 2023

Supper Club × Solid.js with Ryan Carniato

Ryan Carniato discusses the history and concepts behind SolidJS. Covers reactivity, signals, differences from React, web components support, and introducing Solid Start.

#solidjs #reactivity #frameworks
Wes BosScott TolinskiRyan Carniato
576

Tasty × February 15th, 2023

Potluck × Native Web Components × JS Class Mixins × Application Secrets

In this potluck episode, Scott and Wes answer submitted listener questions on topics like setting up a smart home, using web components, JavaScript mixins, and more.

#javascript #webdev #smarthome
Wes BosScott Tolinski
575

Hasty × February 13th, 2023

Save us from Config File Hell

Wes and Scott discuss config files in web development projects - how they are necessary but can clutter your codebase. They talk through different formats like JSON, JavaScript and YAML, tools to hide/organize them, and ideas for standardization.

#configfiles #webdev #javascript
Wes BosScott Tolinski
574

Supper Club × February 10th, 2023

Supper Club × Qwik framework from Miško Hevery, the Creator of Angular

Discussion with Mishko Hevery, creator of Angular, about his new framework Qwik and its resumability feature for improved performance without extra effort from developers.

#Qwik #React #Performance
Wes BosScott TolinskiMiško Hevery
573

Tasty × February 8th, 2023

Converting JS to TypeScript

Scott and Wes discuss their experiences installing smart switches and converting their JavaScript code bases to TypeScript. They talk through the wiring challenges, refactoring benefits, and how TypeScript helps catch bugs.

#JavaScript #TypeScript
Wes BosScott Tolinski
572

Hasty × February 6th, 2023

Polish and Perf

Wes and Scott discuss strategies for improving performance and polish after launching a web app, from auditing network requests to optimizing images, caching, removing unnecessary code, and iteratively enhancing the user experience.

#pagespeed #perfmatters #webperf
Wes BosScott Tolinski
571

Supper Club × February 3rd, 2023

Supper Club × Rust In Action with Tim McNamara

This episode covers the history of Rust, how it aims to be more approachable for new developers, the steep learning curve, good introductory projects like command line utilities and games, performance and efficiency benefits, terminology like crates and cargo, and running Rust via WebAssembly.

#Rust #Performance #Beginner
Wes BosScott TolinskiTim McNamara
570

Tasty × February 1st, 2023

Node.js CJS → ESM

Discussion on moving from CommonJS modules to ECMAScript modules in Node.js - the benefits, challenges and steps for transitioning a project.

#ecmascript #esm #nodejs
Wes BosScott Tolinski
569

Hasty × January 30th, 2023

CSS Wishlist

In this episode Scott and Wes discuss their wishlist for future CSS features including mixins, grid row selection, range selectors, first/last selectors, fit-text, overflow control, color functions, lighten/darken colors, resize handles on divs, and overflow styles.

#css #webdev #frontend
Wes BosScott Tolinski
568

Supper Club × January 27th, 2023

Supper Club × Caleb Porzio

Wes Bos and Scott Tolinski interview web developer Caleb Porzio about growing up in Canada near Buffalo and the cultural similarities between the two.

#Buffalo #Canada #Developers
Wes BosScott TolinskiCaleb Porzio
567

Tasty × January 25th, 2023

We React to State of JS 2022

Wes and Scott discuss the results of the State of JS 2022 survey, analyzing trends in frameworks, libraries, developer demographics, salaries, and more.

#State of JS #JavaScript
Wes BosScott Tolinski
566

Hasty × January 23rd, 2023

Container Queries Explained

Wes and Scott provide an intro to container queries, explaining the syntax, use cases, and browser support. They share examples for styling based on parent width and height, replacing JS with CSS, and dynamically sizing fonts and elements.

#CSS
Wes BosScott Tolinski
565

Supper Club × January 20th, 2023

Supper Club × Simen Svale Skogsrud and Espen Hovlandsdal from Sanity

Scott and Wes from Syntax podcast chat with Simons and Espin from Sanity about the Sanity content platform, Grok query language, and the new Sanity Studio 3 release.

#podcast #cms #sanity #graphql
Wes BosScott TolinskiEspen HovlandsdalSimen Svale Skogsrud
564

Tasty × January 18th, 2023

Potluck × JS Modules × HTML Tags × Recession × Budgeting

Wes and Scott answer listener questions about HTML tags, recession impacts, budgeting, expensive cars, and the state of JS modules.

#HTML #Business #JavaScript
Wes BosScott Tolinski
563

Hasty × January 16th, 2023

Buy It or Build It? A Service is Not a Solution

Discussion on evaluating whether to buy or build services for your application.

#services #saas #api
Wes BosScott Tolinski
562

Supper Club × January 13th, 2023

Supper Club × Katherine Mello on Liberal Arts → Coding, Bootcamps, and Sustainability

Katherine Mello discusses her journey from French literature major to founding engineer at sustainable building startup Tangible, touching on coding bootcamps, data visualization, and working at WeWork during its dramatic fall.

#Bootcamps #Sustainability
Wes BosScott TolinskiKatherine Mello
561

Tasty × January 11th, 2023

2023 Goals × Learning and Doing

Wes and Scott discuss their goals for 2023 including code goals like using new technologies, improving courses, fitness goals like losing weight and doing more cardio, and podcast goals like conducting better interviews.

#Podcasting #Fitness #Goals
Wes BosScott Tolinski
560

Hasty × January 9th, 2023

TypeScript Fundamentals × Satisfies and as const

Scott and Wes discuss new TypeScript techniques like 'as const' to create frozen read-only types from data and 'satisfies' to allow better inference for unknown metadata objects.

#TypeScript #JavaScript
Wes BosScott Tolinski
559

Supper Club × January 6th, 2023

Supper Club × Sarah Drasner on Engineering Management

Sarah Drasner discusses writing her new book Engineering Management for the Rest of Us. She covers her transition from engineer to management at companies like Google, key responsibilities as a manager, writing and publishing the book, and staying motivated by helping others learn.

#Management #Writing #Books #Motivation
Wes BosScott TolinskiSarah Drasner
558

Tasty × January 4th, 2023

Our Predictions for 2023

In this episode, Wes and Scott make predictions for trends and changes in web development during 2023.

#JavaScript #2023 #Predictions #Trends
Wes BosScott Tolinski
557

Hasty × January 2nd, 2023

TypeScript Fundamentals × Type Narrowing, Guards, and Predicates

Discussion on TypeScript fundamentals like type narrowing, guards and predicates which narrow types from general to specific.

#typescript #webdev #javascript
Wes BosScott Tolinski
556

Supper Club × December 30th, 2022

Supper Club × Polypane with Kilian Valkhof

Kilian Valkhof discusses Polypane, the developer tool browser he created to speed up development and make accessibility testing easy. He covers Polypane's multi-pane view, custom dev tools focused on the multi-pane experience, extensive accessibility testing features, and more.

#Accessibility #Design
Wes BosScott TolinskiKilian Valkhof
555

Tasty × December 28th, 2022

Were We Wrong? 2022 Predictions Revisited

Wes Bos and Scott Tolinski review their 2022 web development predictions from last year's episode to see what they got right and wrong.

#javascript
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