a11y-twitter: a browser extension for making Tweets more accessible
Developer creates a browser extension, a11y-twitter, to prompt users to add alt text to images before tweeting, improving accessibility.
Developer creates a browser extension, a11y-twitter, to prompt users to add alt text to images before tweeting, improving accessibility.
A guide to creating helpful 404 error pages for Jekyll and GitHub Pages sites using JavaScript to suggest relevant pages based on URL similarity.
Announcing Color.js, a JavaScript library for advanced color manipulation, supporting CSS Color 4/5 and various color spaces.
An overview of the Redux Toolkit (RTK) presentation, explaining its creation and features for modern Redux development.
A comprehensive FAQ guide addressing common questions and best practices for using React Query in modern web development.
A developer's personal update after 6 years, covering career moves from Google to Spotify, work on Chrome DevTools, and reflections on web development trends.
A developer analyzes what makes a good developer experience, focusing on the inconsistent and 'lumpy' nature of the Web Platform's APIs and abstractions.
Explores the AbortController API in JavaScript, demonstrating how to cancel fetch requests and other operations using AbortSignal.
Explains the key differences between NPM and NPX, focusing on when to install packages versus executing them directly.
Explains the JavaScript debouncing technique to optimize performance by delaying function calls, with practical code examples.
Learn how to cancel API requests in JavaScript using the AbortController interface with fetch and axios to improve performance.
Explains two common programming patterns for managing conditional logic: the 'Single Mutable Result' and 'Early Exit' patterns.
A guide to 10 essential JavaScript string methods like split(), replace(), and includes() with syntax and examples.
Explains why using the delete operator to remove items from a JavaScript array is problematic and recommends using splice instead.
A guide to handling multiple API calls in JavaScript, covering independent parallel requests and sequential dependent requests using async/await and Promise.all.
Explores the state of Universal JavaScript, showing how to write code that runs in Node.js, Deno, and browsers using a podcast parsing example.
A developer creates a web app to learn a diatonic accordion by mapping its buttons to a computer keyboard using Svelte and the Web Audio API.
Exploring the hidden 'event' variable in HTML onclick attributes and how to access it for form submission handling.
Explains stale closures in React hooks, their connection to dependency arrays, and why the exhaustive-deps ESLint rule is crucial.
Interview with a junior developer on how he landed his first full-time job, including tips on networking, applications, and balancing work.