Hasty
Hasty Treat - Records and Tuples in JavaScript
This episode covers immutable records and tuples in JavaScript - new proposed syntax for creating objects and arrays that are deeply immutable and support deep equality checks.
Hasty
This episode covers immutable records and tuples in JavaScript - new proposed syntax for creating objects and arrays that are deeply immutable and support deep equality checks.
Tasty
Covers Git fundamentals and basic commands
Hasty
Wes Bos and Scott Tolinski discuss the first money they made from web development, including client projects, ad revenue, product sales, teaching gigs, and agency work.
Tasty
Scott and Wes discuss frameworks, tools, scoping, and writing maintainable CSS.
Hasty
Wes and Scott discuss time block planning, a productivity technique that involves scheduling all of your tasks, appointments, and breaks on a calendar to help manage your limited work hours.
Tasty
Scott and Wes discuss outdated web development techniques like table layouts, clearfixes, splash screens, guestbooks, Flash, and more.
Hasty
Wes talks about converting a shed in his backyard into a home office during the pandemic
Tasty
Scott and Wes discuss the recent Mozilla layoffs and impact on web development, strategies for learning web development while working a full time job, and answer audience questions on React drag and drop, testing, analytics, malicious GitHub users, and more.
Hasty
Scott and Wes wrap up season 1 of Syntax and discuss plans for season 2, favorite episodes of the year, and the top 10 most downloaded episodes so far.
Tasty
Scott and Wes answer listener questions on topics like MDX, ordering CSS properties, explaining complex code, portfolio projects for junior devs, the Sails.js framework, and using the replacer parameter in JSON.stringify().
Hasty
Wes Bos and Scott Tolinski quiz each other on web development questions in a game called "Stumped" with silly banter
Tasty
Podcast discussing React, Node, careers, parenting, CSS, and whether custom solutions are better than pre-built tools like CMSs.
Hasty
Wes Bos and Scott Tolinski discuss tips for improving Gatsby websites, including layouts, animations, build optimization, and more.
Tasty
Adam Argyle explains the overall process for how new features and specifications get added to CSS, ranging from initial proposals to testing, implementing, and eventually becoming a standard.
Hasty
Scott and Wes discuss evaluating and refining personal systems and processes to improve productivity and efficiency.
Tasty
Scott and Wes discuss and compare several React state management libraries including Context, Redux, XState, Apollo, and more. They talk about the pros and cons of each, when you might want to use them, and share their experiences.
Hasty
Scott and Wes discuss upgrading the Syntax.fm site to use latest version of Next.js, including lessons learned from implementing API routes, static regeneration for new episodes, and more.
Tasty
Discussion with Meteor evangelist Felipe Nivola on Meteor's acquisition, the state of Meteor today, and what's coming up for the platform.
Hasty
Discussion on the security implications of links that open in a new tab or window, and browser fixes to prevent malicious sites from accessing the opener window
Tasty
Potluck episode covering procrastination, planning code, CSS, leadership skills, side projects and more
Hasty
Overview of Turbolinks for fast page loads using server-generated HTML and discussion of integration with JavaScript frameworks.
Tasty
Overview of options and considerations for hosting and streaming video in 2020 with a deep dive into the tech stack Scott chose for his site
Hasty
Wes and Scott play a guessing game to identify obscure top level domain names. After falling behind early, Scott makes a dramatic comeback in later rounds to ultimately win.
Tasty
Discussion with Jerome Hardaway, executive director of Vets Who Code, on his background, founding VWC, their tech stack, being an ally, and skills learned in the military
Hasty
Discussion of various techniques like honeypots, IP throttling, and CAPTCHAs to secure web forms from spam bots and malicious users while allowing legitimate use.
Tasty
Wes and Scott discuss things they wish React and its ecosystem had out of the box without additional libraries and tooling.
Hasty
Wes explains the various rural internet options available, the specific hardware needed to set up cellular internet, data plan considerations, and steps through his own setup at his cottage property without traditional ISP access.
Tasty
Potluck episode discussing libraries vs frameworks, browser choices, career questions, XState, styled components, podcast picks and more.
Hasty
Covers lesser known but useful CSS functions for accessing attributes, calculations, selecting children, trigonometry, clamping values, equal columns in grid, fitting content, and image filters.
Tasty
Covers terminal, typing, OS skills, GitHub, dev tools, and other web development basics and best practices.
Hasty
Scott talks about his bad luck with Apple laptops and his new System76 Lemur Pro laptop running Pop!OS Linux distro for development instead.
Tasty
Ian Ramsay discusses building a WebRTC-based video chat called ZipCall and his journey into programming
Hasty
Wes Bos and Scott Tolinski continue their series on web performance, focusing on tips for making websites work well on slow Internet connections.
Tasty
This podcast episode provides a breakdown of headless CMS options, including hosted, self-hosted and API-based systems. Scott and Wes discuss key considerations when evaluating CMS choices and provide an overview of popular options in each category.
Hasty
Developing websites and apps to work well on slow, spotty, or offline connections by implementing things like service workers, skeleton screens, better loading indicators, and gracefully handling failures.
Tasty
In this potluck/Q&A episode, Scott and Wes discuss end-to-end testing, hosting podcast RSS feeds, Prismic CMS, education, git workflows, scaling challenges and new React frameworks.
Hasty
Discussion on whether web developers should continue supporting Internet Explorer 11, including metrics to help decide, strategies for partial support, and modern features you can start using once IE11 support is dropped.
Tasty
In this episode Scott teaches Wes about Svelte, a new JavaScript framework that compiles away unused code for blazing fast performance. They cover features like built-in reactivity, cleaner templates vs JSX, routing with HTML anchors, and animations/transitions.
Hasty
Scott talks about his new personal website that he built using Svelte and Sapper. He took a relaxed approach and focused on custom animations, brutalist design, and fast performance rather than perfect code.
Tasty
Covers new JavaScript features coming in ES2019 and ES2020 including flat map, knowledge coalescing, global this, optional chaining and more.