React Query - The Bad Parts
A critical look at React Query's drawbacks and challenges, presented as a conference talk transcript discussing its usage and limitations.
A critical look at React Query's drawbacks and challenges, presented as a conference talk transcript discussing its usage and limitations.
A UX case study on designing 'Context Chips' to collect user sentiment in surveys, improving data quality and user experience.
A technical guide on using the Obsidian Templater plugin to automate note creation, with a detailed example for managing contacts.
A developer shares their experience and method for manually tracking income from side projects, contract work, and other tech-related gigs.
A guide to importing frontend JavaScript libraries without using a build system, covering ES Modules, classic scripts, and CommonJS.
Robin, a German software engineer, introduces his background, mission to make coding education accessible, and his freelance work.
A tutorial on building a custom, session-based authentication system in JavaScript and TypeScript, covering secure password handling and session management.
Explains a bug in React Query's Infinite Queries feature, detailing the issue, its conditions, and the underlying mechanics of infinite scrolling.
Exploring the concept of 'buildless' web development, where code runs without bundlers or build steps, and examining modern techniques to achieve it.
Learn the fundamentals of client-side JavaScript for DOM manipulation, including creating and modifying HTML elements programmatically.
Explains JavaScript variable assignment quirks, focusing on object references vs. value assignments with practical examples.
Explains what Zone.js is and how it powers Angular's automatic change detection by tracking asynchronous operations.
Explains a surprising JavaScript memory leak involving closures and garbage collection, with code examples.
The article argues against using barrel files in JavaScript/TypeScript projects, explaining their drawbacks and negative impact on code organization.
A conference talk exploring the modern reasons and use cases for using Redux in React applications today.
Explains JavaScript floating-point rounding errors in financial apps and offers solutions like integer-based calculations.
Analysis of React 19's Suspense changes causing unexpected waterfalls and parallel loading issues, based on discoveries from the React Summit conference.
A deep-dive tutorial explaining JavaScript Promises from the ground up, covering their necessity and how to use them effectively.
A developer's guide to upgrading a personal website from Eleventy v2 to the new v3 alpha, focusing on the switch to ESM.
A nostalgic look back at the early days of web development, from table layouts to dial-up modems, by a developer with 20 years of experience.