#764 — December 5, 2025 |
|
JavaScript Weekly |
|
🎉 JavaScript Turns 30 Years Old 🎉 |
|
Back in May 1995, a 33 year old Brendan Eich built the first prototype of JavaScript in just ten days, originally codenamed Mocha (and then LiveScript). On December 4, 1995, Netscape and Sun Microsystems officially announced 'JavaScript' in a press release as "an easy-to-use object scripting language designed for creating live online applications that link together objects and resources on both clients and servers." Over thirty years, JavaScript has cemented its place at the heart of the Web platform, and more broadly in desktop apps, operating systems (e.g. Windows' use of React Native), mobile apps, and even on microcontrollers. Here's to another thirty years and, hopefully, the resolution of the confusion and litigation around JavaScript's trademark. C'mon, Larry, give us all a Xmas present we won't forget? 😅 P.S. Enjoy finding the 1995 references in our special birthday montage above. |
How to Ship Enterprise Auth, Identity, and Security Features — Enterprise customers demand SSO, SCIM, RBAC, and audit logs that meet strict compliance standards. WorkOS offers developers a platform for shipping these features fast with a suite of easy-to-integrate APIs and a portal for streamlined customer onboarding. WorkOS sponsor |
|
Progress on TypeScript 7 — It’s been a quiet few months for the TypeScript project publicly, but behind the scenes they’ve been working hard on both TypeScript 6.0 and 7.0. v6.0 is going to be the final JavaScript-based release and act as a stepping stone to the native Go port (v7.0) which is already shaping up to be some 10x faster. Daniel Rosenwasser (Microsoft) |
|
Anthropic Acquires the Bun JavaScript Runtime — It’s been an intense few years for Bun, the JavaScriptCore-powered JS/TS runtime. Anthropic, best known for its Claude LLMs, is betting on Bun for powering its Claude Code agentic development tool and more. Jarred tells the full Bun story here and reassures us Bun will remain open and become better than ever as a result. Jarred Sumner |
|
IN BRIEF:
|
|
RELEASES:
|
📖 Articles and Videos |
|
No More Tokens: Locking Down Zach Leatherman |
💡 Liran Tal also shares some npm security best practices to adopt. |
|
The Nuances of JavaScript Typing using JSDoc — If you prefer JavaScript over TypeScript (and I know there are plenty of you!) but still want some of the benefit of types, JSDoc provides an interesting alternative. Jared White |
|
No Breakpoints, No Wallaby Team sponsor |
|
How Fast Can Browsers Process Base64 Data? — Gigabytes per second on modern hardware in most cases, except for Firefox and Servo. Daniel Lemire |
|
Making a 'Drone Ambient Noise' Synthesizer in JavaScript — An interesting look at a tool that turns any files into sound using the Web Audio API and granular synthesis. You can try a live demo here. Stranno |
|
📊 Comparing AWS Lambda Arm vs x86 Performance Across Runtimes – Different versions of Node.js are put through their paces. Arm seems to be a big win vs x86 on Lambda. Chris Ebert 📄 Angular Pipes: Time to Rethink – We don’t see many high quality Angular articles these days, so this is a pleasure. Vyacheslav Borodin 📄 TypeScript Strictness is Non-Monotonic: How 📄 How to Test a Vue Composable with TypeScript John Franey 📄 Category Theory for JavaScript Developers Ibrahim Cesar |
🛠 Code & Tools |
|
|
🤖 TanStack AI: A Unified Interface for LLM/AI Providers — The latest member of the rapidly growing TanStack family of libraries offers a unified, framework agnostic interface to multiple AI APIs, complete with streaming, and Zod schema inference. Currently in alpha. GitHub repo. TanStack |
💡 Another newcomer is TanStack Pacer which offers framework-agnostic debouncing, throttling, rate limiting, queuing, and batching utilities. |
|
Prototype AI-Powered React Apps Instantly with Agentic Postgres Free — A Postgres built for rapid iteration: vector search, forks, PITR—free forever for developers + agents. Tiger Data sponsor |
|
Remend: Automatic Recovery of Broken Streaming Markdown — Bring intelligent incomplete Markdown handling to your app, particularly useful if working with LLMs, say. It’s extracted from Vercel’s Streamdown library, a drop-in replacement for Hayden Bleasel (Vercel) |
|
Tinybench 6.0: A Tiny, Simple Benchmarking Library — Uses whatever precise timing capabilities are available (e.g. Tinylibs |
|
Ruby2JS: A Ruby to JavaScript Transpiler — A transpiler aimed at keeping the resulting code looking ‘hand crafted’ rather than merely transpiled. Play with the live demo on the home page to get a feel for it. Sam Ruby and Jared White |
|
|
📢 Elsewhere in the ecosystem |
|
Some other interesting tidbits in the broader landscape: |
|
|


