Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

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

Supper Club × October 28th, 2022

Supper Club × GraphQL as an Aggregation Layer with Filipe Ferreira of Sky TV

Philippe Ferreira from Sky discusses how they use GraphQL as an aggregation layer across their streaming platform and apps.

#GraphQL #Streaming #React
Wes BosScott TolinskiFilipe Ferreira
528

Tasty × October 26th, 2022

Spooky Web Dev Stories 2022

Scott and Wes share cringey, scary stories submitted by developers about mistakes they've made in production that caused big problems.

#Programming
Wes BosScott Tolinski
527

Hasty × October 24th, 2022

Hydration & New Frameworks Like Qwik

This episode discusses Quick, a new web development framework created by the inventor of Angular that eliminates hydration by serializing state to HTML. It also covers topics like JSX, SSR, edge functions, and more.

#webdev #javascript #frameworks
Wes BosScott Tolinski
526

Supper Club × October 21st, 2022

Supper Club × tRPC With Alex KATT Johansson

Alex Johansen discusses tRPC, an alternative to REST and GraphQL for calling functions between client and server using TypeScript for type safety.

#tRPC #GraphQL #TypeScript
Wes BosScott TolinskiAlex Johansson
525

Tasty × October 19th, 2022

2022 CSS Trends and Usage Web Almanac

Scott and Wes discuss mobile vs desktop usage based on stats from the Web Almanac report, cleaning tips, sponsors, and more.

#Web Stats #Mobile #Cleaning
Wes BosScott Tolinski
524

Hasty × October 17th, 2022

Bookmarklets

Wes and Scott discuss bookmarklets - JavaScript snippets that run on any page when clicked. They explain what bookmarklets are, how to use them, and share examples.

#javascript #bookmarks #automation
Wes BosScott Tolinski
523

Supper Club × October 14th, 2022

Supper Club × Neovim, Lua, RPC and Twitch with TJ DeVries

TJ DeVries discusses Neovim, Lua integration, and the difference between Neovim and Vim.

#neovim #vim #lua
Wes BosScott TolinskiTJ DeVries
522

Tasty × October 12th, 2022

Use The Platform!

Wes and Scott discuss using browser APIs and vanilla JavaScript instead of frameworks and libraries.

#javascript #webdev #api
Wes BosScott Tolinski
521

Hasty × October 10th, 2022

Syntactic Sugar, Declarative and First Class Citizens? What does that even mean?

Scott and Wes explain common JavaScript jargon like syntactic sugar, declarative programming, and more.

#javascript #webdev #programming
Wes BosScott Tolinski
520

Supper Club × October 7th, 2022

Supper Club × ORMs with Nikolas Burk from Prisma

Nicholas Burke from Prisma discusses the evolution of Prisma from Graphcool to Prisma 1 to Prisma today, which is now a general purpose ORM.

#prisma #graphql #orm
Wes BosScott TolinskiNikolas Burk
519

Tasty × October 5th, 2022

Potluck - Using Emoji in Naming × Project Estimates × Goal Planning

Wes and Scott answer listener questions about using emoji in CSS, estimating project timelines, going to football games, and more.

#css #sports
Wes BosScott Tolinski
518

Hasty × October 3rd, 2022

How to Get Past the Blahs and Finish Your Project

Wes and Scott discuss tips for pushing through the last 10% of a project when you get project blahs and start to lose motivation.

#productivity #programming
Wes BosScott Tolinski
517

Supper Club × September 30th, 2022

Supper Club × Open Sauced With bdougie

Scott and Wes interview Brian Douglas about his background in engineering and open source and his project Open Sauce to make open source more approachable. They also discuss GitHub's GraphQL API and Brian's experience with live streaming.

#Open Source #Community #GraphQL #Live Streaming
Wes BosScott Tolinskibdougie
516

Tasty × September 28th, 2022

Wes’ New Soundproof Office

Wes details building his new soundproof basement office from scratch including framing, wiring, soundproofing materials and tradeoffs.

#Office #DIY #Soundproofing
Wes BosScott Tolinski
515

Hasty × September 26th, 2022

WTF Is Enhance Framework?

A new HTML framework called Enhance JS that uses web standards and provides lightweight components, file-based routing, server-side rendering, and easy to write components.

#html #webdev #webcomponents
Wes BosScott Tolinski
514

Supper Club × September 23rd, 2022

Supper Club × Arc Browser with Hursh Agrawal

Hirsch Agarwal discusses founding the Arc browser company, focusing on reinventing the browser UI/UX, building with Swift, designing for delight, and planning for subscriptions without compromising user experience.

#Browsers #Design #UX
Wes BosScott TolinskiHursh Agrawal
513

Tasty × September 21st, 2022

The Productivity Episode

Scott and Wes discuss productivity techniques like the Getting Things Done system and Pomodoro technique, as well as tips for managing tasks, prioritizing work, and making time for creative exploration.

#productivity #organization
Wes BosScott Tolinski
512

Hasty × September 19th, 2022

AI and Coding - Is Github Co-Pilot Worth It?

Discussion of GitHub Copilot and other AI coding tools - how they work, concerns, pricing, and whether they help or hurt developers.

#ai #github #coding
Wes BosScott Tolinski
511

Supper Club × September 16th, 2022

Supper Club × Raycast with Thomas Mann

Discussion with Thomas from Raycast about building the productivity app and its native architecture, React-based extension API, and local storage using SQLite.

#productivity #raycast #macOS #native
Wes BosScott TolinskiThomas Mann
510

Tasty × September 14th, 2022

How To Build an API in 2022

This podcast episode provides a comprehensive overview of building a web API, covering topics like the various layers and components involved, popular API types like REST and GraphQL, authentication and permissions, caching, database options, and more.

#API #Development #Programming
Wes BosScott Tolinski
509

Hasty × September 12th, 2022

Use Next-gen CSS Today (Post CSS Configs)

This episode covers using PostCSS to write next generation CSS today including topics like postcss plugins, imports, nesting, custom media queries, env vars, and color functions.

#postcss #css #webdev
Wes BosScott Tolinski
508

Supper Club × September 9th, 2022

Supper Club × The Primeagen - Vim, Streaming, Rust, all Around Interesting Guy

Scott and Wes interview Primogen, a Twitch streamer and Vim user who talks about where his name comes from, the different types of coding streamers, and why people watch live coding.

#twitch #livecoding #vim
Wes BosScott TolinskiThe Primeagan
507

Tasty × September 7th, 2022

Potluck - How to Pick a Tech Stack × useEffect × setTimeout × Staying Focused

In this potluck episode, Scott and Wes answer questions on object creation performance, VSCode types, standing desks, and more.

#javascript #vscode #typescript
Wes BosScott Tolinski
506

Hasty × September 5th, 2022

Big Deno Changes

Deno has announced compatibility with Node and NPM, making it easier to use existing packages. They also have the fastest JS web server and good TypeScript support, so Node may fall behind.

#deno #nodejs #javascript
Wes BosScott Tolinski
505

Supper Club × September 2nd, 2022

Supper Club × Steve Ruiz Building a Drawing App

Steve Ruiz discusses the development of his open source React drawing canvas TLDraw, explaining the inspiration and technology behind it.

#React #SVG #Canvas
Wes BosScott TolinskiSteve Ruiz
←← ← 8 9 10 11 12 13 14 → →→
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