Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

AllHastyTastySupper ClubSpecial
102040
Newest To OldestOldest To Newest
Guests →
←← ← 2 3 4 5 6 7 8 → →→
785

Supper Club × June 21st, 2024

What’s Next for Next.js with Tim Neutkens

Discussion with Tim Neutkens from Vercel about new React features like the React Compiler, React Server Components, and tools like Next.js and TurboPack.

#react #nextjs #vercel
Wes BosScott TolinskiTim Neutkens
784

Tasty × June 19th, 2024

Logging × Blogging × Testing × Freelancing

Wes and Scott answer audience questions about logging, blogging, testing, freelancing, carbon footprint tools, having kids, murder mystery podcasts, and pressure washers.

#logging #testing #parenting #podcasts
Wes BosScott Tolinski
783

Hasty × June 17th, 2024

How We Built a Netflix Style “Save for Offline” Feature Into Syntax

Scott and Wes discuss how they built an offline playback feature for Syntax podcast episodes using the Cache API to save files locally in the browser.

#podcasting #offline #caching
Wes BosScott Tolinski
782

Supper Club × June 14th, 2024

The Developer’s Guide To Fonts with Stephen Nixon

Scott and Steven Nixon discuss type design, variable fonts, coding fonts, dyslexia-friendly fonts, and best practices for web typography.

#design #accessibility
Stephen Nixon
781

Tasty × June 12th, 2024

Potluck - The Value of TypeScript × Vue vs Svelte × Leetcode

In this potluck episode, Scott and CJ discuss TypeScript complexity, Svelte vs Vue, internationalization, the future of React, Astro vs SvelteKit, learning C# or Rust alongside JS/TS, finishing projects, and scoping project quality based on timeline and team size.

#TypeScript #Frameworks #i18n #React
780

Hasty × June 10th, 2024

Cloud Storage: Bandwidth, Storage and BIG ZIPS

Discussion on best practices, terminology, use cases and cost considerations when using cloud storage providers to store large files, backups, videos, images etc.

#cloud-storage #cloudflare #backblaze #aws
Wes BosScott Tolinski
779

Supper Club × June 7th, 2024

Why SQLite is Taking Over with Brian Holt & Marco Bambini

Discussion on why SQLite is gaining popularity, its advantages like efficiency, speed and stability, misconceptions about capabilities, and how SQLite Cloud enhances it by making it shareable and adding enterprise features.

#sqlite #databases #local-first
Brian HoltMarco Bambini
778

Tasty × June 5th, 2024

11 Habits of Highly Effective Developers

Wes and Scott discuss 11 habits that can help developers become more effective, covering topics like understanding business goals, continuous learning, having an open mindset, asking for help, helping others, enjoying development, maintaining balance, showing empathy, attention to detail, and being part of the developer community.

#Career #Skills #Effectiveness
Wes BosScott Tolinski
777

Hasty × June 3rd, 2024

The Modern Dev CMS - Pocketbase

Pocketbase provides a full backend with database, authentication, file storage, and more in an easy to use interface.

#webdev #programming #productivity
Wes BosScott Tolinski
776

Supper Club × May 31st, 2024

How 1Password Uses WASM and Rust for Local First Dev With Andrew Burkhart

Andrew Burkhart, senior Rust engineer at 1Password, discusses their architecture with cloud, Rust core and thin clients across platforms, how data flows when saving logins, challenges with syncing and encryption, benefits of using Rust for cross-platform, safety and performance, and porting their core to WASM for the web.

#1password #rust #wasm #security
Wes BosScott TolinskiAndrew Burkhart
775

Tasty × May 29th, 2024

Components We Need on Every Project

Scott and Wes discuss common components they use across projects such as navigation, headers, toasts, auth forms, admin tables, markdown renderers, icon components, and more.

#JavaScript #UI/UX
Wes BosScott Tolinski
774

Hasty × May 27th, 2024

Promise Flow Control, Concurrency, Libraries, TypeScript and Deferreds - Part 3

Discussion on advanced promise concepts like with resolvers, fetch promises, flow control, concurrency, throttling, TypeScript typing, and more.

#javascript #promises #concurrency
Wes BosScott Tolinski
773

Supper Club × May 24th, 2024

React Native with Robin Heinze

Discussion on building native iOS and Android apps with React Native

#react #mobile #javascript
Wes BosScott TolinskiRobin Heinze
772

Tasty × May 22nd, 2024

React Server Components with PHP, Selling Accessibility, WTF is Cloudflare + more

Potluck episode answering submitted questions on various web dev topics

#javascript #webdev #beginner
Wes BosScott Tolinski
771

Hasty × May 20th, 2024

Promises: Error Handling, Aborts, and Helper Methods - Part 2

Discussion on advanced promise concepts like canceling, controlling, helper methods, error handling strategies, and static methods on the Promise constructor.

#promises #error-handling #javascript
Wes BosScott Tolinski
770

Supper Club × May 17th, 2024

Design Systems With Brad Frost (Rereleased)

Brad Frost discusses design systems, including defining what they are, the technical architecture behind them, challenges with implementation, and how they enable consistency across large organizations.

#Design Systems
Wes BosScott TolinskiBrad Frost
769

Tasty × May 15th, 2024

React Miami Live Show

The React Miami live podcast episode features special live segments like map/filter/reduce code challenges, JS or NAS audience voting games, and opportunities for the audience to participate.

#react #javascript #live-podcast
Wes BosScott Tolinski
768

Hasty × May 13th, 2024

React 19 is here!

React 19 has been released after 2 years, bringing some nice improvements like built-in web components, a new use API, simplified context, and allowing metadata anywhere.

#react #javascript #webdev
Wes BosScott Tolinski
767

Supper Club × May 10th, 2024

Local First and TypeScript’s Missing Library with Johannes Schickling

Johannes Schickling discusses Overtone, a local first music app built on Spotify/Apple Music, and Effect, a library for more structured and reusable TypeScript code.

#local-first #music #typescript
Wes BosScott TolinskiJohannes Schickling
766

Tasty × May 8th, 2024

React Server Components: Form Actions + Server Actions

Discussion on using actions and form actions in React Server Components for calling server code from the client side without needing a separate API

#react #forms
Wes BosScott Tolinski
765

Hasty × May 6th, 2024

JS Promises Fundamentals - Part 1

A 3-part series on JavaScript promises. Part 1 covers the basics of what promises are, creating promises, and waiting on promises to resolve.

#javascript #promises #async #await
Wes BosScott Tolinski
764

Supper Club × May 3rd, 2024

Biome JS with Emanuele Stoppa

Emma Stapa, creator of Biome, discusses background, goals, and roadmap of this new CLI tool aiming to replace ESLint and Prettier with better performance and simpler configuration.

#tools #productivity
Wes BosScott TolinskiEmanuele Stoppa
763

Tasty × May 1st, 2024

Web Scraping + Reverse Engineering APIs

Covers techniques for web scraping, dealing with private APIs, handling authentication, parsing HTML, and challenges like captchas.

#web-scraping #apis
Wes BosScott Tolinski
762

Hasty × April 29th, 2024

What to Steal. Finding Inspiration in Web Development

Discussion on finding inspiration in web design and development, how to ethically "steal" ideas, and resources for capturing inspiration.

#design #inspiration #ethics
Wes BosScott Tolinski
761

Supper Club × April 26th, 2024

Cloudflare Analytics Engine, Workers + more with Ben Vinegar

Ben Vinegar discusses Cloudflare Analytics Engine, building Counter Scale, managing the Syntax podcast under Sentry, and more.

#cloudflare #analytics #podcasts
Wes BosScott TolinskiBen Vinegar
760

Tasty × April 24th, 2024

Pro VSCode Setups

Scott and Wes detail their Visual Studio Code setups, extensions, themes, fonts, shortcuts and other preferences.

#VSCode #Productivity
Wes BosScott Tolinski
759

Hasty × April 22nd, 2024

How to Easily Explore Coding Ideas

Explore different online services, code playgrounds, and local setups for quickly testing coding ideas and concepts.

#coding #development #productivity
Wes BosScott Tolinski
758

Supper Club × April 19th, 2024

Web Awesome with Konnor Rogers + Cory LaViska

Corey Laviska, creator of Shoelace, and Connor Rogers, Shoelace contributor, discuss reinventing Shoelace as Web Awesome under the Font Awesome umbrella. They talk about the Font Awesome Kickstarter success, wanting to avoid framework churn, and building Web Awesome as an open source UI library focused on web components.

#web-components #ui-frameworks #open-source
Wes BosScott TolinskiKonnor RogersCory LaViska
757

Tasty × April 17th, 2024

Potluck: Is Gatsby Dead? Shadow Dom, AI Summaries, Self Hosting + More

Topics covered include Shadow DOM vs light DOM, web scraping techniques, local first development, speeding up UI development with component libraries, affordable self-hosting options, syncing offline data, and using AI to summarize audio content.

#web-components #web-scraping #local-first #ui-development
Wes BosScott Tolinski
756

Hasty × April 15th, 2024

CSS Is Getting Mixins + Functions

Scott and Wes discuss the CSS proposal for mixins and functions being added to the language. This will allow writing cleaner, more reusable code directly in CSS instead of needing a preprocessor.

#CSS #WebDev #Frontend
Wes BosScott Tolinski
755

Supper Club × April 12th, 2024

Chrome Extensions and Ad Blockers VS Google with Oliver Dunk

Discussion with Google Chrome extensions engineer about changes in Manifest V3, effects on ad blockers, bringing more APIs to service workers, and building extensions.

#extensions #performance #privacy
Wes BosScott TolinskiOliver Dunk
754

Tasty × April 10th, 2024

How to Level Up Your Web Development Career

Scott and Wes discuss tips for becoming a better developer, getting a better job, and improving your life.

#career #productivity
Wes BosScott Tolinski
753

Hasty × April 8th, 2024

Cache Ruins Everything Around Me

Discussion about cache invalidation issues when caching user-specific data, solutions like using different URLs, partial caching, edge functions, and drawbacks like flash of unstyled content.

#caching #webdev #performance
Wes BosScott Tolinski
752

Supper Club × April 5th, 2024

React vs Vue vs Angular with Corbin Crutchley

In this episode Scott and Wes Bos interview Corbin Crutchley, author of the Framework Field Guide, about his experiences with and comparisons of React, Vue and Angular.

#javascript #frameworks #angular #react
Wes BosScott TolinskiCorbin Crutchley
751

Tasty × April 3rd, 2024

UI Components: ShadCN, Tailwind UI, Headless, React Aria, Radix UI

This episode covers different categories of UI component libraries for building web apps, from low-level headless utilities to full featured design systems. Key factors in choosing a UI library are functionality, accessibility, styling, and ability to adapt the components.

#webdev #javascript #UI
Wes BosScott Tolinski
750

Hasty × April 1st, 2024

New CSS and JavaScript You Should Be Using

Scott and Wes discuss the latest web development news in 2010 including jQuery 1.2, mobile apps with HTML5, custom fonts, rounded corner CSS, Node.js, WordPress 2.3 and more.

#jQuery #Mobile #WordPress #JavaScript
Wes BosScott Tolinski
749

Supper Club × March 29th, 2024

Coding Shopify with Anne and Trudy of Design Packs

Anne and Trudy discuss their backgrounds working with Shopify and building their app Design Packs which adds sections and templates to Shopify themes.

#ecommerce #shopify #webdev
Wes BosScott TolinskiTrudy MacNabbAnne Thomas
748

Tasty × March 27th, 2024

Fitness Will Make You a Better Developer

Wes and Scott discuss fitness tips for developers including getting started with working out, having a home gym, diet, motivation, supplements and more.

#fitness #exercise #health
Wes BosScott Tolinski
747

Hasty × March 25th, 2024

Middleware Explained

Explaining what middleware is and examples of how it's commonly used in web development for things like authentication, caching, error handling, etc.

#middleware #nodejs #webdev
Wes BosScott Tolinski
746

Supper Club × March 22nd, 2024

Infrastructure for TS Devs: Kubernetes, WASM and Containers with David Flanagan

David Flanagan explains Kubernetes, containers, WebAssembly, and self-hosted infrastructure to Wes and Scott. He provides tips for managing your own servers and recommendations for learning more.

#Kubernetes #Containers #WebAssembly #Infrastructure
Wes BosScott TolinskiDavid Flanagan
←← ← 2 3 4 5 6 7 8 → →→
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