Node JS

[ follow ]
Node JS
fromMedium
1 month ago

Gemini CLI Quick Start

Gemini CLI provides an interactive terminal-based AI coding assistant powered by Google's Gemini models, with codebase awareness, tool execution, MCP support, session management, and sandboxing.
fromNew Relic
4 days ago

Setting Up AWS Distro for OpenTelemetry with Container-Based Lambda Functions and New Relic

Observability in serverless environments can be challenging, but AWS Distro for OpenTelemetry (ADOT) simplifies this by providing a standardized, vendor-neutral way to collect and export telemetry. ADOT allows you to leverage industry-standard OpenTelemetry APIs to instrument your applications without being locked into a single observability backend. The challenge with containerized Lambdas is that they do not support standard Lambda Layers. Since ADOT is typically deployed as a layer for Lambda functions, we need an alternative way to get the telemetry agent into our execution environment.
Node JS
#nodejs
Node JS
fromThe Hacker News
2 weeks ago

Critical Node.js Vulnerability Can Cause Server Crashes via async_hooks Stack Overflow

A Node.js bug with async_hooks can cause the runtime to exit with code 7 on stack exhaustion, enabling Denial-of-Service across many production applications.
#nodejs-24
fromThe NodeSource Blog - Node.js Tutorials, Guides, and Updates
1 week ago

Resolved: GPG Signature Warnings on Debian 13 and Modern Ubuntu

If you've recently upgraded to Debian 13 ("Trixie") or a newer version of Ubuntu and suddenly started seeing security warnings when running apt update (or apt update --audit), don't worry. You didn't do anything wrong. This is a side effect of a broader security change across modern Linux distributions. SHA-1 signatures are being deprecated, and repositories that still rely on them may now trigger warnings or audits. What changed? We've rotated our GPG keys to SHA-512 and re-signed our repositories to align with modern security standards, using Sequoia-PGP. In short: Stronger signatures Better compatibility with modern OS policies No more GPG warnings for supported versions
Node JS
Node JS
fromInfoWorld
1 week ago

Deno boosts dependency management with JSR

Deno 1.42 adds JSR package registry support, improves Node/NPM compatibility and startup speed, and updates V8 to 12.3 and TypeScript to 5.4.3.
Node JS
fromInfoWorld
1 week ago

Deno shrinks deno compile binaries

Deno 1.41 reduces deno compile binary sizes up to 50% and adds official Linux ARM64 builds plus compatibility, API, and language-server improvements.
Node JS
fromInfoWorld
1 week ago

Bun 1.1 JavaScript toolkit backs Windows 10

Bun 1.1 adds Windows 10 support, improves Node.js compatibility, boosts performance, stabilizes WebSocket, and integrates SQLite and developer tooling.
Node JS
fromInfoWorld
1 week ago

TypeScript levels up with type stripping

Treating TypeScript types as runtime-erasable whitespace enables no-build execution with accurate stack traces, reducing compilation and source-map overhead.
Node JS
fromInfoQ
2 weeks ago

Prisma 7: Rust-Free Architecture and Performance Gains

Prisma ORM 7.0 replaces its Rust query engine with a TypeScript runtime, yielding smaller bundles, faster queries, lower CPU/memory usage, and easier edge deployments.
Node JS
fromGitHub
2 weeks ago

GitHub - cluster-127/atrion: Cognitive Resilience Runtime

Model traffic as a physical system and use resistance-based feedback, Z-score auto-tuning, deterministic backpressure, and priority load shedding to prevent cascading failures.
fromVerou
4 weeks ago

Web dependencies are broken. Can we fix them? * Lea Verou

Dear JS ecosystem, I love you, but you have a dependency management problem when it comes to the Web, and the time has come for an intervention. No, this is not another rant about npm's security issues. Abstraction is the cornerstone of modern software engineering. Reusing logic and building higher-level solutions from lower-level building blocks is what makes all the technological wonders around us possible. Imagine if every time anyone wrote a calculator they also had to reinvent floating-point arithmetic and string encoding!
Node JS
fromInfoQ
1 month ago

Bun Introduces Built-in Database Clients and Zero-Config Frontend Development

Bun, the fast all-in-one JavaScript runtime, has released version 1.3, marking its biggest release yet with comprehensive full-stack development capabilities, unified database APIs, and performance improvements across the runtime. Bun 1.3 introduces zero-configuration frontend development with built-in hot module replacement and React Fast Refresh support. Developers can now run HTML files directly with Bun, which automatically handles JavaScript, CSS, and React transpilation and bundling.
Node JS
Node JS
fromGitHub
1 month ago

GitHub - evoluteur/jacked-gpt: AI-driven web application to create personalized workout routines tailored to your goals, helping you achieve peak performance. Say goodbye to generic workouts and hello to innovation!

AI-driven app generates personalized workout routines via a web UI and NodeJS server using OpenAI, enabling customized fitness plans and easy local deployment.
fromInfoWorld
1 month ago

Deno adds tool to run NPM and JSR binaries

Deno 2.6, the latest version of the TypeScript, JavaScript, and WebAssembly runtime, adds a tool, called dx, to run binaries from NPM and JSR (JavaScript Registry) packages. The update to the Node.js rival was announced December 10; installation instructions can be found at docs.deno.com. Current users can upgrade by running the deno upgrade command in their terminal.
Node JS
Node JS
fromThe Code Barbarian
1 month ago

Mongoose 9.0: Async Stack Traces, Cleaner Middleware, Stricter TypeScript

Mongoose 9 enables real async stack traces and fully async middleware, improving debuggability by removing callback-based APIs.
Node JS
fromAmazon Web Services
1 month ago

AWS SDK for JavaScript aligns with Node.js release schedule | Amazon Web Services

AWS SDK for JavaScript v3 will follow the Node.js release schedule, testing on all LTS versions and providing eight additional months of support past Node.js EOL.
Node JS
fromInfoWorld
2 months ago

Intro to Nest.js: Server-side JavaScript development on Node

Nest.js is a server-side, TypeScript-friendly, modular framework for Node.js with dependency injection and built-in components for scalable web application development.
fromgithub.com
2 months ago

rakeshmenon/npmlens-mcp

npmlens-mcp lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search the npm registry and fetch package context (README, downloads, GitHub info, usage snippets). It acts as a ModelContextProtocol (MCP) server, giving your AI assistant a structured way to discover libraries and integrate them quickly. Structured npm search with optional ranking weights. Direct README fetch (optionally truncated). Enriched package info (downloads + GitHub details). Usage snippet extraction from README. Stdio MCP transport, ready for MCPcompatible clients.
Node JS
Node JS
fromInfoWorld
2 months ago

Q&A: Why io.js decided to fork Node.js

Developers dissatisfied with Joyent's control forked Node.js into io.js governed by an open technical committee led by Fedor Indutny and collaborators.
Node JS
fromMedium
3 months ago

How to Setup React Storybook (v9) with pNPM For Advanced-To-Beginner React Developers?

PNPM provides faster, more consistent installs and enhances supply-chain security by disabling automatic postinstall scripts in dependencies starting with version 10.
[ Load more ]