The long-standing JavaScript test framework from Meta. Snapshots, mocks, parallelism, and the broadest plugin ecosystem in the JS testing world.
Jest is the test framework the JavaScript world standardized on for the better part of a decade. Snapshot testing, automatic mocking, parallel workers, and a vast plugin ecosystem made it the safe default. The trade-off in 2026 is speed and modern tooling fit: Jest historically lagged on native ESM and TypeScript and is slower than Vitest on Vite-based projects. Still a fine choice for established codebases and Create React App descendants where the migration cost is real.
Modern browser automation from Microsoft. Auto-wait, role-based selectors, cross-browser, fast in CI.
All-in-one JavaScript runtime, bundler, test runner, and package manager. Written in Zig, drop-in compatible with Node, dramatically faster install and start times.
The original server-side JavaScript runtime. V8 under the hood, npm ecosystem, and the default backend runtime for most production deployments.
Secure-by-default JavaScript and TypeScript runtime from Node's original creator. Built-in TypeScript, fmt, lint, test, and Deno Deploy for edge hosting.
The long-standing JavaScript test framework from Meta. Snapshots, mocks, parallelism, and the broadest plugin ecosystem in the JS testing world.
Try JestHonest takes on AI dev tools, frameworks, and infrastructure - delivered to your inbox.
Subscribe FreeDeployment platform behind Next.js. Git push to deploy. Edge functions, image optimization, analytics. Free tier is generous.
Self-hosted PaaS for deploying apps, databases, and services. Git-based deploys, Docker support, preview environments, and a clean UI.
Reactive backend - database, server functions, real-time sync, cron jobs, file storage. All TypeScript. This site's backend (courses, videos, user data) runs on Convex.

Dan Luu's new agentic coding essay is not another vibe check. It is a useful reminder that coding agents only compound w...

Deno 2.9 ships a desktop app framework that compiles TypeScript projects into native binaries with WebView or bundled Ch...

SAM 3.1 finally hits the latency budget for realtime video. Here is how to wire Meta's new segmentation model into a pro...

Meta's Llama 4 family brings mixture-of-experts to open source with Scout and Maverick. Here's how to run them locally,...

Meta surprised the AI community with Llama 3.3, a 70 billion parameter model that delivers 405B-class performance at a f...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.