Hasty
Margins
Discussion of various techniques for handling margins and layout in CSS including collapsing margins, padding vs margins, flexbox, grid, and using spacer divs.
Hasty
Discussion of various techniques for handling margins and layout in CSS including collapsing margins, padding vs margins, flexbox, grid, and using spacer divs.
Hasty
Scott and Wes celebrate 500 episodes by looking back at milestones, favorite moments and episodes, and answering listener questions.
Hasty
In this episode Scott and Wes discuss upcoming CSS proposals like at win/else, masonry layout, caret styling, nesting, env variables, and improvements to media queries.
Hasty
Overview of major browser engines like Chromium, Gecko, WebKit and dive into lesser known mobile browsers to see if you need to support them.
Hasty
Wes and Scott discuss ways to spark creativity and excitement in coding through fun side projects that serve no purpose.
Hasty
This episode covers Bun, a new JavaScript runtime focused on performance and batteries included tools like a bundler and transpiler.
Hasty
Wes and Scott play a game of Stumped, asking each other random interview questions and trying to explain the answers.
Hasty
Scott explains numeric clamping and interpolation, demonstrating how these techniques can help control values and create animations. He highlights the d3-interpolate library for interpolating numbers, colors, dates, and more.
Hasty
In this episode, Wes and Scott discuss upcoming CSS color functions that will allow developers to programmatically modify colors, including mixing colors, getting color contrasts, and altering color properties like hue, saturation, and lightness.
Hasty
Discussion of a new browser API proposal for smooth page transitions on the web, allowing for animated transitions between pages similar to native mobile apps.
Hasty
Wes and Scott discuss new viewport units in CSS that help deal with things like the URL bar shifting on mobile browsers.
Hasty
Wes and Scott discuss new CSS selectors like has(), where() and is() that allow powerful new ways to select elements.
Hasty
Wes Bos and Scott Tolinski discuss ways that malicious actors can abuse your web application, and different techniques to prevent abuse like rate limiting, shadow banning, tokens, CAPTCHA, and more.
Hasty
Discussion on how cache control headers work and how they can be used to improve website performance.
Hasty
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.
Hasty
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.
Hasty
An episode discussing TypeScript fundamentals like type narrowing, discriminated unions, and strategies for type guards.
Hasty
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.
Hasty
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.
Hasty
Scott discusses generating 3D visualizations, animations, and physics simulations in the browser using Svelte Cubed and Three.js.