Syntax
Shows Video Newsletter About Potluck Qs Swag

All Episodes

AllHastyTastySupper ClubSpecial
102040
Newest To OldestOldest To Newest
Guests →
←← ← 12 13 14 15 16 17 18 → →→
369

Hasty × July 12th, 2021

Hasty Treat - Vite + Parcel 2

Wes and Scott discuss the next generation of build tools like Vite and Parcel 2 that use modern techniques for incredibly fast reloads and bundle times.

#JavaScript #Tooling
Wes BosScott Tolinski
368

Tasty × July 7th, 2021

Syntax Highlight — We Review Your Portfolios

Scott and Wes review listener submitted websites and portfolios, providing feedback on design, code, accessibility, and more. They also discuss Scott's upcoming move, funny kid stories, and share picks for lever wire connectors, podcasts, and web dev courses.

#Portfolios #Design
Wes BosScott Tolinski
367

Hasty × July 5th, 2021

Hasty Treat - JavaScript Event Buzzwords — Sync, Concurrent, Defer, Blocking, Workers

Discussion of JavaScript timing buzzwords like synchronous, asynchronous, blocking, callbacks, and lazy loading.

#javascript #performance #asynchronous
Wes BosScott Tolinski
366

Tasty × June 30th, 2021

Dev Tools Power — Elements Tab

Scott and Wes dive deep into the elements tab in dev tools, explaining all the tips, tricks and lesser-known features for inspecting HTML and CSS. They cover manipulating the DOM, debugging styles and layouts, previewing animations, compatibility checking, and customizing the dev tools.

#Dev Tools #HTML #CSS #Debugging
Wes BosScott Tolinski
365

Hasty × June 28th, 2021

Hasty Treat - Seven Interesting JavaScript Proposals - Async Do, JSON Modules, Immutable Array Methods, and More!

Scott and Wes discuss 7 interesting JavaScript language proposals that may be added in the future, covering new ways to work with modules, dates, async code, arrays, destructuring, and pattern matching.

#javascript #webdev #proposals
Wes BosScott Tolinski
364

Tasty × June 23rd, 2021

Potluck - Web components × Gear × Docker × Web Dev Frameworks × Golden Handcuffs × Browser Testing × SSR React × Code Prediction × More!

Scott and Wes answer listener questions covering web components, minimum coding setup, Python frameworks, Docker, code prediction, storing audio files, and more.

#Q&A #Tips
Wes BosScott Tolinski
363

Hasty × June 21st, 2021

Hasty Treat - CSRF Explained

Wes and Scott explain cross-site request forgery (CSRF) and different ways to prevent it like cookies, tokens, and headers.

#security #authentication #csrf
Wes BosScott Tolinski
362

Tasty × June 16th, 2021

CSS Container Queries, Layers, Scoping and More with Miriam Suzanne

Discussion on how container queries will allow styling based on available space by measuring elements instead of viewport. Other topics include cascade layers to control specificity order, scope for addressing naming conflicts, and Miriam's work with the CSS Working Group.

#css
Wes BosScott TolinskiMiriam Suzanne
361

Hasty × June 14th, 2021

Hasty Treat - What is SvelteKit?

SvelteKit provides a fast, flexible, and powerful way to build web apps with Svelte. It works anywhere, has multiple rendering options, includes useful features out of the box, and focuses on HTML/JS. Worth trying for your next Svelte project.

#svelte #frameworks #webdev
Wes BosScott Tolinski
360

Tasty × June 9th, 2021

Potluck - Immutability × Turning Off Your Brain × Types vs Interfaces × Hooks vs Components × Making the Most of Your First Job × Confidence in Svelte × More!

Wes and Scott answer audience questions about React, TypeScript, problem solving, first jobs, Svelte, sleep habits, CMS tools, caching, scaffolding generators, spice organization, and stainless steel blender bottles.

#react #typescript #graphql #cms
Wes BosScott Tolinski
359

Hasty × June 7th, 2021

Hasty Treat - Making a Vaccine Bot with JavaScript

Wes talks about how he built a Telegram bot using Node.js that constantly polled COVID vaccine availability APIs and notified him when appointments became available so he could quickly book one.

#vaccine #covid19 #javascript
Wes BosScott Tolinski
358

Tasty × June 2nd, 2021

React + TypeScript

Discussion on setting up React with TypeScript, typing components, props, state, hooks, and other common patterns when using the two technologies together.

#react #typescript #webdev
Wes BosScott Tolinski
357

Hasty × May 31st, 2021

Hasty Treat - How to Make Money as a Creator

Wes Bos and Scott Tolinski discuss the various ways developers can make money as creators through selling products, services, training, sponsorships, donations and more.

#Business #Developers
Wes BosScott Tolinski
356

Tasty × May 26th, 2021

Bike Shedding — Developer Opinions Explained

Wes Bos and Scott Tolinski discuss controversial developer opinions including naming conventions, code editors, themes, exports, and more.

#Naming #Editors #Themes
Wes BosScott Tolinski
355

Hasty × May 24th, 2021

Hasty Treat - JavaScript's Drag and Drop API

Wes and Scott discuss using the native drag and drop API in JavaScript to enable dragging elements between web apps and customizing the drag experience.

#javascript #drag and drop #web api
Wes BosScott Tolinski
354

Tasty × May 19th, 2021

The Surprisingly Exciting World of HTML Elements

Scott and Wes have a fun discussion about HTML tags including semantic HTML, accessibility, SEO, default styling, and lesser known tags. They also talk about what tags they wish existed natively like textarea autosize and animated accordions.

#html #webdev #accessibility
Wes BosScott Tolinski
353

Hasty × May 17th, 2021

Hasty Treat - Stylin the Unstylables

Discussion of difficulties styling default HTML elements like inputs and media players, techniques like overlapping DOM elements to customize, and new initiatives like Open UI to standardize native UI components.

#html #css #webdev #accessibility
Wes BosScott Tolinski
352

Tasty × May 12th, 2021

Potluck — Freelancing × Leveraging your experience × Component size × Dealing with mediocrity × How to spend "extra time" × Rust vs Node × Free hosting? × More!

Wes and Scott answer listener questions on freelancing, component design, debouncing vs throttling, career moves, integrating React into legacy systems, and more.

#freelancing #react #css
Wes BosScott Tolinski
351

Hasty × May 10th, 2021

Hasty Treat - Technical Debt

Scott and Wes discuss what technical debt is, why it happens, and strategies to avoid it or work around it.

#technical debt #development #programming
Wes BosScott Tolinski
350

Tasty × May 5th, 2021

Potluck — Is it worth it to still learn WordPress? × Is Safari the new IE11? × Mobile website testing × Pirated content × Styled components × SSGs × Transitioning to full-time freelance × More!

Wes and Scott answer audience questions about web development topics like WordPress, browser testing, course building, and more.

#Podcasting #Freelancing
Wes BosScott Tolinski
349

Hasty × May 3rd, 2021

Hasty Treat - Future Tech We're Excited About

Discussion of 4 new frameworks - Astro, Vitkit, SvelteKit and Remix. All are focused on server-side rendering and simplicity.

#astro #sveltekit #vitkit #remix
Wes BosScott Tolinski
348

Tasty × April 28th, 2021

TypeScript Fundamentals — Getting a Bit Deeper

Getting deeper into TypeScript fundamentals like any vs unknown, generics, inference, definitions, and assertions.

#TypeScript #Fundamentals #Generics
Wes BosScott Tolinski
347

Hasty × April 26th, 2021

Hasty Treat - Git Rebase Explained

Discussion on Git rebase - what it is, when and why to use it, and how it can help with workflows, tidying commits and resolving merge conflicts.

#git #rebase #workflow #productivity
Wes BosScott Tolinski
346

Tasty × April 21st, 2021

Selling and Shipping T-Shirts with TypeScript

Wes goes through his journey of designing, selling, and shipping his own t-shirts using various technologies to optimize the process.

#ecommerce #fulfillment #automation
Wes BosScott Tolinski
345

Hasty × April 19th, 2021

Hasty Treat - Container Queries Are Here

Discussion of the new CSS container queries feature recently added to Chrome Canary. Details on syntax, usage, why needed, resize observer issues, contain property, inline/block sizes, logical properties, best practices, and trying it out today.

#css
Wes BosScott Tolinski
344

Tasty × April 14th, 2021

Dev Tools Tabs Explained — Plus Tips & Tricks

Scott and Wes bos explain the dev tools tabs in Chrome and Firefox, detailing what each one does and providing tips and tricks for using them effectively.

#Chrome #Firefox #DevTools #Debugging
Wes BosScott Tolinski
343

Hasty × April 12th, 2021

Hasty Treat - CSS Nesting 1

Wes Bos and Scott Tolinski discuss a new CSS draft feature for CSS nesting. They explain the benefits, proper usage, and syntax of CSS nesting. They also discuss how it can be used with media queries and ensure backwards compatibility.

#CSS #webdev #frontend
Wes BosScott Tolinski
342

Tasty × April 7th, 2021

Potluck — Video Hosting × Fake Names? × Portfolio Projects × Monorepos × APIs × TLDs × Recording Tips × More!

The hosts answer listener questions about various web development topics including APIs, video hosting, personal projects, imposter syndrome, and monorepos.

#APIs #Video #Development
Wes BosScott Tolinski
341

Hasty × April 5th, 2021

Hasty Treat - VSCode Extensions and Tips

Scott and Wes discuss their favorite VSCode extensions, tips and workflows including Easy Snippet, Error Lens, File Utils, GitLens, Better Comments, Emmet and more.

#vscode #extensions #productivity #webdev
Wes BosScott Tolinski
340

Tasty × March 31st, 2021

Servers with Matt from Caddy

Matt Holt discusses creating the Caddy web server to easily handle TLS certificates, proxies, load balancing and more. He talks about the flaws with existing web servers and how Go enabled building a better solution.

#Caddy #Web Servers #HTTPS #Go
Wes BosScott TolinskiMatt Holt
339

Hasty × March 29th, 2021

Hasty Treat - What is the n+1 problem?

Wes and Scott discuss the n+1 database query problem, explaining what it is and solutions like batching IDs, DataLoader, and Prisma.

#GraphQL #databases #performance
Wes BosScott Tolinski
338

Tasty × March 24th, 2021

Syntax Highlight (We Review Your Portfolio)

Scott and Wes provide portfolio feedback for developers looking for jobs. They review designs, code, content and accessibility. They also discuss explosive gases, VR mini golf, and guess the location games.

#Careers #Portfolios #Critiques
Wes BosScott Tolinski
337

Hasty × March 22nd, 2021

Hasty Treat - Effortless Custom GraphQL with GraphQL Codegen

Scott and Wes discuss GraphQL code generation tools like GraphQL Code Generator and Pericles that can generate typed code, React hooks, forms, and more from GraphQL schemas.

#graphql #tooling #codegeneration
Wes BosScott Tolinski
336

Tasty × March 17th, 2021

How To Build Your Own Auth

Scott and Wes discuss implementing authentication from scratch using sessions, JWT, cookies, CORS, CSRF and related concepts.

#Authentication #Security
Wes BosScott Tolinski
335

Hasty × March 15th, 2021

Hasty Treat - Environmental Variables

Scott and Wes have an in-depth discussion about managing environment variables for web development projects.

#envvars #dotenv #environment
Wes BosScott Tolinski
334

Tasty × March 10th, 2021

Potluck — VSCode × Vercel vs Netlify × Models × Mutations × Multi-Vendor Platforms × Websites vs Web Apps × More!

Wes and Scott answer audience questions on a variety of web development topics including developer tools, hosting, frameworks, testing, best practices and more.

#React #GraphQL #Cypress
Wes BosScott Tolinski
333

Hasty × March 8th, 2021

Hasty Treat - Ask Us Anything!

Wes and Scott answer questions submitted by listeners about their work, backgrounds, tools, and opinions on topics like office culture, recruiting, JavaScript frameworks, and the Clubhouse app.

#JavaScript #Careers
Wes BosScott Tolinski
332

Tasty × March 3rd, 2021

Syntax Desk Setups

In this podcast episode, web developers Wes Bos and Scott Tolinski discuss their desk setups and gear they use for coding, video editing and podcast recording.

#desksetup #developergear
Wes BosScott Tolinski
331

Hasty × March 1st, 2021

Hasty Treat - Hireable Skills for 2021

Scott and Wes discuss skills developers should focus on in 2021 to be hireable, covering code fundamentals, real-world libraries and frameworks, and soft skills.

#javascript #css #react #vue
Wes BosScott Tolinski
330

Tasty × February 24th, 2021

React Query + More React with Tanner Linsley

Tanner Linsley discusses React Query - a data fetching and caching tool. Covers React Query features, building dev tools, using context, server components and more.

#react #data fetching #caching #apis
Wes BosScott TolinskiTanner Linsley
←← ← 12 13 14 15 16 17 18 → →→
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