Rust bundler Rolldown replaces esbuild and Rollup, unifying development and production builds. Achieved 40-64% reduction in actual projects such as Linear and Beehiiv.
A major version that serves as a bridge to TypeScript 7.0 (Go implementation). The default values of strict, module, and target will change all at once, and many options such as --baseUrl and esModuleInterop: false will become deprecated.
A summary of the dispute in which chardet's original author argues that the LGPL-to-MIT relicensing was invalid, and the formal launch of the React Foundation under the Linux Foundation. Two very different cross-sections of OSS governance.
One engineer plus AI reimplemented Next.js on Vite for about $1,100 in token cost. The result, vinext, shipped with 4.4x faster builds and a 57% smaller bundle, and is already running in production during its first week.
Firefox 148 is the first browser to ship the Sanitizer API. With setHTML(), developers finally have a standard browser-level way to replace innerHTML safely and eliminate XSS with minimal code changes.
Two arguments: a renewed look at Web Components asking ‘Do we really need React?’ and a push to ‘turn Dependabot off and switch to Go’s vulnerability checker.’ Both revisit long‑standing defaults with technical reasoning.
jQuery 4.0 was released on January 17, 2026. This is a catch-up for people who drifted away after the painful 1.x to 2.x transition, covering what changed in 3.x and what changed again in 4.0.
MyMemory is a free translation API (not a memory or LLM service) that runs from client-side JavaScript without signup. CORS-enabled, 5,000 chars/day per IP anonymously or 50,000 with an email parameter. Includes endpoint spec, language codes, working JS example with error handling, and notes on integrating it into a static-site translation tool.
An experiment in exchanging WebRTC signaling data via QR codes to achieve P2P voice calls with zero servers. Covers SDP chunking/reassembly and ICE candidate gathering.
How to design a large watch-together event for tens of thousands of viewers, including time synchronization, event cue sheets, and effects that tolerate real-world drift.