Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

AllHastyTastySupper ClubSpecial
102040
Newest To OldestOldest To Newest
Guests →
←← ← 13 14 15 16 17 18 19 → →→
329

Hasty × February 22nd, 2021

Hasty Treat - The Future of Testing with Cypress

Scott and Wes discuss Cypress, an end-to-end testing framework. They cover its ability to test across browsers, debug issues in a real browser, record test runs, mock data, and integrate with plugins.

#cypress #testing #automation
Wes BosScott Tolinski
328

Tasty × February 17th, 2021

Potluck — Do titles matter? × Should clients pay for plugins? × Can I debug my baby? × How we prepare for Syntax × Deno × Learning things quickly × More!

Scott and Wes answer listener questions about JavaScript, web development, React, career advice, and more in a potluck episode.

#JavaScript #React
Wes BosScott Tolinski
327

Hasty × February 15th, 2021

Hasty Treat - TypeScript Compilers and Build Tools

Scott and Wes discuss the difference between TypeScript compilers like TSC and SWC versus bundlers like Webpack, and whether you still need bundlers when using TypeScript.

#TypeScript #Compilers #Bundlers
Wes BosScott Tolinski
326

Tasty × February 10th, 2021

We Review Resumes, Websites, and Online Presence

Wes and Scott review resumes, websites, and online presences from developers and designers who submitted them.

#Careers
Wes BosScott Tolinski
325

Hasty × February 8th, 2021

Hasty Treat - Keyboard Events Are Surprisingly Interesting

Scott and Wes provide an in-depth look at keyboard events in the browser, explaining the different events that fire, metadata available, and best practices for using keyboard shortcuts in web apps.

#javascript #webdev #accessibility
Wes BosScott Tolinski
324

Tasty × February 3rd, 2021

TypeScript Fundamentals

An overview of TypeScript fundamentals including types, benefits, compilation and more.

#javascript #webdev #typescript
Wes BosScott Tolinski
323

Hasty × February 1st, 2021

Hasty Treat - New Level Up Tutorials Site

Scott discusses moving the LevelUpTutorials site to a new tech stack using Node, React, Snowpack, Render, and more.

#React #Node
Wes BosScott Tolinski
322

Tasty × January 27th, 2021

The Deno Show

Scott and Wes introduce Deno, a new runtime for JavaScript and TypeScript. They compare it to Node.js and discuss features like built-in TypeScript support, ESM modules, sandboxing, running scripts from URLs, and more.

#Deno #Nodejs #JavaScript
Wes BosScott Tolinski
321

Hasty × January 25th, 2021

Hasty Treat - The New AVIF Image Format Is Unreal

Wes and Scott discuss the new AVIF image format - how it works, why it's better than JPEG and WebP, browser support, and how to implement it.

#AVIF #images #performance
Wes BosScott Tolinski
320

Tasty × January 20th, 2021

Potluck — $100k Dev Jobs × Sponsored Blog Posts × How To Keep Your Skills Up To Date × Libraries vs Custom × Dev Tools × More!

Scott and Wes answer listener questions on topics like transitioning to a high paying development job, building UI libraries, overcoming imposter syndrome, and more.

#career #UI #sustainability
Wes BosScott Tolinski
319

Hasty × January 18th, 2021

Hasty Treat - CSS Typography and Systems

Scott and Wes discuss approaches for creating consistent, maintainable CSS font size and typography systems using tools like type-scale.com and CSS variables.

#CSS #typography #design
Wes BosScott Tolinski
318

Tasty × January 13th, 2021

Reactathon LIVE

Live podcast episode recorded at Reactathon 2020 conference. Scott and Wes discuss React wishlist items, play JS or Nay guessing game, share JavaScript hot takes from Twitter, and answer audience questions.

#react #javascript #webdev
Wes BosScott Tolinski
317

Hasty × January 11th, 2021

Hasty Treat - A Podcast About Nothing

Hosts Scott and Wes discuss concepts around nothingness in JavaScript including undefined, null, void, never, falsey values, empty arrays, and more.

#javascript #webdev #programming
Wes BosScott Tolinski
316

Tasty × January 6th, 2021

2021 Predictions

Scott and Wes share their 2021 web development predictions including the growth of Deno, TypeScript, MDX, Jamstack, and more.

#predictions #2021 #trends
Wes BosScott Tolinski
315

Hasty × January 4th, 2021

Hasty Treat - Hyper Productivity with Keyboard Shortcuts + Window Management

Scott and Wes discuss their favorite keyboard shortcuts and window management tools for boosting productivity on Mac

#productivity #shortcuts
Wes BosScott Tolinski
314

Tasty × December 30th, 2020

2020 In Review

Scott and Wes discuss the web development predictions and trends from 2020 including the rise of ES modules, improvements in frameworks like React, Vue, Next.js, Gatsby, and tools like NPM, Snowpack, serverless functions and headless CMS.

#2020 #Trends #Predictions #Recap
Wes BosScott Tolinski
313

Hasty × December 28th, 2020

Hasty Treat - Hosting + Web Services Pricing Explainer

This episode explains different pricing models for hosting and web services like paying per time used, resources, bandwidth, users, apps, and work performed.

#hosting #pricing #cloud
Wes BosScott Tolinski
312

Tasty × December 23rd, 2020

Potluck — New Macs × Podcast Statistics × E-commerce Testing × WordPress × Charging More × Learning Web Dev × More!

Scott and Wes discuss the new Apple Silicon Macs and whether they will be good for web development. They also answer questions from listeners.

#Apple #Mac
Wes BosScott Tolinski
311

Hasty × December 21st, 2020

Hasty Treat - How Would We Script a PS5 Buying Bot?

Wes and Scott discuss bot strategies for buying popular, hard to find items like the PlayStation 5, including scraping retailer sites, avoiding bot-prone retailers, and using tools like Puppeteer and LowDB.

#Bots #PS5 #Web Scraping
Wes BosScott Tolinski
310

Tasty × December 16th, 2020

Serverless, Deno and TypeScript with Brian Leroux

Brian Leroux joins to discuss serverless, covering its characteristics, use cases, challenges, and tools like AWS, Architect, Begin, Node, Deno, and TypeScript.

#serverless #aws #lambda #begin
Wes BosScott TolinskiBrian LeRoux
309

Hasty × December 14th, 2020

Hasty Treat - 300th Episode Tech Chat

Wes and Scott discuss the behind-the-scenes tech used to record Syntax episode 300 with live guest appearances.

#podcasting #live streaming
Wes BosScott Tolinski
308

Tasty × December 9th, 2020

Gatsby vs Next.js in 2021

Compares Gatsby and Next.js for features like server vs static rendering, data management, dynamic pages, and more.

#gatsby #nextjs #react
Wes BosScott Tolinski
307

Hasty × December 7th, 2020

Hasty Treat - Why should I use React Hooks?

Wes and Scott discuss why they prefer React hooks over class components - hooks allow decoupling state from components, reduce duplication, improve ref handling and more.

#react #hooks #javascript
Wes BosScott Tolinski
306

Tasty × December 2nd, 2020

Sickpickisode - 2020 Web Developer Gift Guide

Wes Bos and Scott Tolinski discuss their 2020 web developer gift guide with recommendations for home, cooking, games, tech, smart home, desk accessories, live streaming gear, fitness equipment, and clothing.

#gift guide #tech #clothing
Wes BosScott Tolinski
305

Hasty × November 30th, 2020

Hasty Treat - Writing Good Commit Messages

Wes and Scott discuss using conventional commits to improve commit messages and enable automatic versioning.

#git #versioning
Wes BosScott Tolinski
304

Tasty × November 25th, 2020

Potluck - Frameworks vs Libraries × Debugging × CSS Modules vs Styled Components × Resumes × Stress Management × More!

Scotty and Wesbos answer developer questions submitted by podcast listeners on topics like WebRTC, debugging, Rust, Sanity CMS, and more.

#WebRTC #Debugging #Frameworks
Wes BosScott Tolinski
303

Hasty × November 23rd, 2020

Hasty Treat - Client vs Server Data Validation

Discussion on validating data on the client vs the server, with examples of manipulating client validation and the importance of server-side validation for security.

#Security #Validation #Client #Server
Wes BosScott Tolinski
302

Tasty × November 18th, 2020

How to Run a Conference with Benjamin Dunphy

Benjamin Dunphy discusses how he started and grew the Reactathon conference based on his passion for React and events. He covers the motivation, target audience, and transparency needed, as well as expanding the event based on demand.

#ReactJS #Conference #Community
Wes BosScott TolinskiBenjamin Dunphy
301

Hasty × November 16th, 2020

Hasty Treat - CSS Grid Masonry (Grid Level 3)

This episode covers CSS Grid Level 3, which adds masonry layout capabilities natively to CSS. This allows Pinterest-style responsive layouts without JavaScript.

#css #grid #layout
Wes BosScott Tolinski
300

Tasty × November 11th, 2020

300th LIVE SHOW SPECTACULAR!

300th episode spectacular live show with audience participation

#Live Show #Q&A #Community
Wes BosScott Tolinski
299

Hasty × November 9th, 2020

Hasty Treat - Bundlers in 2020

Discussion on the most popular JavaScript bundlers available today and their key differences in features, complexity and use cases.

#webpack #rollup #parcel #snowpack
Wes BosScott Tolinski
298

Tasty × November 4th, 2020

Voice Coding is Really Good with Josh Comeau

Josh Comeau discusses how he codes by voice and eye tracking due to injury, the benefits of attending a bootcamp, adding whimsical touches to websites, and how he focuses on teaching development through interactive blog posts and courses.

#Accessibility #Teaching #CSS
Wes BosScott TolinskiJosh Comeau
297

Hasty × November 2nd, 2020

Hasty Treat - Certifications? Government Specified JavaScript Skills?

Wes and Scott discuss the value of certifications versus hands-on experience in proving competence as a web developer. They cover how the fast pace of change in web technologies makes certifications difficult, but agree certifications around specific vendor platforms may be useful.

#Certifications
Wes BosScott Tolinski
296

Tasty × October 28th, 2020

Spooky Web Dev Stories — Part 2

Scott and Wes discuss Scott's meetings, dentist appointments, and play a recording from Jack Rhysider reading a story submitted by a listener about accidentally creating an exponential email storm.

#Podcasting #Email
Wes BosScott Tolinski
295

Hasty × October 26th, 2020

Hasty Treat - Temporal Date Objects in JavaScript

Discussion on the new Temporal date and time API proposal for JavaScript which aims to fix limitations with the existing JavaScript date API

#javascript #date #api
Wes BosScott Tolinski
294

Tasty × October 21st, 2020

Spooky Web Dev Stories — Part 1

Developers share horror stories about mistakes that happened in web development leading to issues in production.

#mistakes #horror #debugging
Wes BosScott Tolinski
293

Hasty × October 19th, 2020

Hasty Treat - Stretching For Developers with Scott

Scott discusses various dynamic stretches to help alleviate common issues that developers face from poor posture and overuse, such as back pain, carpal tunnel, rounded shoulders, etc.

#coding #webdev #tips #stretches
Wes BosScott Tolinski
292

Hasty × October 12th, 2020

How to Make Freelancing Easier

Tips on communication, time management, billing and other ways to make freelancing an easier endeavor.

#Freelancing #Communication
Wes BosScott Tolinski
291

Tasty × October 14th, 2020

Hasty Treat - Updating / Restarting Long-Running Web Apps

Strategies for updating web apps and forcing users to get new versions, including manual refreshes, service workers, hot reloading, and visual notifications.

#app-versioning
Wes BosScott Tolinski
290

Tasty × October 7th, 2020

Potluck - Is Angular good? × Stencil.js × Self XSS × SVGs in React × Social Platforms for Devs × Project Handoff × Cleaning Knives × More!

In this potluck episode, Scott and Wes answer developer questions on topics like Target blank links security, Stencil JS, senior developers, Angular careers, SVGs in React, Git workflows, and more.

#React #Angular #Git
Wes BosScott Tolinski
←← ← 13 14 15 16 17 18 19 → →→
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