WeSearch
Hub / Tags / Nodejs
TAG · #NODEJS

Nodejs coverage.

Every story in the WeSearch catalog tagged with #nodejs, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

13 stories tagged with #nodejs, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Nodejs"

RELATED TAGS
#development6#security5#programming5#software2#rust2#docker2#cryptography1#quantum-computing1#javascript1#kotlin1#languages1#typescript1
DEV.TO (TOP)

Making Codex CLI and Codex.app Use mise-managed Ruby and Node.js

How to make Codex CLI and Codex.app use mise-managed Ruby and Node.js by adding mise shims to PATH in ~/.zshenv via the CODEX_SANDBOX variable.…

12 views ·
#programming#ruby
DEV.TO (TOP)

Transaction Hooks: A General Primitive for Post-Commit Side Effects (Case Study: Queuert)

The previous two posts in this series walked through how Queuert keeps job state atomic with your...…

19 views ·
#database#programming#opensource
DEV.TO (TOP)

I Fired My Entire Node.js Stack — Rust Rebuilt It in 3 Weeks (The Ugly Truth)

Our API was drowning under 50ms P99 latencies. I rewrote everything in Rust expecting miracles. Got...…

18 views ·
#rust#performance
DEV.TO (TOP)

Docker容器化部署Node.js应用最佳实践

Docker容器化部署Node.js应用最佳实践 Docker已成为现代应用部署的标准工具。本文将详细介绍如何将Node.js应用容器化,并分享生产环境的最佳实践。 ...…

16 views ·
#programming#docker
EN

Aube – Node.js package manager in Rust

A fast Node.js package manager…

14 views ·
#package-manager#rust
DEV.TO (TOP)

Hardening Your Node.js App Against Supply Chain & Remote Code Execution Attacks

Supply chain attacks on the npm ecosystem have quietly become one of the most effective ways...…

12 views ·
#security#programming
DEV.TO (TOP)

Node.js 22 LTS — EOL Date, Support Timeline, and What Comes Next

Node.js 22 became Active LTS in October 2024. That sounds recent. It isn't. Active LTS means the...…

19 views ·
#software#development
SOCKET

Malicious Postinstall Hook Found in 700 GitHub Repos, Including Node Projects

Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.…

13 views ·
#security#github
DEV.TO (TOP)

Mastering Node.js HTTP Module: Build Servers, REST APIs, and Handle Requests

Introduction to the HTTP Module Modern web applications rely heavily on communication...…

15 views ·
#backend#http
GITHUB

DTLS Support Entering Node.js

Decided to take a short break from the work on QUIC to implement a DTLS API. Very experimental at this point but the basic API is there (inspired by the QUIC API work). The implem…

13 views ·
#security#development
GITHUB

Node.js TypeScript: The future of –experimental-transform-types

I wanted to talk about the future of --experimental-transform-types. The feature has been stable for a while no outstanding issue. The problem with this flag is that the syntax sup…

14 views ·
#typescript#development
IT WORKS

Show HN: Building a Programming Language for Myself

IntroductionI really enjoy programming in Kotlin but it can be a bit of a chore to get started with the initial project setup boilerplate like Intellij and Maven + pom.xml file. In…

17 views ·
#programming#kotlin
DEV.TO (TOP)

JWT Is Not Quantum-Safe — So I Built a Library That Is

I built @pq-jwt/core — a post-quantum JWT library using NIST FIPS 204 (ML-DSA) and FIPS 205...…

13 views ·
#cryptography#security#quantum-computing