Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

AllHastyTastySupper ClubSpecial
102040
Newest To OldestOldest To Newest
Guests →
←← ← 7 8 9 10 11 12 13 → →→
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
554

Hasty × December 26th, 2022

Desktop Apps in JS × Electron and Tauri

Scott and Wes discuss building desktop applications using JavaScript and frameworks like Electron and Tori.

#javascript #electron #tori
Wes BosScott Tolinski
553

Supper Club × December 23rd, 2022

Supper Club × Switching into Coding and climbing the Pommade ladder with Kenneth Lyerly

Kenneth Lyerly shares his journey switching careers into web development, leading teams in ecommerce and marketing, and now working two full-time remote jobs.

#Career Change #Remote Work
Wes BosScott TolinskiKenneth Lyerly
552

Tasty × December 21st, 2022

Potluck × Twitter Thoughts × Business Models × Senior Developer

Potluck Q&A show covering website improvements, managing notifications, JavaScript testing, routers, freelancing tips, smart home automation and more.

#productivity #javascript #career
Wes BosScott Tolinski
551

Hasty × December 19th, 2022

“Serverless” Databases

Discussion on using databases with serverless architectures and the unique challenges around connection pooling, edge locations, and scaling.

#serverless #databases #jamstack
Wes BosScott Tolinski
550

Supper Club × December 16th, 2022

Supper Club × Remotion React Video with Jonny Burger

Johnny Burger explains how he created Remotion, a tool for programmatically generating videos with React and common web technologies. He talks about the motivation, technical implementation, and use cases.

#react #video #programming
Wes BosScott TolinskiJonny Burger
549

Tasty × December 14th, 2022

JavaScript in 2022

Scott and Wes discuss the JavaScript chapter of the Web Almanac, covering topics like framework usage, script loading, and JS payloads. Wes also shares about recovering from a nasty flu.

#webdev #javascript #webalmanac
Wes BosScott Tolinski
548

Hasty × December 12th, 2022

Rendering Methods Explained

Scott and Wes discuss different rendering methods for web applications based on the State of JS survey results. They provide overviews and examples of SPA, MPA, SSG, SSR, partial and progressive hydration, island architecture, progressive enhancement, ISG, streaming SSR, resumability, and edge rendering.

#rendering #webdev #SPA
Wes BosScott Tolinski
547

Supper Club × December 9th, 2022

Supper Club × Coding at Disney with Vu Le

Vu Le shares insights into building internal CMS and tools at Disney to manage massive amounts of content and enable complex workflows for Disney Plus, ABC News, National Geographic and more.

#Internal Tools #UX #GraphQL #React
Wes BosScott TolinskiVu Le
546

Tasty × December 7th, 2022

Code Styles × Readable Rules and Petty Preferences

Scott and Wes discuss their code style preferences, focusing on readability over being fancy. They also chat about prepping for a site launch.

#Code Style #JavaScript #Launch Prep
Wes BosScott Tolinski
545

Hasty × December 5th, 2022

GitHub Next Projects

Scott and Wes discuss GitHub's latest announcements and upcoming products revealed on the GitHub Next website, including GitHub Copilot integrations, voice coding, collaborative workflows, and more.

#ai #github #webdev
Wes BosScott Tolinski
544

Supper Club × December 2nd, 2022

Supper Club × Bun with Jared Sumner

Jared Sumner discusses creating the Bun JavaScript runtime, focusing on performance, integrating tools, and potential use cases compared to Node and in embedded systems.

#JavaScript #Performance #Testing
Wes BosScott TolinskiJared Sumner
543

Tasty × November 30th, 2022

Potluck × Twitter Following × TypeScript × Playwright

Wes and Scott answer listener questions about using Twitter, the difference between CRUD operations and real-time protocols like WebSockets, and share updates on projects they are working on.

#Twitter #WebSockets #Google
Wes BosScott Tolinski
542

Hasty × November 28th, 2022

Serverless Limitations

Wes and Scott discuss limitations of serverless functions and how to work around them.

#Serverless #AWS Lambda #Limitations
Wes BosScott Tolinski
541

Supper Club × November 25th, 2022

Supper Club × Anything But Coding with Wes and Scott

Scott and Wes have a casual conversation touching on various topics like reality TV shows, holidays, home renovation shows and more.

#Reality TV #Lifestyle #Holidays
Wes BosScott Tolinski
540

Tasty × November 23rd, 2022

Responsive Design Techniques

Discussion on different techniques for making websites responsive across devices like mobile, tablets, and desktop screens.

#website design
Wes BosScott Tolinski
539

Hasty × November 21st, 2022

React use() hook and Async Server Components Proposal

Scott and Wes discuss the new React Use hook proposal for handling promises and asynchronous data fetching in React components. They cover the basics, comparisons to React Query, concerns around complexity and fragmentation in React.

#react #javascript #webdev
Wes BosScott Tolinski
538

Supper Club × November 18th, 2022

Supper Club × Ryan Dahl and Deno

Ryan Dahl discusses the origins and goals of Deno, his new JavaScript/TypeScript runtime, and why he believes JavaScript will remain the language of the web.

#javascript #nodejs #deno #typescript
Wes BosScott TolinskiRyan Dahl
537

Tasty × November 16th, 2022

CSS Trends Almanac for 2022 Part 2

Scott and Wes continue their analysis of CSS usage trends from the HTTP archive almanac, discussing topics like box model, columns, animations, blend modes, and responsive design.

#CSS #webdev #animation #responsive
Wes BosScott Tolinski
536

Hasty × November 14th, 2022

Short Form Content with Tiktok, Reels, Shorts, Tweets

Wes and Scott discuss creating short-form video content for platforms like TikTok, Instagram Reels, and YouTube Shorts. They cover repurposing existing content, making custom videos, platform algorithms, tips for capturing viewers' attention quickly, challenges of showing code, and using text-based editing tools.

#Video Content #Programming
Wes BosScott Tolinski
535

Supper Club × November 11th, 2022

Supper Club × Open Table LIVE SHOW

Wes and Scott discuss site bugs, Vercel announcements like TurboPack, the post-Webpack era, and take audience questions in a live stream podcast.

#JavaScript #Podcasts
Wes BosScott Tolinski
534

Tasty × November 9th, 2022

Potluck × Meeting IRL × SSG vs SSR × Domain Privacy

The Syntax podcast hosted by Scott Talinski and Wes Boss covers tasty web development topics.

#Podcasts #Tips & Tricks
Wes BosScott Tolinski
533

Hasty × November 7th, 2022

Zod Schema Validation and Type Generation

Discussion of Zod, a TypeScript-first schema validation and inference library. Covers features like type inference, runtime validation, integration, and comparisons to alternatives.

#Zod #TypeScript #Validation
Wes BosScott Tolinski
532

Supper Club × November 4th, 2022

Supper Club × Coding with ADHD with Dr. Courtney Tolinski

Dr. Courtney Talinski discusses ADHD, including common symptoms and strategies for managing it as an adult, especially in tech careers.

#ADHD #Productivity #Psychology
Wes BosScott TolinskiDr. Courtney Tolinski
531

Tasty × November 2nd, 2022

Spooky Web Dev Stories Part 2

Discussion of spooky web development stories involving accidents, bugs, and things gone wrong submitted by listeners.

#webdev #debugging #horror
Wes BosScott Tolinski
530

Hasty × October 31st, 2022

Explained - Buzz Words and Concepts

Scott and Wes explain web development buzzwords and concepts like schema, promises, async/await, DOM, methods vs functions, props, and stateless HTTP requests.

#JavaScript #WebDev #Buzzwords
Wes BosScott Tolinski
←← ← 7 8 9 10 11 12 13 → →→
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