Pairing with Community Member Jono Yeong
A live coding session on debugging browser tools and XSS mitigation while fixing an issue to render HTML tags as text.
A live coding session on debugging browser tools and XSS mitigation while fixing an issue to render HTML tags as text.
Explores the Doherty Threshold and the importance of sub-400ms response times for user engagement, referencing a TV show and technical concepts.
A concise guide to learning Next.js, covering its core concepts, features, and setup in a tweet-thread format.
A developer shares technical updates made to their personal website, including SEO improvements, RSS fixes, and open-source theme details.
Learn how to use the Decorator Pattern in JavaScript to add features like JSON extraction and error handling to the native fetch() API.
A guide to unit testing Blazor UI components using the bUnit framework for faster, isolated testing without a browser.
The author discusses their experience appearing on the Blazor Community Standup to talk about the Blazored component libraries and provides an update on their book.
A roundup of exciting new web technologies including CSS aspect-ratio, container queries, and JavaScript libraries like GSAP Draggable and Three.js.
A guide to understanding and configuring static files (CSS, JS, images) in a Django web application for improved styling and functionality.
An in-depth tutorial on CSS Transitions, covering fundamentals, timing functions, performance, and UX best practices for web animations.
Explains how to find an element's nearest positioned ancestor using JavaScript's offsetParent and getComputedStyle for debugging CSS layout issues.
A developer's workflow guide for setting up a static site using the Pelican generator, including virtual environments and custom automation scripts.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.
A developer discovers and explains how XSLT stylesheets can transform raw XML feeds into readable web pages, using RSS as an example.
A developer's enthusiastic personal reflection on the benefits and joys of using TypeScript for JavaScript development.
A tutorial on using Cypress to test if an element exists, is visible, and common pitfalls with negative assertions.
The new CSS aspect-ratio property is now supported in major browser engines, helping developers create responsive layouts without hacks.
Author announces breaking changes to their RSS feed, including new GUID format and feed title update, explaining the technical reasons.
A practical guide to writing simple, effective regular expressions for real-world JavaScript development, using a framework-building example.
A tutorial on creating and deploying serverless functions using Vercel's Cloud Functions platform, including setup, basic usage, and CORS configuration.