Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

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

Hasty × December 4th, 2023

A11y Treats - Labels & Roles

Discussion on using ARIA roles and labels to make web apps more accessible, including legal requirements, providing context for UI elements, and testing tools.

#accessibility #a11y #webdev
Wes BosScott Tolinski
698

Hasty × November 27th, 2023

Why You Should Be Using CSS @Layers

Wes and Scott discuss CSS Layers - a new way to control cascading and specificity by defining layers of CSS.

#CSS #webdev #frontend
Wes BosScott Tolinski
695

Hasty × November 20th, 2023

5 New CSS Features You Should Know

This episode covers 5 interesting new CSS features including nth child microsyntax, CSS motion path, scroll snap, scroll driven animations, and margin trim.

#CSS #Frontend
Wes BosScott Tolinski
692

Hasty × November 13th, 2023

You Need Stale While Revalidate

Scott and Wes explain the stale while revalidate caching technique, when you would use it, and how it allows you to serve cached content while asynchronously generating fresh content.

#caching #performance
Wes BosScott Tolinski
689

Hasty × November 6th, 2023

You Should Be Using JavaScript Maps & Sets

Wes and Scott discuss JavaScript maps and sets - how they differ from arrays and objects, unique use cases, and when to reach for maps/sets over arrays/objects.

#javascript #webdev #podcast
Wes BosScott Tolinski
686

Hasty × October 30th, 2023

We Need Your Help With The Secret Sauce

Wes and Scott discuss the technology stack and services powering the new Syntax.fm website.

#SvelteKit #Serverless #Prisma #PlanetScale
Wes BosScott Tolinski
683

Hasty × October 23rd, 2023

Spooky Coding Horror Stories 2023 - Part 1

Developers share horror stories of catastrophic mistakes like deleting databases, breaking site functionality, exposing data, and more.

#Site Outages #Data Exposure
Wes BosScott Tolinski
680

Hasty × October 16th, 2023

Getting jQuery’d × Honourable Deaths of libraries We Don’t Use Anymore

In this episode Scott and Wes discuss various libraries and tools that have been replaced by standardized browser APIs and JavaScript features over the years, like jQuery, Express, Underscore, 960 Grid System, Sass, Socket.IO, Left Pad, etc.

#javascript #libraries #jquery #express
Wes BosScott Tolinski
677

Hasty × October 9th, 2023

Home Office Tips

Tips for optimizing your home office space for productivity and comfort as a developer working from home.

#productivity #workflow #office
Wes BosScott Tolinski
674

Hasty × October 2nd, 2023

A11y Treats - Heading Design

Discussion on proper semantic usage of h1 through h6 headings for accessibility, SEO, and screen reader navigation.

#accessibility #headings #SEO
Wes BosScott Tolinski
671

Hasty × September 25th, 2023

Tauri Vs Electron - Desktop Apps with Web Tech

Discussion comparing Tori and Electron for building desktop apps using web technologies. Covers differences in bundle sizes, developer experience, maturity and more.

#tori #electron #desktopdev #webdev
Wes BosScott Tolinski
668

Hasty × September 18th, 2023

Hacking the Tonal - Proxying, Intercepting + Debugging Traffic?

Scott proxies requests from his Tonal workout device to reverse engineer the API and build custom community workouts since Tonal has limited functionality.

#Tonal #Proxying
Wes BosScott Tolinski
665

Hasty × September 11th, 2023

CSS Nesting is Here!

Wes and Scott discuss the new CSS nesting syntax that is now supported across all major browsers. They cover how it works, best practices, use cases compared to Sass, browser support via transpiling, and more.

#css #frontend #webdev
Wes BosScott Tolinski
662

Hasty × September 4th, 2023

JavaScript Closures & Scope Explained

Scott and Wes explain JavaScript closures, scoping, and give examples of how closures can be useful.

#javascript #closures #scope
Wes BosScott Tolinski
659

Hasty × August 28th, 2023

OG Image Options

Scott and Wes discuss techniques for dynamically generating social media preview images known as open graph or OG images using services like Satori, Cloudinary, and Puppeteer.

#webdev #javascript #ogimage
Wes BosScott Tolinski
656

Hasty × August 21st, 2023

8 Tricks When Using the Fetch() API

Wes shares 8 tricks for using the JavaScript Fetch API including streaming responses, tracking download progress, and handling errors.

#javascript #webdev #fetch
Wes BosScott Tolinski
653

Hasty × August 14th, 2023

JS Fundamentals - Decorators

Scott and Wes discuss JavaScript decorators - what they are, how to use them, their current status, and potential future use cases.

#javascript #webdev #decorators
Wes BosScott Tolinski
650

Hasty × August 7th, 2023

Why is Facebook’s HTML + CSS Such a Mess?

Discussion on why Facebook and Instagram HTML/CSS is messy - random CSS class names and excessive div wrappers.

#facebook #css #react
Wes BosScott Tolinski
647

Hasty × July 31st, 2023

Rust for JavaScript Developers - Node vs Rust Concepts

Compares JavaScript and Rust at a high level, including cargo, documentation, async/await, error handling, syntax differences, and more.

#javascript #rust #nodejs
Wes BosScott Tolinski
644

Hasty × July 24th, 2023

User Feedback UI - Toasts, Flash, Validation

Scott and Wes discuss best practices for user feedback UI like toasts, flash messages and form validation.

#UX #Accessibility #Forms
Wes BosScott Tolinski
641

Hasty × July 17th, 2023

Help Me Help You - How To Ask For Help

Wes and Scott discuss best practices for asking for help with libraries and open source projects like providing reproductions, being responsive and respectful, searching existing issues first, and sharing code context.

#GitHub #Bugs #Help #Support
Wes BosScott Tolinski
638

Hasty × July 10th, 2023

Roundup - Sick AI Tools For Developers

Discussion on using AI tools like CodeAI, CodeWhisperer, Copilot, lintrule, opencommit, Ghostwriter, Codegeeks, Codeum AI, TabNine, and ChatGPT for tasks like documentation, optimization, code generation, data formatting, commit messages and more. Notes the importance of validating any AI-generated code before use in production.

#AI #Productivity
Wes BosScott Tolinski
635

Hasty × July 3rd, 2023

Lightning CSS

Wes and Scott discuss Lightning CSS - a fast CSS parser, transformer, bundler and minifier from the creator of Parcel. They cover the benefits of Lightning CSS including improved performance, support for future CSS syntax like nesting and color spaces, and more.

#CSS #Frontend
Wes BosScott Tolinski
632

Hasty × June 26th, 2023

Where to Register a Domain

Wes and Scott discuss top domain name registrars in light of Google Domains closing down. They compare pricing, features, UX and more across Namecheap, GoDaddy, Gandhi, Hover, Name.com, Cloudflare and others.

#web-dev #domains
Wes BosScott Tolinski
629

Hasty × June 19th, 2023

AsyncLocalStorage + AsyncContext API

Discussion on AsyncLocalStorage and Async Context API in JavaScript which allow accessing context down the call stack without passing references explicitly.

#javascript #nodejs #webdev
Wes BosScott Tolinski
626

Hasty × June 12th, 2023

GitHub Projects, Milestones, Labels, and Actions

Wes and Scott discuss using GitHub Projects, Milestones, Labels, and Actions to organize and automate your workflow.

#GitHub #Automation
Wes BosScott Tolinski
623

Hasty × June 5th, 2023

Nothing in CSS - 0 vs 0px, no, none, hidden, initial and unset

Discussion on values like none, 0, and hidden that essentially remove or undo something in CSS and HTML.

#CSS #HTML #Accessibility
Wes BosScott Tolinski
620

Hasty × May 29th, 2023

JavaScript.exe - Standalone Executables

Scott and Wes discuss JavaScript executables - standalone, portable executables containing your Node app, dependencies, and the runtime. They cover use cases, criticisms of large executable sizes, and potential ways to shrink executables.

#javascript #node #executables
Wes BosScott Tolinski
617

Hasty × May 22nd, 2023

Why Is node_modules So Big?

Discussion on why Node.js node_modules folders get so large and what actually takes up most of the space inside them.

#nodejs #webdev #javascript
Wes BosScott Tolinski
614

Hasty × May 15th, 2023

WTF Are Signals And Why Is Everyone So Hot On Them All Of The Sudden?

Discussion on what signals are, why frameworks are adopting them, and whether you need to use them in your apps.

#javascript #webdev #reactivity
Wes BosScott Tolinski
611

Hasty × May 8th, 2023

Bluesky + AT Protocol

Scott and Wes discuss the new Blue Sky social network and AT protocol, comparing it to Twitter, Mastodon and other decentralized social networks.

#bluesky #socialmedia #twitter
Wes BosScott Tolinski
608

Hasty × May 1st, 2023

RPC in JavaScript!

Wes and Scott explain RPC and discuss its growing popularity due to server-side React, key concepts, use cases, standards, comparisons to REST, and considerations.

#RPC #JavaScript #React
Wes BosScott Tolinski
605

Hasty × April 24th, 2023

CSS Color Functions

This episode covers practical uses of new CSS color functions like relative color, color contrast, and color mixing. Wes and Scott are excited about the possibilities enabled by modifying colors dynamically in CSS.

#CSS #Design #Accessibility
Wes BosScott Tolinski
602

Hasty × April 17th, 2023

Modals, Popups, Popovers, Lightboxes

Discussion on terminology, HTML elements, and implementation details around modal popups, dialogs, and popovers.

#html #css #javascript
Wes BosScott Tolinski
599

Hasty × April 10th, 2023

oAuth APIs Explained

This episode explains OAuth, the standard for logging in via services like GitHub and accessing user data. OAuth uses various tokens like client ID, client secret, authorization code, access token, and refresh token.

#oauth #webdev
Wes BosScott Tolinski
596

Hasty × April 3rd, 2023

The New Import Map Standard

Explains the new import maps standard for aliasing files and paths in JavaScript projects. Covers how to use them and browser support.

#javascript #webdev #tooling
Wes BosScott Tolinski
593

Hasty × March 27th, 2023

Coding with the Open AI / Chat GPT API

Scott and Wes discuss how to work with the OpenAI API and ChatGPT in JavaScript. They go over the different APIs available, pricing, token limits, prompt tuning, and share tips for saving money.

#OpenAI #ChatGPT #JavaScript
Wes BosScott Tolinski
590

Hasty × March 20th, 2023

HTTPS + Tunnel Your Localhost - Cloudflare Tunnels, Ngrok, and more!

Discussion on using HTTPS and tunneling services like Cloudflare Tunnel and ngrok to securely expose a local dev server and allow outside traffic for testing.

#HTTPS #Tunneling #Cloudflare #ngrok
Wes BosScott Tolinski
587

Hasty × March 13th, 2023

Web Streams Explained

Wes and Scott discuss web streams, how they work, and examples of using them for performance and working with large data.

#web-streams #performance #data
Wes BosScott Tolinski
584

Hasty × March 6th, 2023

Node in the Browser × WebContainers + NodeBox

Discussion on running Node.js in the browser via web containers and Nodebox, enabling server-side code in the browser for demos, tutorials and interactivity.

#Node.js #JavaScript
Wes BosScott Tolinski
←← ← 1 2 3 4 5 6 → →→
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