Public list by ~nodeweekly

Issue 621 - Playwright's exciting new page.screencast API

aube

https://aube.en.dev/

aube: A New Node.js Package Manager — Yes, another one! What’s noteworthy is it comes from the developer of mise, a tool that makes managing numerous languages so much easier. aube’s selling points are raw performance and being a drop-in replacement. Its defaults are also security-focused.

4 months ago

Write Better Prompts for Cursor, Claude & Copilot

https://frontendmasters.com/courses/prompt-engineering/

Write Better Prompts — Join GitHub's Sabrina Goldfarb for this detailed video course on generating higher quality code with AI. Learn practical prompting techniques that work consistently across tools and transform your project ideas into reality.

4 months ago

Writing Node.js addons with .NET Native AOT - .NET Blog

https://devblogs.microsoft.com/dotnet/writing-nodejs-addons-with-dotnet-native-aot/

Writing Node.js Addons with .NET Native AOT — You can now write native Node addons in .NET languages like C#. Native AOT compiles programs to shared libraries (or executables) which can expose N-API entry points for Node to call into, much like a C/C++ extension.

4 months ago

Announcing TypeScript 7.0 Beta - TypeScript

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-beta/

TypeScript 7.0 Beta: A 10x Faster TypeScript Compiler — The first beta of the Go-powered native port of TypeScript boasting “about 10 times faster” performance. TypeScript 6.0 remains important as a transitional release in your upgrade process, as TS 7.0 shares 6.0’s default config changes and 6.0’s deprecations are now hard errors. There are also changes to how to write your code to take into account.

4 months ago

The 4-Layer Production Stack Every AI Agent Needs

https://orkes.io/webinars/the-4-layer-production-stack-every-ai-agent-needs

Build Durable AI Agents That Won’t Break in Production (Webinar) — Learn the open-source 4-layer stack and run durable AI agents with Agentspan across LangGraph, OpenAI, and Google SDKs.

4 months ago

Optique

https://optique.dev/

Optique 1.0: Type-Safe Combinatorial CLI Parser — Build composable parsers for CLIs with type safety, type inference, and built-in shell completion support, plus config file integration and man page generation from the same definitions. v1.0 is the first stable release and Hong compares it to Commander.js and explains why you'd use Optique.

4 months ago

Build production-ready docs from Markdown in seconds — docmd

https://docmd.io/

DocMD: Build Production-Ready Docs from Markdown — A Node-powered zero-config documentation site generator with a focus on producing lean, fast output (its own docs are a good example). It has i18n and versioning built-in and, as of this week, a deploy command to produce ready-to-deploy files for Docker, Nginx, and Caddy.

#static site generator #documentation generator #markdown to html #nodejs ssg #docmd #open source documentation

4 months ago

Blog | New RocksDB Binding for Node.js

https://www.harper.fast/resources/new-rocksdb-binding-for-node-js

rocksdb-js: New RocksDB Bindings for Node — It’s been messy using Facebook’s RocksDB key-value store from Node in recent years, but finally there’s a new, modern native addon for the task. GitHub repo.

4 months ago

Bun v1.3.13 | Bun Blog

https://bun.com/blog/bun-v1.3.13

Bun v1.3.13: Smarter Testing and Less Memory Usage — The alternative runtime enhances bun test with options for test environment isolation, parallelization, and to run only those tests affected by recent changes. The runtime uses 5% less memory and bun install gets faster, among other things.

4 months ago