Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

AllHastyTastySupper ClubSpecial
102040
Newest To OldestOldest To Newest
Guests →
←← ← 1 2 3 4 5 → →→
819

Hasty × September 9th, 2024

Fun & Profitable Side Projects for Developers

In this episode Scott and Wes discuss side projects - where developers get ideas, setting goals, choosing technology stacks, keeping notes, and actually finishing.

#javascript #node #tooling
Wes BosScott Tolinski
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
744

Hasty × March 18th, 2024

Docker For Developers

An overview of Docker geared towards web developers - what it is, why its useful, how to get started, core concepts, tools, and some pitfalls.

#Docker #DevOps
741

Hasty × March 11th, 2024

TypeScript Interview Questions - STUMP’d

Wes and Scott quiz each other on advanced TypeScript features and syntax in a segment they call 'Stumped'.

#TypeScript #JavaScript
Wes BosScott Tolinski
738

Hasty × March 4th, 2024

Little Scripts: Coding for your Co-workers

Discussion on writing small scripts to help coworkers and improve workflows using tools like FFmpeg, AI, and automation

#automation #ai #productivity
Wes BosScott Tolinski
735

Hasty × February 26th, 2024

The Taliban Stole My Domain

Wes recounts how the Taliban taking over Afghanistan resulted in his bos.af domain being revoked, and discusses the intricacies and risks of getting clever country code top-level domains.

#domains #webdev #Afghanistan #country-codes
Wes BosScott Tolinski
732

Hasty × February 19th, 2024

Stop going to Spam: DMARC, SPF and DKIM Explained

Discussion on properly setting up DMARC, SPF and DKIM to ensure your transactional and marketing emails reach the inbox rather than spam.

#email #deliverability #DMARC #SPF
Wes BosScott Tolinski
729

Hasty × February 12th, 2024

CSS Native @scope

This episode covers the new native CSS scoping feature using the @scope rule, how it works, what problems it solves, and browser support status.

#css #frontend #webdev
Wes BosScott Tolinski
726

Hasty × February 5th, 2024

Is HTMX a Joke?

HTMLX is a small library for swapping out parts of your UI with responses from a server. It brings back AJAX and is not a full replacement for React.

#front-end #frameworks #server-side
Wes BosScott Tolinski
723

Hasty × January 29th, 2024

Svelte 5: Speed, Simplicity & Size

Covers new Svelte 5 features focused on speed, simplicity and smaller bundles including the $state, $effect and $props syntax changes.

#Svelte #JavaScript
Wes BosScott Tolinski
720

Hasty × January 22nd, 2024

Where Does Time Come From?

Discussion on how time works on computers and issues that arise when working with dates and time in JavaScript. Covers time infrastructure, standards, and new Temporal API.

#time #javascript #webdev
Wes BosScott Tolinski
717

Hasty × January 15th, 2024

How to be Productive

Wes and Scott discuss productivity habits like tracking goals, scheduling focus time, simplifying workflows, and pushing through procrastination to build momentum.

#productivity #workflows #organization
Wes BosScott Tolinski
714

Hasty × January 8th, 2024

CSS :has() in Every Browser! 10 Uses

Discussion of practical examples and use cases unlocked by the CSS :has() selector being supported across all major browsers.

#css #webdev #frontend
Wes BosScott Tolinski
711

Hasty × January 1st, 2024

The Surprisingly Exciting World of Print + PDF CSS

Covers using print CSS for various use cases like shipping labels and recipes. Explains how to load print CSS, use advanced features like CSS counters and @page rules, control page margins and numbering, debug print styles, and generate PDFs.

#print-css #css #web-dev
Wes BosScott Tolinski
708

Hasty × December 25th, 2023

How We Made Syntax.fm Faster

Scott and Wes discuss various performance issues encountered while rebuilding the Syntax site, including slow database queries, unnecessary data loading, and Open Graph image generation. They share the optimizations and tools used to diagnose bottlenecks and make improvements.

#webdev #performance #debugging
Wes BosScott Tolinski
706

Hasty × December 18th, 2023

AI and ML - The Pieces Explained

Scott and Wes explain all the terminology, services, and technical pieces that make up artificial intelligence and machine learning.

#AI #ML #Technology
Wes BosScott Tolinski
703

Hasty × December 11th, 2023

The Observer Pattern

Discussion on the observer pattern, its use in game dev and JavaScript frameworks, differences from observables, and its relation to promises and streams.

Wes BosScott Tolinski
←← ← 1 2 3 4 5 → →→
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