Tech watch archive
Link dumps kept online so old URLs keep resolving. No summaries, no ratings, no upkeep — the AI Radar replaced this format.
Building Scalable Micro-Frontends with Next.js Multi Zones
Let's see how Next.js Multi Zones can make building micro frontends a breeze.
Better Code Rendering Through Virtualization
How we rebuilt Codecov's code renderer from the ground up to be faster and more efficient, utilizing virtualization.
Using Transformers.js for AI in the Browser
A look at Transformers.js and doing GenAI work in the browser.
How To Improve INP: React
All-in-one guide for improving Interaction-to-Next-Paint (INP) Core Web Vital in React applications. Introduces the useAfterPaintEffect hook.
Existential React questions and a perfect Modal Dialog
My step-by-step process for implementing a new feature from an idea to a production-ready solution using Modal Dialog as an example
The `use cache` Directive Deep Dive in Next.js
Learn about the new `use cache` directive in Next.js for caching functions, components, and entire routes.
What We Learned Migrating From Webpack to Vite
We recently migrated the Neon console from webpack to Vite. We share the challenges we faced and the improvements we gained with the change.
Feature-based React Architecture
How to create a feature-based React architecture that allows large scale applications
React Anti-Pattern: Stop Passing Setters Down the Components Tree
Let's see why passing useState setters as props creates abstraction leaks and tightly couples child components to parent implementations.
Quick Guide to Building a PWA with Next.js
Learn how to turn your Next.js app into a Progressive Web App (PWA).