Node JS

[ follow ]
Node JS
fromKDnuggets
17 hours ago

Qwen Code Leverages Qwen3 as a CLI Agentic Programming Tool - KDnuggets

Integrating Qwen3-Coder with the Qwen Code CLI enables an agentic, environment-aware coding assistant with free Qwen OAuth authentication and automation capabilities.
#nodejs
Node JS
fromSecurityWeek
1 week ago

GitHub Boosting Security in Response to NPM Supply Chain Attacks

GitHub will require two-factor authentication for local NPM publishing and deploy short-lived, granular tokens plus trusted publishing to mitigate NPM supply-chain attacks.
#deno
fromInfoQ
1 week ago

Cloudflare Adds Node.js HTTP Servers to Cloudflare Workers

To support HTTP client APIs, Cloudflare reimplemented the core node:http APIs by building on top of the standard fetch() API that Workers use natively, maintaining Node.js compatibility without significantly affecting performance. The wrapper approach supports standard HTTP methods, request and response headers, request and response bodies, streaming responses, and basic authentication. However, the managed approach makes it impossible to support a subset of Node.js APIs.
Node JS
fromInfoWorld
7 months ago

Oracle maintains hold on JavaScript trademark

"Yesterday, Oracle filed a motion to dismiss in response to Deno's petition to cancel its 'JavaScript' trademark," Deno Land CEO Dahl said. "But instead of addressing the real issue-that JavaScript is an open standard with multiple independent implementations-Oracle is trying to stall the process and sidestep accountability."
Node JS
Node JS
fromInfoWorld
4 weeks ago

Are you ready for multicloud? A checklist

Supporting multiple public clouds is often inevitable for large organizations, requiring gradual adoption, strong governance, and cross-team technical expertise to manage complexity.
Node JS
fromInfoQ
1 month ago

Node.js Moves Toward Stable TypeScript Support With Amaro 1.0

Amaro v1.0.0 makes Node.js's official type-stripping loader stable, improving native TypeScript support with node_modules processing and two type-stripping modes.
Node JS
fromMedium
7 months ago

Introducing Harmony: Unified JavaScript Platform for Building Composable Frontends and Backends

Bit Harmony is a lightweight NodeJS framework that enables building modular, reusable frontend and backend Aspects for composable full-stack applications with scalable deployment.
from2ality
1 month ago

Learning web development: Shells and Node.js

A shell is like browser console, but for the operating system instead of for JavaScript. It helps us with programming by running the tools (programs) we need to get things done. Node.js is a program that lets us run JavaScript code outside browsers - which we can use for a variety of things.
Node JS
Node JS
fromHackernoon
2 months ago

How to Capture OAuth Callbacks in CLI and Desktop Apps with Localhost Servers | HackerNoon

Use a temporary localhost HTTP server to capture OAuth authorization codes for CLI and desktop apps, enabling native OAuth flows without a public-facing callback URL.
fromwww.theguardian.com
1 month ago

Nascar driver falls from roof of car while celebrating race win and breaks collarbone

Connor Zilisch, a NASCAR rookie, broke his collarbone after falling off the roof of his car while celebrating his win at the Xfinity Series race.
Node JS
Node JS
fromHackernoon
1 year ago

Myth vs. Reality: Real-World Runtime Performance of Node.js, Deno, and Bun | HackerNoon

Node.js remains the dominant JavaScript runtime, but Deno and Bun have introduced modern features and performance improvements.
Node JS
fromBleepingComputer
2 months ago

North Korean XORIndex malware hidden in 67 malicious npm packages

North Korean threat actors delivered malware through 67 malicious npm packages, affecting over 17,000 downloads.
fromSitePoint Forums | Web Development & Design Community
2 months ago

Senior dev seeking architecture best practices for CI/CD across microservices

A standardized CI/CD pipeline for microservices should address key challenges such as coordinating cross-service releases, managing backward compatibility, and preventing configuration duplication.
Node JS
fromMedium
4 months ago

How to Export Your Scraped Data to Json, CSV, or a Database (node.js)

The exportToJSON function leverages the fs module to asynchronously write your scraped data array to a scraped-data.json file.
Node JS
[ Load more ]