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 → →→
461

Hasty × May 23rd, 2022

Scott’s New Office × The Levelup Lodge

In this episode, Scott gives a tour of his home office setup called the LevelUp Lodge, going over all the gear, lighting, audio equipment, tech and other elements that make it an ideal workspace.

#Office Setup #Home Office #Productivity
Wes BosScott Tolinski
458

Hasty × May 16th, 2022

Why do we need Web Interop? Another Standards Body?

Wes and Scott discuss a new initiative by Cloudflare and others to improve web interoperability across various JavaScript runtime environments like browsers, Node.js and edge functions.

#javascript #webdev
Wes BosScott Tolinski
455

Hasty × May 9th, 2022

TypeScript Fundamentals × Narrowing, Discriminating Unions, and Type Guards

An episode discussing TypeScript fundamentals like type narrowing, discriminated unions, and strategies for type guards.

#TypeScript #JavaScript
Wes BosScott Tolinski
453

Hasty × May 2nd, 2022

Why do people still use Axios over Fetch?

Wes and Scott discuss why developers still use the Axios library instead of the native fetch API for network requests in JavaScript. They go over various features like interceptors, progress events, and adapters that make Axios powerful.

#javascript #webdev #axios #fetch
Wes BosScott Tolinski
451

Hasty × April 25th, 2022

Building a Coupon Engine

Scott and Wes discuss strategies and challenges around building custom coupon logic and engines for ecommerce sites and course platforms. They share tips on implementing constraints, conditional rules, tracking, expiration, and more.

#Coupons #Ecommerce #Payments
Wes BosScott Tolinski
449

Hasty × April 18th, 2022

Svelte Cubed + 3D In Browser

Scott discusses generating 3D visualizations, animations, and physics simulations in the browser using Svelte Cubed and Three.js.

#Svelte #Three.js #3D
Wes BosScott Tolinski
447

Hasty × April 11th, 2022

How To Be Consistent

Wes and Scott share tips for maintaining consistency with producing content, coding projects, exercising, and other life goals. They discuss the importance of committing to a reasonable schedule, planning time to work on goals, being accountable to others, breaking big tasks down, and measuring progress.

#productivity #goals #consistency
Wes BosScott Tolinski
445

Hasty × April 4th, 2022

Types in JS?

Discussion on new proposal to add optional TypeScript-style types to JavaScript for improved developer experience.

#typescript #javascript #types
Wes BosScott Tolinski
443

Hasty × March 28th, 2022

What’s Up With Vitest?

Scott and Wes discuss Vitest, a new fast and modern JavaScript test runner that aims to replace Jest. They cover Vitest's features like built-in TypeScript support, compatibility with Jest, mocking, filtering, snapshots, code coverage, DOM mocking, in-file testing, and easy setup.

#vitest #testing #javascript
Wes BosScott Tolinski
441

Hasty × March 21st, 2022

SSL Certs, Approvals and Cloudflare

Discussion on moving hosting to Render and using Cloudflare's proxy service with auto-generated SSL certificates.

#render #cloudflare #ssl
Wes BosScott Tolinski
439

Hasty × March 14th, 2022

Hasty Treat WTF × SSR vs JamStack vs Serverless?

Explains the differences between server side rendering, Jamstack, and serverless web development approaches.

#ssr #jamstack #serverless
Wes BosScott Tolinski
437

Hasty × March 7th, 2022

Sticker Mogul 2022

Wes talks about the logistics of his recent giant sticker drop, including printing, packing, selling, shipping, costs and more.

#stickers #production
Wes BosScott Tolinski
435

Hasty × February 28th, 2022

This vs That × map vs reduce, forEach vs for in, and more!

Wes and Scott discuss and compare JavaScript and CSS features like array methods, looping, object properties, positioning, and more.

#javascript #css #webdev
Wes BosScott Tolinski
433

Hasty × February 21st, 2022

JavaScript in 2022 - New, Coming and Proposed Features

Discussion of new and proposed JavaScript features in 2022 including the Fetch API in Node.js, pipeline operator, JSON modules, BigInt math methods and more.

#javascript #nodejs #webdev
Wes BosScott Tolinski
431

Hasty × February 14th, 2022

Code Explorers

Scott and Wes discuss how to stay up-to-date on changes and new features in open source projects you use by looking at RFCs, issues, pull requests, and following project contributors on Twitter.

#Open Source #JavaScript
Wes BosScott Tolinski
429

Hasty × February 7th, 2022

Pros + Cons of JavaScript Servers, Serverless, and Cloudflare Workers

Discussion of pros and cons of different JavaScript server options like traditional hosting, serverless functions and Cloudflare Workers.

#javascript #servers #serverless
Wes BosScott Tolinski
427

Hasty × January 31st, 2022

Teamwork Makes The Dream Work

Tips for working effectively in teams, handling conflict, listening, and celebrating wins together.

#Teamwork #Communication
Wes BosScott Tolinski
425

Hasty × January 24th, 2022

Updating Project Dependencies

Wes Bos and Scott Tolinski discuss strategies and best practices for updating dependencies and managing breaking changes in a Node.js project.

#javascript #nodejs #dependencies
Wes BosScott Tolinski
423

Hasty × January 17th, 2022

CSS + JS Hacks We’re Fine With

Wes and Scott discuss common web development techniques that seem hacky but are actually valid ways to solve problems.

#CSS #JavaScript #Programming
Wes BosScott Tolinski
421

Hasty × January 10th, 2022

Remix!

Scott and Wes discuss Remix, the new web development framework created by the makers of React Router. They talk about its benefits like server side rendering, simplified data fetching, and excellent developer experience.

#remix #react #webdev
Wes BosScott Tolinski
419

Hasty × January 3rd, 2022

JS One Liners

Wes and Scott discuss handy JavaScript one-liners for common use cases like generating IDs, pausing execution, speeding up media playback, and more.

#JavaScript #One-liners #Snippets
Wes BosScott Tolinski
417

Hasty × December 27th, 2021

Holiday Snackluk

Wes and Scott do a holiday themed snackluck episode where they answer shorter questions sent in by listeners.

#javascript #webdev #QA
Wes BosScott Tolinski
415

Hasty × December 20th, 2021

Gatsby v4

In this episode Scott and Wes discuss the new features in Gatsby 4 including deferred static generation, server side rendering and parallel queries for performance.

#gatsby #nextjs #webdev
Wes BosScott Tolinski
413

Hasty × December 13th, 2021

How To Do Things In Svelte

Covers building a Svelte app including local state, reactivity, conditional rendering, input binding, and child components.

#svelte #react #webdev
Wes BosScott Tolinski
411

Hasty × December 6th, 2021

Meta Tags

Wes and Scott discuss various meta tags used in web development including character encoding, viewport, SEO, social sharing, and mobile customization.

#html #seo #webdev
Wes BosScott Tolinski
409

Hasty × November 29th, 2021

Github Co-pilot is Gonna Take ur Job

Wes Bos and Scott Tolinski discuss their experiences using GitHub Copilot, an AI pair programmer that suggests code as you type.

#Copilot #AI #Development
Wes BosScott Tolinski
407

Hasty × November 22nd, 2021

The Macbook Pro Show - Wes and Scott Get New Laptops

Wes and Scott discuss their experiences switching to the new 16-inch M1 Max MacBook Pro for development and creative work

#apple #macbook #hardware
Wes BosScott Tolinski
405

Hasty × November 15th, 2021

Hasty Treat - Next.js 12

Scott and Wes discuss the new features in Next.js 12 including a new Rust compiler, middleware support, React 18 support, AVIF image support, bot detection for ISR, ES modules, and more.

#Nextjs #React #Performance
Wes BosScott Tolinski
403

Hasty × November 8th, 2021

Hasty Treat - What's the deal with Astro?

Wes and Scott discuss Astro, a new framework for building fast static websites using components and minimal client-side JavaScript.

#astro #framework #javascript
Wes BosScott Tolinski
401

Hasty × November 1st, 2021

Hasty Treat - How to Setup a PNPM Monorepo

Scott explains how to set up a monorepo using PNPM workspaces, with benefits like faster installs and easier sharing of code between projects.

#npm #pnpm #monorepo #git
Wes BosScott Tolinski
399

Hasty × October 25th, 2021

Hasty Treat - Hasty Horror Stories

Scott and Wes read funny and cringeworthy stories submitted by developers about mistakes they've made that caused bugs, crashes, and other issues.

#devfails
Wes BosScott Tolinski
397

Hasty × October 18th, 2021

Hasty Treat - Handy Utility Functions with Just

Scott and Wes discuss JUST, a small JavaScript utility function library, its use cases and benefits over larger libraries like Lodash.

#javascript #webdev #programming
Wes BosScott Tolinski
395

Hasty × October 11th, 2021

Hasty Treat - Neat Things in CSS Color - Current and Coming!

Discussion of current and upcoming CSS color features like contrast functions, accent colors, color mixing, new color spaces and alpha transparency options.

#css #colors #accessibility
Wes BosScott Tolinski
393

Hasty × October 4th, 2021

Hasty Treat - Spicy Takeout - PHP Is Good and We’re Just Re-Creating It

Wes and Scott discuss the merits of PHP and how modern JavaScript frameworks are reinventing many of its features like mixing logic and templates, hot reloading, and more.

#php #javascript #webdev
Wes BosScott Tolinski
391

Hasty × September 27th, 2021

Hasty Treat - Desktop Apps + New Tech We Love

Scott and Wes discuss new and popular developer tools and apps like Lucylang state machines, MD Specs for Svelte, Fig terminal autocomplete, Warp terminal in Rust, Raycast app launcher, Obsidian note taking app, and Descript audio/video editor.

#Mac Apps #Terminals #Audio/Video
Wes BosScott Tolinski
389

Hasty × September 20th, 2021

Hasty Treat - Webhooks

Wes and Scott explain what webhooks are and how to use them for communication between servers and services.

#webhooks #nodejs
Wes BosScott Tolinski
387

Hasty × September 13th, 2021

Hasty Treat - Starlink Rural Internet

Wes Bos describes his experience getting Starlink satellite internet installed at his rural cottage, reviewing the speeds, latency, equipment, and networking setup.

#starlink #ruralinternet #cottagelife
Wes BosScott Tolinski
385

Hasty × September 6th, 2021

Hasty Treat - TypeScripts Strict Explained

Wes and Scott discuss the different strict mode settings in TypeScript and why they can prevent bugs.

#TypeScript #StrictMode #WebDev
Wes BosScott Tolinski
383

Hasty × August 30th, 2021

Hasty Treat - Freelance Tips - Toxic Clients

Wes and Scott discuss signs of toxic clients for freelancers like unclear project vision, scope creep, poor communication, rudeness, and bragging.

#Freelancing #Clients #Communication
Wes BosScott Tolinski
381

Hasty × August 23rd, 2021

Hasty Treat - Why Do People Hate CSS?

Wes and Scott discuss common complaints about CSS and solutions like using Flexbox and Grid, avoiding IDs and !important, debugging in dev tools, and planning CSS structure.

#CSS #frontend
Wes BosScott Tolinski
←← ← 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