Hasty
Promises: Error Handling, Aborts, and Helper Methods - Part 2
Discussion on advanced promise concepts like canceling, controlling, helper methods, error handling strategies, and static methods on the Promise constructor.
Hasty
Discussion on advanced promise concepts like canceling, controlling, helper methods, error handling strategies, and static methods on the Promise constructor.
Hasty
React 19 has been released after 2 years, bringing some nice improvements like built-in web components, a new use API, simplified context, and allowing metadata anywhere.
Hasty
A 3-part series on JavaScript promises. Part 1 covers the basics of what promises are, creating promises, and waiting on promises to resolve.
Hasty
Discussion on finding inspiration in web design and development, how to ethically "steal" ideas, and resources for capturing inspiration.
Hasty
Explore different online services, code playgrounds, and local setups for quickly testing coding ideas and concepts.
Hasty
Scott and Wes discuss the CSS proposal for mixins and functions being added to the language. This will allow writing cleaner, more reusable code directly in CSS instead of needing a preprocessor.
Hasty
Discussion about cache invalidation issues when caching user-specific data, solutions like using different URLs, partial caching, edge functions, and drawbacks like flash of unstyled content.
Hasty
Scott and Wes discuss the latest web development news in 2010 including jQuery 1.2, mobile apps with HTML5, custom fonts, rounded corner CSS, Node.js, WordPress 2.3 and more.
Hasty
Explaining what middleware is and examples of how it's commonly used in web development for things like authentication, caching, error handling, etc.
Hasty
An overview of Docker geared towards web developers - what it is, why its useful, how to get started, core concepts, tools, and some pitfalls.