How Infinite Queries work
Explains a bug in React Query's Infinite Queries feature, detailing the issue, its conditions, and the underlying mechanics of infinite scrolling.
Explains a bug in React Query's Infinite Queries feature, detailing the issue, its conditions, and the underlying mechanics of infinite scrolling.
The author begins migrating a SaaS application from Heroku to Digital Ocean, focusing on creating a Dockerfile and new deployment tools.
A developer shares their favorite features of the Fish shell, including autosuggestions and smart tab completion, after 7 years of daily use.
A tutorial on using URL search parameters in Next.js to manage shareable state for features like searching and sorting posts.
A developer's exploration of the powerful CSS :has() pseudo-class, sharing real-world use cases and its surprising utility in modern web development.
Exploring the concept of 'buildless' web development, where code runs without bundlers or build steps, and examining modern techniques to achieve it.
A developer's critique of the Base (Ethereum L2) documentation, highlighting jargon and onboarding barriers for newcomers to blockchain development.
A guide to React's useDeferredValue hook, explaining its purpose for performance optimization and providing a practical code example.
A developer episode on using Kamal to deploy a demo app to a Digital Ocean Droplet VM, covering the tool's operations.
A guide on using the yt-dlp tool to download individual YouTube videos or entire channels, including audio-only options.
Analysis of a livestream where an indie founder builds a blockchain game on the Ethereum Base ecosystem, covering Solidity and smart contracts.
A developer reflects on 10 years of blogging, sharing lessons on titles, writing for yourself, and how blogging aids career growth.
A 3-hour coding workshop teaching how to implement, train, and use Large Language Models (LLMs) from scratch with practical examples.
A guide to React's useTransition hook, explaining how to improve UI responsiveness by marking non-urgent state updates.
A developer explores using Kamal, a deployment tool, to deploy a web app to a Digital Ocean Droplet virtual machine.
Exploring how to build web applications in Go using only the standard library, without any external packages or dependencies.
Explains single-threaded execution in Swift and its importance for UI responsiveness, as a foundation for concurrency ahead of Swift 6.
Explains how to implement live content previews for a static Eleventy site using Sanity CMS and serverless functions.
A guide to Angular Signals, explaining their benefits for state management and how to implement them in applications.
A guide to creating a custom React microphone component for recording audio in the browser, with a link to a reusable code gist.