if...else-if...else in JavaScript explained
A tutorial explaining the if...else-if...else conditional statement in JavaScript with practical examples and logic flow.
A tutorial explaining the if...else-if...else conditional statement in JavaScript with practical examples and logic flow.
Argues against learning JavaScript frameworks before mastering the underlying web platform (HTML, CSS, JS) for better long-term skills and compatibility.
Explores Turborepo, a tool for managing complex monorepo build pipelines and caching to drastically improve CI/CD performance.
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.