Hasty
Cache Ruins Everything Around Me
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
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.
Hasty
Wes and Scott quiz each other on advanced TypeScript features and syntax in a segment they call 'Stumped'.
Hasty
Discussion on writing small scripts to help coworkers and improve workflows using tools like FFmpeg, AI, and automation
Hasty
Wes recounts how the Taliban taking over Afghanistan resulted in his bos.af domain being revoked, and discusses the intricacies and risks of getting clever country code top-level domains.
Hasty
Discussion on properly setting up DMARC, SPF and DKIM to ensure your transactional and marketing emails reach the inbox rather than spam.
Hasty
This episode covers the new native CSS scoping feature using the @scope rule, how it works, what problems it solves, and browser support status.
Hasty
HTMLX is a small library for swapping out parts of your UI with responses from a server. It brings back AJAX and is not a full replacement for React.