Unplugin Has a Free API That Most Developers Dont Know About
Unplugin lets you write bundler plugins once and they work across Vite, Webpack, Rollup, esbuild, and Rspack. Create a Universal Plugin
Curated development tutorials from top sources. Filter by language.
Unplugin lets you write bundler plugins once and they work across Vite, Webpack, Rollup, esbuild, and Rspack. Create a Universal Plugin
Effect is a TypeScript library for building robust, composable applications. Think of it as a type-safe runtime for managing errors, concurrency, depe
htmx lets you build modern, interactive web apps using HTML attributes instead of JavaScript frameworks. Its API surface is tiny but incredibly powerf
Turso is the edge database built on libSQL (a fork of SQLite). It gives you embedded database performance with global replication — and a powerful SDK
Three.js is the 3D library that powers thousands of immersive web experiences. Its API gives you WebGL, WebGPU, and physics — all in JavaScript.
D3.js is the most powerful data visualization library ever created. Most developers only use it for charts, but its modular API covers everything from
I recently shipped RenderPDFs — a simple API that converts HTML or URLs to PDFs. Here's the full breakdown: stack, architecture decisions, and the pa
NextAuth.js (now Auth.js) is the standard authentication library for Next.js. Its API handles OAuth, credentials, sessions, and JWTs with minimal conf
Originally published at nextfuture.io.vn Are You Still Writing React Boilerplate by Hand? If you spend more than half your day writing boi
Originally published at nextfuture.io.vn Is Your Next.js Development Still Mostly Manual? Next.js 15 brought a lot of new patterns — the A
SWR (stale-while-revalidate) is Vercel's data-fetching library for React. Its API is deceptively simple — but under the hood, it handles caching, reva
Jotai takes an atomic approach to React state — bottom-up, composable, and incredibly efficient. No stores, no reducers, no selectors. Atoms
Zustand is the minimalist state manager for React. No providers, no boilerplate, no context — just a hook and a store. Create a Store in 5 L
Node.js Feature Flags in Production: LaunchDarkly, Unleash, and Custom Toggles The safest way to deploy new code is to ship it to productio
Ask any JavaScript developer how to convert between timezones and someone will say: "use getTimezoneOffset()." Don't. Here's why, and what to use in
Hukum Dasar (The Core Rule) Primitive (String, Number, Boolean): Disalin nilainya (Value). Object (Object, Array, Function): Disalin alama
I wanted to build the "PCPartPicker for robots" — a comparison directory where buyers could browse commercial robots from different manufacturers, fil
Competitive research is one of those tasks that everyone knows they should do and almost nobody does well. You open a dozen browser tabs. You check c
Understanding Async Iterators in Depth Historical and Technical Context JavaScript, a language that has continually evolved sinc
Ever needed a quick QR code, a SHA-256 hash, or a URL slug — and didn't want to install yet another npm package or spin up a whole service? I built N