Tag
A reflective article critiquing Deno's shift towards Node.js compatibility, arguing it dilutes its original streamlined, zero-config philosophy that made it compelling for developers.
The article explores HTMX, a library that favors server-rendered HTML over JavaScript-heavy frontends. The author finds HTMX useful for persistent UI components but ultimately decides to roll their own solution due to personal preference for minimal dependencies.
The May 2026 update for Ladybird browser brings major improvements in real-world site compatibility (e.g., passes Cloudflare Turnstile, enables MSE), responsiveness (async scrolling, JS bytecode caching, WASM JIT with Cranelift, incremental sweeping), and infrastructure (Rust HTML parser, ad-blocking via adblock-rust, CSS container queries).
Cloudflare is acquiring VoidZero, the company behind Vite, Vitest, Rolldown, and Oxc, with all team members joining Cloudflare. The tools will remain open source, vendor-agnostic, and community-driven, and Cloudflare is committing $1 million to a Vite ecosystem fund.
A README for the RedHatInsights/javascript-clients monorepo that auto-generates Javascript API clients for Swagger/OpenAPI specs, using NX for monorepo management and GitHub Actions for CI/CD and NPM publishing.
pi-dynamic-workflows is a Pi extension that adds a workflow tool allowing the model to write JavaScript scripts to fan out work across subagents, enabling tasks like codebase audits and large refactors.
Ember.js 7.0 has been released, removing features deprecated in previous versions, with version 6.12 becoming an LTS release. The update continues Ember's policy of delivering new features in minor releases to ease major upgrades.
LiteParse is a lightweight WASM-based PDF parser designed for browser and edge runtimes like Cloudflare Workers, enabling efficient document parsing in edge environments.
A deep dive video explaining how AI models run from JavaScript using Transformers.js, covering tensors, ONNX, quantization, WebGPU/WASM, and more.
Raymond Chen explains why C++/WinRT does not allow multiple awaits on asynchronous operations like C#, JavaScript, and Python do, citing the lack of a standard library task type and the principle of not paying for unused functionality.
Announcing BABLR, a new generalized parser framework and API-based platform for software development that aims to shift the IDE paradigm from text file editing to code document editing. It includes a parser framework competing with Tree-sitter, a parse tree format agAST competing with ESTree, and a new data language CSTML.
JS Crossword is a web-based crossword puzzle where each clue is the result of evaluating the JavaScript expression that is the answer. It uses obscure and cursed JS features, aimed at experienced JavaScript developers.
datasette-agent 0.1a4 adds a 'Start a new agent chat' interface integrated into Datasette's Jump to menu, leveraging the new makeJumpSections() JavaScript plugin hook.
A developer used Claude to recreate the 'Mad House' game from a 1980s Usborne book as an interactive JavaScript artifact, complete with retro aesthetic and mobile-friendly design.
Introduces Ripple, a VS Code extension that analyzes JS/TS projects locally to give AI coding agents context about file dependencies and impact before making edits, addressing the problem of AI agents causing unexpected breakage due to lack of blast radius awareness.
Node.js 26.0.0 has been released, featuring the Temporal API enabled by default, updates to V8 14.6 and Undici 8.0, along with various deprecations and removals.
This article presents a novel algorithm for triangle tessellation using clamped parallelograms, improving upon Dx11-style tessellation by ensuring smooth transitions without popping, and includes an interactive JavaScript implementation under MIT license.
A developer demonstrates running the Qwen3.6-27B AI model entirely on WebGPU in a browser, though speed is not optimal.
A blog post recounting a bug where inserting adjacent multi-byte emoji caused a splice in a CRDT library, splitting a surrogate pair and silently breaking collaborative editor synchronization.
Satirical article highlighting the recurring supply chain attacks in the npm registry, contrasting with more secure ecosystems like Go and Rust, and mocking the JavaScript community's acceptance of such vulnerabilities.