Syntax
Shows About Potluck Qs Swag

All Episodes

AllHastyTastySupper ClubSpecial
102040
Newest To OldestOldest To Newest
Guests →
←← ← 1 2 3 4 5 6 7 → →→
816

Hasty × September 2nd, 2024

Why Your CSS Sucks

Discussion on reasons why CSS code can be difficult to work with and maintain over time

#CSS #webdevelopment #frontend
Wes BosScott Tolinski
815

Supper Club × August 30th, 2024

Deno 2 with Ryan Dahl

Ryan Dahl discusses Deno 2.0 and its new NPM package support, while still keeping Deno's simplicity and standarization goals.

#Deno #JavaScript #NPM
Wes BosScott TolinskiRyan Dahl
814

Tasty × August 28th, 2024

Fundamentals: HTML

Podcast episode explaining the fundamentals of HTML including the importance of semantic markup, document structure, forms, rich media elements, and more.

#html #webdev #beginner
Wes BosScott Tolinski
813

Hasty × August 26th, 2024

CSS: Scroll Driven Animations

Introduction to capabilities of scroll driven animations to create interactive effects based on scroll position by scrubbing existing CSS animations and keyframes over a scroll timeline instead of time.

#css #animations #scrolling
Wes BosScott Tolinski
812

Supper Club × August 23rd, 2024

CSS 4, 5, and 6! With Google’s Una and Adam

Guests Una Kravitz and Adam Argyle discuss the evolution of CSS over the years, new CSS version numbering like CSS 4 and CSS 5, container queries, scroll state queries and other modern CSS features.

#css #webdev #frontend
Wes BosScott TolinskiAdam ArgyleUna Kravets
811

Tasty × August 21st, 2024

NodeJS Evolves

Discussion on new Node.js features aligned with web standards and industry norms, including native TypeScript support, SQLite integration, dotenv support, and more.

#node #javascript #typescript #webdev
Wes BosScott Tolinski
810

Hasty × August 19th, 2024

Effortless Light and Dark Mode × Theme Styling

Discussion on using CSS theming properties like color scheme, light/dark functions, accent color, selection styling, relative color syntax, and future style queries to control themes and light/dark modes.

#css #theming #light/dark
Wes BosScott Tolinski
809

Supper Club × August 16th, 2024

How To Stay Up To Date with Daily.dev’s Francesco Ciulla

Daily Dev is a platform that helps developers stay up-to-date by providing a personalized feed. It was created by 3 developers and launched on Product Hunt, gaining its first users. It has since raised $11M in funding and grown to 30 team members and over 500,000 users.

#Platforms #Funding
Wes BosScott TolinskiFrancesco Ciulla
808

Tasty × August 14th, 2024

The Future of JavaScript Frameworks × Building Auth × DB Design Tips, and more!

In this episode, Scott and Wes answer questions from listeners on topics like predicting the future of JavaScript frameworks, using local development proxies, building your own authentication system, designing relational databases, and more.

#JavaScript #WebDev #Programming
Wes BosScott Tolinski
807

Hasty × August 12th, 2024

CSS Components: Tailwind, Panda, Scoped, Modules, Classes, Variables, CSS-in-JS and Sprinkles!

Scott and Wes discuss different approaches to authoring component-scoped CSS, including class-based systems, BEM, CSS modules, utility classes, CSS-in-JS, and more.

#css #components #styling
Wes BosScott Tolinski
806

Supper Club × August 9th, 2024

The King of Drag and Drop: Alex Reardon

Alex Reardon discusses building accessible and performant drag and drop interactions using native browser APIs and his Pragmatic Drag and Drop library.

#drag-and-drop #accessibility #performance
Wes BosScott TolinskiAlex Reardon
805

Tasty × August 7th, 2024

We React to State of React Survey

Scott and Wes discuss the State of React 2023 developer survey results, including React API and framework usage, trends, pain points and more.

#react #webdev #javascript
Wes BosScott Tolinski
804

Hasty × August 5th, 2024

Should Your Website Work Without JavaScript?

Scott and Wes discuss whether websites should work without JavaScript enabled. They cover reasons pages may fail, progressive enhancement, and ways to improve the experience when JavaScript is not available.

#javascript
Wes BosScott Tolinski
803

Supper Club × August 2nd, 2024

The SQLite Takeover with Turso’s Glauber Costa

Glauber Costa discusses Terso, a distributed SQLite platform getting attention for its managed service and LibSQL fork enabling new architectures.

#databases #sqlite #cloud
Wes BosScott TolinskiGlauber Costa
802

Tasty × July 31st, 2024

Tree Shaking × useMemo vs useCallback × JavaScript Event Loop - STUMP'd

Scott and Wes ask each other interview questions to stump one another and teach web development concepts.

#JavaScript #React #WebDevelopment
Wes BosScott Tolinski
801

Hasty × July 29th, 2024

6 New JavaScript Proposals

Scott and Wes discuss 6 upcoming JavaScript proposals that are making their way into the language spec.

#JavaScript #TC39
Wes BosScott Tolinski
800

Supper Club × July 26th, 2024

Why the jQuery Creator Uses React and Typescript - John Resig

John Resig discusses creating jQuery, working at Khan Academy, using React and GraphQL, and the evolution of JavaScript.

#JavaScript #jQuery
Wes BosScott TolinskiJohn Resig
799

Tasty × July 24th, 2024

Hot New and Under-Utilized Browser APIs

Scott discusses new and underutilized browser APIs for building interfaces including starting style, allow discrete, calc size, scroll snap, view transitions, popover, dialog and more.

#animation #ui #browser
Wes BosScott Tolinski
798

Hasty × July 22nd, 2024

Self Hosting: Reverse Proxy Servers

Discussion on what reverse proxy servers are, popular options, and various use cases like combining multiple apps and servers, handling SSL, security, serving static assets, and local development.

#reverse-proxy #self-hosting #devops
Wes BosScott Tolinski
797

Supper Club × July 19th, 2024

Drizzle: The TypeScript SQL ORM

The developers of Drizzle, a TypeScript ORM, discuss the project's history, their design decisions, how they built complementary tools like Drizzle Studio, and what work is like while living through war in Ukraine.

#typescript #databases #ukraine
Wes BosScott TolinskiAndrew ShermanAlex Blokh
796

Tasty × July 17th, 2024

Do We Need JS Frameworks × Are You Over-Engineering? × Webview vs Native

In this potluck episode, Scott and Wes answer questions about over-engineering, generative AI, frameworks, meetups, and more.

#Frameworks #Meetups
Wes BosScott Tolinski
795

Hasty × July 15th, 2024

Hosting Private Fonts on the Edge With Cloudflare

Discussion on building a custom font hosting server to securely serve licensed fonts only to allowed origins using Cloudflare Workers, Pages and KV store.

#Cloudflare #Fonts #Caching
Wes BosScott Tolinski
794

Supper Club × July 12th, 2024

Prettier JavaScript with Vjeux

Interview with Prettier creator Christopher "Vjeux" Chedeau about the origins, growth, funding status and future roadmap of the ubiquitous code formatter.

#JavaScript #OpenSource #CodeTools
Wes BosScott TolinskiChristopher 'Vjeux' Chedeau
793

Tasty × July 10th, 2024

The Local First Landscape

Discussion of various tools and libraries for building local first web applications

#local-first #offline #speed
Wes BosScott Tolinski
792

Hasty × July 8th, 2024

Perfect Sitemaps for SEO

Wes and Scott discuss why you need a sitemap, what should be in it, and how to generate and submit it properly for SEO.

#SEO #Sitemaps
Wes BosScott Tolinski
791

Supper Club × July 5th, 2024

LLRT The Serverless Runtime w/ Richard Davison

Deep dive into LLRT, Amazon's new crazy fast JavaScript runtime tailored for serverless environments like Lambda. Covers background, implementation, benchmarks, use cases and more.

#serverless #lambda #javascript
Wes BosScott TolinskiRichard Davison
790

Tasty × July 3rd, 2024

State of JS 2023 Reactions

Wes and Scott discuss the 2023 State of JS survey results and developer trends

#javascript #webdev #StateOfJS
Wes BosScott Tolinski
789

Hasty × July 1st, 2024

Do More With AI - LLMs With Big Token Counts

Discussion on using large language models with greater token counts to provide more context, allowing for better and more complex outputs to aid software development.

#AI #LLM #Tokens
Wes BosScott Tolinski
788

Supper Club × June 28th, 2024

Supabase: Open Source Firebase for Fullstack JS Apps

Paul Copplestone, CEO and cofounder of Supabase, discusses the origins of Supabase as an open source alternative to Firebase built on Postgres, with a focus on developer experience.

#supabase #firebase #postgres #databases
Wes BosScott TolinskiPaul Copplestone
787

Tasty × June 26th, 2024

You Should Try Vue.js

Vue.js is a full-featured, beginner-friendly front end framework with HTML-like syntax, built-in state management, and Nuxt.js for full-stack web apps.

#vuejs #front-end #frameworks
Wes BosScott Tolinski
786

Hasty × June 24th, 2024

What Open Source license should you use?

An overview of open source software licenses, the different types like permissive and copyleft, and things to consider when choosing a license.

#Licenses #Open Source #Law
Wes BosScott Tolinski
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
Wes BosScott TolinskiStephen 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
Wes BosScott Tolinski
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
Wes BosScott TolinskiBrian 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
←← ← 1 2 3 4 5 6 7 → →→
Podcast RSS Feed About Sick Picks Guest List Sentry.io
Source Code Colors Layout Typography Theme Privacy Policy Terms of Service
X Github Discord Youtube 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