Tagged articles
1065 articles
Page 1 of 11
Ctrip Technology
Ctrip Technology
May 13, 2026 · Backend Development

Integrating and Using the Ctrip WenDao (WorkBuddy) Skill: A Complete Guide

This guide details the end‑to‑end process for developers to integrate the Ctrip WenDao (WorkBuddy) skill, covering environment prerequisites, API token acquisition, configuration methods, command‑line usage, response parsing, common scenarios, security considerations, and troubleshooting steps.

APICtripNode.js
0 likes · 10 min read
Integrating and Using the Ctrip WenDao (WorkBuddy) Skill: A Complete Guide
Architect's Guide
Architect's Guide
May 12, 2026 · Fundamentals

Mastering TCP, HTTP, Sockets, and Socket Connection Pools

This article walks developers through the OSI model, explains TCP's three‑way handshake and four‑way termination, contrasts TCP with UDP, addresses common networking questions, and details how to implement long‑lived socket connections and a reusable socket connection pool in Node.js.

Connection PoolNetwork ProtocolsNode.js
0 likes · 15 min read
Mastering TCP, HTTP, Sockets, and Socket Connection Pools
Node.js Tech Stack
Node.js Tech Stack
May 11, 2026 · Industry Insights

Is Bun Switching Its Core from Zig to Rust? What It Means for Node.js

A tweet about Bun's massive 28,000‑line experiment to translate its Zig codebase to Rust sparked intense community debate, prompting the founder to clarify it’s a curiosity‑driven test, while Node.js contributors weigh the feasibility and implications of a similar Rust rewrite.

AI code translationBunNode.js
0 likes · 8 min read
Is Bun Switching Its Core from Zig to Rust? What It Means for Node.js
21CTO
21CTO
May 8, 2026 · Backend Development

Node.js 26.1.0 Released with Temporal API Enabled by Default

Node.js 26.1.0 brings the long‑awaited Temporal API enabled by default, upgrades V8 to 14.6 with new TC39 proposals, updates the built‑in Undici HTTP client to version 8, deprecates several legacy APIs, raises build‑tool requirements, and adds platform support for Power 9 and s390x.

Build toolchainDeprecationsNode.js
0 likes · 8 min read
Node.js 26.1.0 Released with Temporal API Enabled by Default
Shuge Unlimited
Shuge Unlimited
May 7, 2026 · Backend Development

Master AI‑Driven TDD in 6 Steps with OpenSpec + Superpowers

This article walks through a three‑iteration, AI‑assisted TDD workflow that combines OpenSpec for spec management and Superpowers for disciplined implementation, detailing a six‑step process, concrete code snippets, performance metrics, known limitations, and practical tips for backend developers.

AI programmingNode.jsOpenSpec
0 likes · 29 min read
Master AI‑Driven TDD in 6 Steps with OpenSpec + Superpowers
Node.js Tech Stack
Node.js Tech Stack
May 7, 2026 · Backend Development

Node.js 26.0.0: Temporal API Enabled, V8 14.6 Upgrades, End of Old Versioning

Node.js 26.0.0, released on May 5, activates the Temporal API by default, upgrades V8 to 14.6 with new Map upsert and Iterator.concat proposals, moves Undici to version 8, deprecates several legacy APIs, and marks the final release under the old version‑numbering scheme before shifting to yearly, calendar‑aligned releases.

DeprecationsNode.jsTemporal API
0 likes · 11 min read
Node.js 26.0.0: Temporal API Enabled, V8 14.6 Upgrades, End of Old Versioning
Shuge Unlimited
Shuge Unlimited
May 5, 2026 · Artificial Intelligence

Embedding Superpowers TDD with OpenSpec Schema: 3 Injection Points & 4 Layers (Half Effective)

This guide shows how to create a custom OpenSpec schema that injects TDD discipline into an AI‑driven coding workflow using three injection points and a four‑layer overlay, demonstrates that the propose phase works as intended while the apply phase only partially enforces TDD, and provides step‑by‑step setup, code examples, comparisons, troubleshooting and best‑practice recommendations.

AI CodingClaude CodeNode.js
0 likes · 25 min read
Embedding Superpowers TDD with OpenSpec Schema: 3 Injection Points & 4 Layers (Half Effective)
Node.js Tech Stack
Node.js Tech Stack
May 4, 2026 · Backend Development

Bun’s New Image API: A Zero‑Dependency Alternative to Sharp for Node.js

Bun introduces a built-in, zero-dependency image processing library called Bun.Image that supports JPEG, PNG, WebP, and limited HEIC/AVIF formats, offering chainable resizing, filtering, S3 integration, clipboard handling, and placeholder generation, while sparking community debate over runtime bloat versus Sharp’s richer feature set and deployment challenges.

AVIFBunHEIC
0 likes · 10 min read
Bun’s New Image API: A Zero‑Dependency Alternative to Sharp for Node.js
Node.js Tech Stack
Node.js Tech Stack
Apr 29, 2026 · Artificial Intelligence

How to Embed Cursor’s Composer Agent in Any Node.js Project with the New @cursor/sdk

Cursor has released a TypeScript‑native @cursor/sdk npm package that lets developers import the Composer Agent directly into Node.js projects, offering a unified local and cloud runtime, detailed configuration via MCP, Skills and Hooks, and four starter projects for quick integration and AI‑driven automation.

AI agentsCursor SDKMCP
0 likes · 15 min read
How to Embed Cursor’s Composer Agent in Any Node.js Project with the New @cursor/sdk
James' Growth Diary
James' Growth Diary
Apr 26, 2026 · Backend Development

Fast Path and Parallel Prefetch: The Secret to Sub‑Second CLI Startup

The article dissects Claude Code's sub‑second startup by explaining how a beta header enables Fast Mode, how parallel prefetch of MDM configuration and macOS Keychain is orchestrated with Promise.all in a preAction hook, and how multi‑layer gating and a cooldown mechanism ensure safe, recoverable performance gains.

CLINode.jscooldown
0 likes · 16 min read
Fast Path and Parallel Prefetch: The Secret to Sub‑Second CLI Startup
Shuge Unlimited
Shuge Unlimited
Apr 26, 2026 · Artificial Intelligence

OpenSpec Hands‑On: 3 Commands, 4 Artifacts, 4‑Step Closed Loop for Incremental Feature Development

This tutorial walks through adding a priority field to an existing todo‑API using OpenSpec’s incremental workflow—proposing the change with /opsx:propose, reviewing the generated Delta Specs, applying the code with /opsx:apply, and archiving the change with /opsx:archive—while illustrating ADDED and MODIFIED specifications, code updates, testing, and best‑practice tips.

AI programmingCLIDelta specs
0 likes · 23 min read
OpenSpec Hands‑On: 3 Commands, 4 Artifacts, 4‑Step Closed Loop for Incremental Feature Development
ByteDance Web Infra
ByteDance Web Infra
Apr 23, 2026 · Frontend Development

Rsbuild 2.0 Released with New Features and Upcoming TanStack Start Support

Rsbuild 2.0 launches with Rspack 2.0 underpinnings, offering React Server Components, enhanced dev‑server communication, custom logging, lighter default dependencies, safer localhost defaults, modern ESM output, updated browser targets, and a migration path for existing projects, while announcing future integration with TanStack Start.

Frontend BuildNode.jsReact Server Components
0 likes · 21 min read
Rsbuild 2.0 Released with New Features and Upcoming TanStack Start Support

How AI + Enterprise WeChat Cut Procurement Monitoring from Days to Hours

This article details a step‑by‑step solution that uses Dify AI workflows, Alibaba Cloud MCP data, and an Enterprise WeChat bot to automatically collect, filter, and deliver government procurement bids, reducing manual search time from days to a few hours while improving data quality and reporting efficiency.

AI automationDifyEnterprise WeChat
0 likes · 8 min read
How AI + Enterprise WeChat Cut Procurement Monitoring from Days to Hours
Geek Labs
Geek Labs
Apr 16, 2026 · Artificial Intelligence

Master Hermes Agent with the Ultimate Ecosystem Navigation Map

Hermes Atlas is a community‑maintained navigation site that aggregates 84 vetted Hermes Agent repositories across 12 categories, offers real‑time star statistics and an RAG chatbot, and provides simple deployment instructions, helping developers quickly find reliable tools in the fast‑growing AI Agent ecosystem.

AI AgentEcosystem NavigationHermes Agent
0 likes · 6 min read
Master Hermes Agent with the Ultimate Ecosystem Navigation Map
Old Meng AI Explorer
Old Meng AI Explorer
Apr 13, 2026 · Artificial Intelligence

Unlock AI-Powered Coding with OpenAI Codex CLI: Full Installation and Usage Guide

Codex CLI, OpenAI’s command‑line programming assistant, lets developers generate, explain, debug, and refactor code directly from the terminal; this guide walks through prerequisite Node.js setup, multi‑platform installation methods, authentication options, core commands, advanced parameters, configuration files, MCP integration, practical use‑cases, and troubleshooting tips.

AI programmingAutomationCLI tool
0 likes · 17 min read
Unlock AI-Powered Coding with OpenAI Codex CLI: Full Installation and Usage Guide
Node.js Tech Stack
Node.js Tech Stack
Apr 13, 2026 · Backend Development

Shopify AI Toolkit Lets Claude Code Directly Manage Your Store via Admin API

Shopify’s new AI Toolkit, now open‑source under an MIT license, integrates the platform’s Admin and Storefront APIs with AI coding agents such as Claude Code, granting them read and write access through a set of 16 modular skills, while outlining installation options, security risks, and practical developer use cases.

AI ToolkitAdmin APIClaude Code
0 likes · 10 min read
Shopify AI Toolkit Lets Claude Code Directly Manage Your Store via Admin API
Node.js Tech Stack
Node.js Tech Stack
Apr 11, 2026 · Cloud Native

Control Node.js Heap Size with ENV in Kubernetes – New --max-heap-size in 25.9.0

Node.js 25.9.0 adds support for the --max‑heap‑size flag in the NODE_OPTIONS whitelist, allowing containers on Kubernetes to set heap limits via environment variables, reducing OOM kills, while also introducing experimental stream/iter API, test‑module mock changes, new Web Crypto algorithms, and other enhancements.

Environment VariablesHeap MemoryKubernetes
0 likes · 8 min read
Control Node.js Heap Size with ENV in Kubernetes – New --max-heap-size in 25.9.0
Infra Learning Club
Infra Learning Club
Apr 8, 2026 · Artificial Intelligence

Can a Whip Speed Up Claude Code? Exploring BadClaude and GoodClaude Tools

The article introduces two GitHub projects—badclaude, which uses a simulated whip, and goodclaude, which uses a magical wand—to interact with Anthropic's Claude Code by sending keyboard shortcuts and random phrases, and provides step‑by‑step installation and usage instructions for both Electron‑based tools.

AI toolingClaude CodeElectron
0 likes · 4 min read
Can a Whip Speed Up Claude Code? Exploring BadClaude and GoodClaude Tools
James' Growth Diary
James' Growth Diary
Apr 6, 2026 · Artificial Intelligence

10 Practical LangChain Performance Hacks to Speed Up and Cut Costs

This article presents ten concrete techniques—including in‑memory and Redis caching, semantic caching, parallel execution, batch processing, prompt compression, model routing, streaming output, and connection‑pool reuse—to dramatically reduce latency and token costs in production LangChain applications.

LangChainNode.jsPerformance Optimization
0 likes · 14 min read
10 Practical LangChain Performance Hacks to Speed Up and Cut Costs
Frontend AI Walk
Frontend AI Walk
Mar 31, 2026 · Artificial Intelligence

How to Build an AI‑Agent Friendly npm Package: From Concept to Full Implementation

This guide walks developers through the shift from traditional deterministic npm libraries to AI‑agent compatible components, covering conceptual changes, three‑layer architecture, schema design, context awareness, error handling, observability, and step‑by‑step implementation with real code examples and integration adapters for LangChain and LlamaIndex.

AI agentsNode.jsObservability
0 likes · 19 min read
How to Build an AI‑Agent Friendly npm Package: From Concept to Full Implementation
java1234
java1234
Mar 31, 2026 · Backend Development

Why Polling Is Outdated: Lightweight Real‑Time Push with SSE

The article compares polling, WebSocket, and Server‑Sent Events (SSE), explains why polling is inefficient, outlines the advantages and browser compatibility of SSE versus WebSocket, and provides step‑by‑step Node.js and HTML demos for implementing a real‑time push solution.

EventSourceExpressNode.js
0 likes · 12 min read
Why Polling Is Outdated: Lightweight Real‑Time Push with SSE
Node.js Tech Stack
Node.js Tech Stack
Mar 30, 2026 · Artificial Intelligence

OpenAI Embeds Codex as a Plugin Inside Anthropic’s Claude Code

OpenAI has released a Codex plugin for Claude Code that adds a suite of /codex commands for code review, adversarial review, rescue, status, result, and setup, with a three‑step installation, lightweight integration, and strategic reasons behind the move.

AI coding assistantClaude CodeCodex
0 likes · 6 min read
OpenAI Embeds Codex as a Plugin Inside Anthropic’s Claude Code
AI Explorer
AI Explorer
Mar 30, 2026 · Industry Insights

AI Tech Daily March 30 2026: PaddleOCR tops GitHub, New Large Models, and Security Advances

The March 30, 2026 AI Tech Daily highlights PaddleOCR surpassing Tesseract with 73.3K stars, GigaWorld's GigaBrain models leading global rankings, Eli Lilly's 2.75 billion‑RMB AI drug‑discovery investment, Doubao joining top‑tier LLMs, Stanford's InfoTok video tokenization breakthrough, Claude's rapid vulnerability exploit, a new Claude model beating Opus 4.6, Node.js core members petitioning to ban AI‑assisted coding, Kimi K2.5 reaching $1 billion monthly revenue, a startup's tiny model delivering 15× inference speed, and Claude's 15 KB engine boosting rendering speed 1,200×.

AI drug discoveryClaudeGigaBrain
0 likes · 6 min read
AI Tech Daily March 30 2026: PaddleOCR tops GitHub, New Large Models, and Security Advances
Shuge Unlimited
Shuge Unlimited
Mar 30, 2026 · Backend Development

Avoid AI Coding Rework with OpenSpec: 3‑Step Workflow for New and Legacy Projects

The article demonstrates how OpenSpec, a spec‑driven development framework, eliminates AI‑generated code rework by aligning requirements before coding, using a three‑command workflow (propose → apply → archive) across three scenarios—starting a new project, adding features to an existing codebase, and fixing bugs.

AI coding assistantsDelta SpecNode.js
0 likes · 25 min read
Avoid AI Coding Rework with OpenSpec: 3‑Step Workflow for New and Legacy Projects
AI Insight Log
AI Insight Log
Mar 26, 2026 · Industry Insights

Why 80+ Node.js Core Developers Are Petitioning to Ban AI-Generated Code

A petition signed by over 80 prominent Node.js contributors urges a ban on AI‑generated code in the core, highlighting concerns about review overload, legal gray areas, trust erosion, economic barriers, and the broader impact on open‑source collaboration.

AI-generated codeCode reviewNode.js
0 likes · 9 min read
Why 80+ Node.js Core Developers Are Petitioning to Ban AI-Generated Code
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 26, 2026 · Frontend Development

What Is CDP? Mastering the Frontend Debugging Toolchain

The article explains Chrome DevTools Protocol (CDP) as the JSON‑over‑WebSocket interface that lets external programs control Chrome, details its request/response and event model, shows a raw Node.js client, compares built‑in DevTools panels to CDP domains, and surveys the ecosystem of tools such as Puppeteer, Playwright, Cypress and Lighthouse that are built on top of CDP.

CDPChrome DevTools ProtocolNode.js
0 likes · 11 min read
What Is CDP? Mastering the Frontend Debugging Toolchain
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 23, 2026 · Artificial Intelligence

Can OpenClaw’s Broad Permissions Be Tamed? Introducing ClawReins – an Audited AI Agent Guard

The article explains how OpenClaw agents can pose severe security risks when granted root access and presents ClawReins, a watchdog layer that intercepts dangerous actions, requires human approval, logs decisions, runs pre‑execution scans, and integrates ToolShield to provide production‑grade AI safety.

AI securityClawReinsNode.js
0 likes · 17 min read
Can OpenClaw’s Broad Permissions Be Tamed? Introducing ClawReins – an Audited AI Agent Guard
AI Software Product Manager
AI Software Product Manager
Mar 20, 2026 · Operations

How to Install WSL2, Ubuntu, Node.js, and OpenClaw on Windows

This guide walks you through installing WSL2 on Windows, adding the Ubuntu distribution, updating packages, installing Node.js, enabling systemd, and deploying OpenClaw with its gateway configuration for LAN access, providing all necessary commands and options for a fully functional development environment.

Linux on WindowsNode.jsOpenClaw
0 likes · 3 min read
How to Install WSL2, Ubuntu, Node.js, and OpenClaw on Windows
Node.js Tech Stack
Node.js Tech Stack
Mar 17, 2026 · Backend Development

Node.js Gains Native Virtual File System – How Claude Code Made It Possible

Node.js introduces a built‑in virtual file system via the upcoming node:vfs module and the @platformatic/vfs package, addressing long‑standing limitations in module import and file sandboxing, with detailed usage examples, mounting modes, full fs API support, and discussion of why core integration is essential.

@platformatic/vfsAI code generationNode.js
0 likes · 14 min read
Node.js Gains Native Virtual File System – How Claude Code Made It Possible
Node.js Tech Stack
Node.js Tech Stack
Mar 16, 2026 · Backend Development

Node.js Overhauls Release Cadence: One Major Version per Year, All LTS

Node.js announced a major shift to a single annual major release, each becoming an LTS version, eliminating odd-numbered releases, aligning version numbers with calendar years, and introducing an Alpha channel for early testing, which reduces maintenance burden and clarifies upgrade paths for users and library authors.

Alpha ChannelBackend DevelopmentLTS
0 likes · 8 min read
Node.js Overhauls Release Cadence: One Major Version per Year, All LTS
Pan Zhi's Tech Notes
Pan Zhi's Tech Notes
Mar 15, 2026 · Artificial Intelligence

How to Integrate OpenClaw with Enterprise WeChat Bot for Automatic Message Broadcasting

This guide walks through installing OpenClaw, selecting a cloud model, configuring an Enterprise WeChat robot, and using OpenClaw’s plugins to automatically broadcast identical messages to multiple groups, while highlighting practical tips, observed performance, and cost considerations of the AI‑driven workflow.

AI AssistantAutomationEnterprise WeChat
0 likes · 9 min read
How to Integrate OpenClaw with Enterprise WeChat Bot for Automatic Message Broadcasting
ShiZhen AI
ShiZhen AI
Mar 9, 2026 · Operations

Beginner’s Complete OpenClaw Installation Guide: Get Started in 10 Minutes

This step‑by‑step tutorial shows beginners how to verify Node.js, install OpenClaw on macOS, Linux or Windows with a single command, run the initialization wizard, configure AI models and hooks, and start chatting via a web dashboard or terminal UI, all within ten minutes.

AI AssistantCLIDashboard
0 likes · 12 min read
Beginner’s Complete OpenClaw Installation Guide: Get Started in 10 Minutes
Model Perspective
Model Perspective
Mar 8, 2026 · Artificial Intelligence

Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu

This guide walks you through preparing the environment, installing OpenClaw, configuring its onboarding, creating a Feishu custom app, setting up event subscriptions and permissions, and finally pairing the AI agent so it can respond to Feishu messages.

AI AgentFeishuIntegration
0 likes · 15 min read
Deploy OpenClaw AI Agent on Your Server and Connect It to Feishu
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 5, 2026 · Artificial Intelligence

Build a Natural‑Language Easysearch Assistant with LLM‑Powered Tool Use (No DSL Required)

This article shows how to create an Easysearch intelligent assistant that lets users manage indexes, write data, search and aggregate documents using Chinese natural language, by combining the DeepSeek large‑language model with OpenAI‑compatible function calling (Tool Use) and a lightweight Node.js executor.

DeepSeekEasysearchLLM
0 likes · 12 min read
Build a Natural‑Language Easysearch Assistant with LLM‑Powered Tool Use (No DSL Required)
Su San Talks Tech
Su San Talks Tech
Feb 28, 2026 · Artificial Intelligence

How to Install and Configure OpenClaw: A Self‑Hosted AI Assistant Gateway

This guide walks you through the overview, system requirements, step‑by‑step installation, custom model configuration, verification methods, core file locations, environment variables, hot‑reload options, common commands, and troubleshooting for OpenClaw, a self‑hosted AI assistant gateway.

AI gatewayCLIConfiguration
0 likes · 10 min read
How to Install and Configure OpenClaw: A Self‑Hosted AI Assistant Gateway
Node.js Tech Stack
Node.js Tech Stack
Feb 24, 2026 · Backend Development

Can NestJS v12’s Full ESM Switch, Vitest Adoption, and Zod Integration Upgrade Old Projects Smoothly?

The article examines NestJS v12’s upcoming major changes—including a full migration to ESM, replacing Jest with Vitest, and native Zod schema support—explains the technical reasons behind them, outlines migration timelines, and evaluates how both new and existing projects can adopt the updates with minimal disruption.

ESMNestJSNode.js
0 likes · 10 min read
Can NestJS v12’s Full ESM Switch, Vitest Adoption, and Zod Integration Upgrade Old Projects Smoothly?
Code Mala Tang
Code Mala Tang
Feb 21, 2026 · Backend Development

10 Common Pitfalls When Streaming JSON in Node.js and Safer Patterns

This guide enumerates ten frequent traps encountered when streaming JSON in Node.js—such as assuming one chunk per object, UTF‑8 split issues, missing newline delimiters, back‑pressure overload, and handling of large numbers—and presents reliable patterns like using NDJSON framing, StringDecoder, pipeline, and proper error handling to avoid data loss and memory spikes.

JSONNDJSONNode.js
0 likes · 13 min read
10 Common Pitfalls When Streaming JSON in Node.js and Safer Patterns
Code Mala Tang
Code Mala Tang
Feb 17, 2026 · Backend Development

How to Build a High‑Throughput HTTP Server with Node.js

This article explains what high‑throughput means for an HTTP server, why Node.js’s event‑driven, non‑blocking architecture makes it ideal, and provides step‑by‑step code examples—including a basic server, blocking vs. async I/O, clustering, keep‑alive, JSON optimization, and streaming—to help developers design scalable, low‑latency services.

HTTPHigh ThroughputNode.js
0 likes · 8 min read
How to Build a High‑Throughput HTTP Server with Node.js
Top Architect
Top Architect
Feb 14, 2026 · Backend Development

When to Use SSE vs WebSocket vs Polling: A Practical Node.js Guide

This article explains the three common server‑to‑client push techniques—polling, WebSocket and Server‑Sent Events (SSE)—detailing their principles, advantages, drawbacks, browser compatibility, key APIs, and provides a complete Node.js/Express demo with front‑end code to help developers choose the right solution for real‑time data scenarios.

Backend DevelopmentExpressNode.js
0 likes · 16 min read
When to Use SSE vs WebSocket vs Polling: A Practical Node.js Guide
Architect's Guide
Architect's Guide
Feb 14, 2026 · Backend Development

Master TCP/UDP, Socket Long Connections, and Build a Node.js Socket Pool

This tutorial walks through the OSI model, explains TCP three‑way handshake and four‑way termination, compares TCP and UDP, addresses common TCP tuning questions, describes long versus short socket connections with heartbeats, and shows how to design a custom protocol and implement a reusable Socket connection pool in Node.js.

Connection PoolNetwork ProtocolsNode.js
0 likes · 15 min read
Master TCP/UDP, Socket Long Connections, and Build a Node.js Socket Pool
Coder Trainee
Coder Trainee
Feb 12, 2026 · Frontend Development

Comprehensive Guide to Building Docsify Documentation Sites

This tutorial walks through installing Docsify, initializing a project, configuring index.html, coverpage, navbar and sidebar files, and serving the documentation site locally, providing step‑by‑step commands, code snippets, and screenshots for a complete Docsify setup.

DocsifyDocumentationNode.js
0 likes · 5 min read
Comprehensive Guide to Building Docsify Documentation Sites
Node.js Tech Stack
Node.js Tech Stack
Feb 10, 2026 · Frontend Development

How a 250KB Open‑Source Library Brings Node.js Into the Browser

The article examines almostnode, a 250KB open‑source library that enables a near‑complete Node.js environment to run entirely in the browser, compares it with StackBlitz WebContainers, and discusses how AI tools like Claude helped build its lightweight runtime.

AI CodingClaudeNode.js
0 likes · 7 min read
How a 250KB Open‑Source Library Brings Node.js Into the Browser
SpringMeng
SpringMeng
Feb 6, 2026 · Backend Development

Step‑by‑Step Guide to Deploy Clawbot with Video Tutorial

This free tutorial walks you through installing Clawbot on Windows, macOS or Linux, adding the Feishu plugin, configuring Feishu app credentials, and using Clawbot to generate documents, while highlighting security risks and providing a GitHub reference.

Bot DeploymentClawbotFeishu
0 likes · 5 min read
Step‑by‑Step Guide to Deploy Clawbot with Video Tutorial
Ops Development Stories
Ops Development Stories
Feb 5, 2026 · Artificial Intelligence

Deploy Your Own Open-Source AI Assistant with OpenClaw on Any Device

This step‑by‑step guide shows how to set up the open‑source OpenClaw AI assistant on personal computers, cloud servers, NAS or Raspberry Pi, covering hardware requirements, system dependencies, installation scripts, platform integration, advanced skill configuration, and ongoing maintenance.

Node.jsOpenClawself-hosted
0 likes · 11 min read
Deploy Your Own Open-Source AI Assistant with OpenClaw on Any Device
Shuge Unlimited
Shuge Unlimited
Jan 27, 2026 · Artificial Intelligence

Clawdbot 2026: Why This Open‑Source AI Agent Gateway Is Gaining Massive Attention

Clawdbot, an open‑source AI Agent gateway with 54.6k GitHub stars, offers persistent three‑month memory, 50+ built‑in tools, and multi‑model channel management; built on TypeScript/Node.js, it delivers strong automation but incurs notable API costs and a learning curve, making it ideal for long‑term AI‑driven projects yet less suited for casual users.

AI AgentClawdbotMulti‑Channel
0 likes · 13 min read
Clawdbot 2026: Why This Open‑Source AI Agent Gateway Is Gaining Massive Attention
JD Tech Talk
JD Tech Talk
Jan 26, 2026 · Backend Development

Building a Multi‑Protocol MCP Server in TypeScript: Full Guide and Code

This article introduces a TypeScript MCP‑Server framework that simultaneously supports stdio, streamableHttp, and SSE protocols, explains its design motivations, outlines its modular architecture, provides setup and deployment instructions, and showcases key source code and usage examples.

MCPNode.jsSSE
0 likes · 9 min read
Building a Multi‑Protocol MCP Server in TypeScript: Full Guide and Code
Node.js Tech Stack
Node.js Tech Stack
Jan 23, 2026 · Backend Development

Bun’s New --cpu-prof-md Flag Generates AI‑Friendly Markdown Profiling, Prompting a Node.js Response

Bun introduces the --cpu-prof-md flag that outputs CPU profiling data as structured Markdown for large language models, earning praise from Vue creator Evan You and inspiring Node.js core contributor Matteo Collina to release a pprof‑to‑md converter, highlighting a shift toward AI‑oriented CLI tools.

AI debuggingBunCLI tools
0 likes · 7 min read
Bun’s New --cpu-prof-md Flag Generates AI‑Friendly Markdown Profiling, Prompting a Node.js Response
21CTO
21CTO
Jan 22, 2026 · Frontend Development

Electron 40.0.0 Unveiled: Core Stack Overhaul, New Features & Migration Guide

Electron 40.0.0, released on January 13, 2026, brings a comprehensive core stack upgrade—including Chromium 144, Node.js 24.11.1, and V8 14.4—adds new features like WebSocket authentication and HDR rendering, outlines breaking API changes, and provides a step‑by‑step migration guide for developers.

ChromiumDesktop AppsElectron
0 likes · 6 min read
Electron 40.0.0 Unveiled: Core Stack Overhaul, New Features & Migration Guide
Node.js Tech Stack
Node.js Tech Stack
Jan 22, 2026 · Information Security

How a Malicious JSON Crashes Node.js Servers via Async Hooks and the New Fix

The recent Node.js security release patches eight vulnerabilities, most notably a stack‑overflow bug triggered by deep recursive promises when async_hooks is enabled, which allows a crafted JSON payload to terminate the process, and the fix modifies TryCatchScope to re‑throw stack‑overflow errors instead of exiting.

CVE-2025-59466Next.jsNode.js
0 likes · 13 min read
How a Malicious JSON Crashes Node.js Servers via Async Hooks and the New Fix
Data STUDIO
Data STUDIO
Jan 13, 2026 · Backend Development

Node.js vs Python: The Ultimate 2026 Backend Technology Selection Guide

This article compares Node.js and Python for backend development in 2026, examining their architectures, performance benchmarks, ecosystem strengths, and suitable use-cases, and provides a decision framework to help developers choose the most appropriate technology based on project requirements, team skills, and scalability needs.

AsyncBackend DevelopmentNode.js
0 likes · 20 min read
Node.js vs Python: The Ultimate 2026 Backend Technology Selection Guide
JD Tech Talk
JD Tech Talk
Jan 12, 2026 · Frontend Development

Master Playwright: Fast Front‑End Automation Testing with Code Samples

This guide explains why Playwright has become essential for front‑end automation testing, walks through installing Node.js and Playwright, shows how to configure a project, provides runnable demo code, and illustrates common API calls such as GET and POST requests with detailed examples.

APINode.jsPlaywright
0 likes · 5 min read
Master Playwright: Fast Front‑End Automation Testing with Code Samples
Node.js Tech Stack
Node.js Tech Stack
Jan 12, 2026 · Backend Development

Node.js require(esm) Goes Stable: CommonJS and ESM Finally Reconcile

Node.js now marks require(esm) as stable in LTS releases, allowing CommonJS files to require synchronous ESM modules without extra flags, simplifying package.json configuration, eliminating the need for dual packages, and resolving the long‑standing CJS‑ESM split for the vast majority of projects.

CommonJSESMLTS
0 likes · 8 min read
Node.js require(esm) Goes Stable: CommonJS and ESM Finally Reconcile
FunTester
FunTester
Jan 9, 2026 · Backend Development

Jest vs Mocha: Which JavaScript Testing Framework Fits Your Project?

This article provides a detailed comparison of Jest and Mocha, covering their core features, performance, flexibility, ecosystem support, and ideal use‑cases, helping developers choose the most suitable JavaScript testing framework for front‑end or back‑end projects.

JavaScriptJestNode.js
0 likes · 16 min read
Jest vs Mocha: Which JavaScript Testing Framework Fits Your Project?
dbaplus Community
dbaplus Community
Dec 28, 2025 · Databases

How Treating Your Database as a Compute Engine Boosted Dashboard Speed 166×

The article explains why teams mistakenly use databases merely as storage, shows a real‑world Node.js dashboard that suffered severe latency, demonstrates how moving aggregation and filtering into SQL queries eliminated N+1 and filtering issues, and presents dramatic performance gains and best‑practice guidelines.

Node.jsORMSQL
0 likes · 17 min read
How Treating Your Database as a Compute Engine Boosted Dashboard Speed 166×
Frontend AI Walk
Frontend AI Walk
Dec 18, 2025 · Artificial Intelligence

Advanced AI Programming: A Step‑by‑Step OpenSpec Development Guide

This guide introduces OpenSpec, a specification‑driven workflow for AI coding assistants, and walks through its core concepts, installation, directory layout, markdown syntax, and practical usage in Cursor and Antigravity IDEs, helping developers keep ideas clear before writing code.

AI coding assistantAntigravity IDECursor IDE
0 likes · 15 min read
Advanced AI Programming: A Step‑by‑Step OpenSpec Development Guide
21CTO
21CTO
Dec 17, 2025 · Backend Development

Can PHP 8.5 Match Node.js Speed? Deep Dive into Async, JIT, and API Performance

This article examines PHP 8.5’s runtime and JIT improvements, compares its async and API throughput with Node.js, and explains how architecture choices like Swoole, RoadRunner, or Octane influence real‑world performance more than the version number itself.

AsyncBenchmarkNode.js
0 likes · 8 min read
Can PHP 8.5 Match Node.js Speed? Deep Dive into Async, JIT, and API Performance
Frontend AI Walk
Frontend AI Walk
Dec 14, 2025 · Artificial Intelligence

Advanced AI Agent Skills: Behind the Scenes and a Developer’s Guide

This article explains the origins of AI Agent Skills, walks through the standard tool‑use loop, provides step‑by‑step code for defining and invoking Skills with the OpenAI API, compares Skills with the emerging Model Context Protocol (MCP), and offers practical guidance for developers and architects building AI‑enabled systems.

AI Agent SkillsFunction CallingMCP
0 likes · 11 min read
Advanced AI Agent Skills: Behind the Scenes and a Developer’s Guide
php Courses
php Courses
Nov 4, 2025 · Backend Development

PHP vs Node.js: Can PHP 8.5 Outperform Node in Real‑World Benchmarks?

This article examines how PHP's recent versions, especially the upcoming PHP 8.5, compare to Node.js across CPU‑intensive, I/O‑intensive, and web‑framework workloads, highlighting benchmark results, JIT compiler impacts, ecosystem tools, and practical guidance for choosing the right technology.

BenchmarkJITNode.js
0 likes · 9 min read
PHP vs Node.js: Can PHP 8.5 Outperform Node in Real‑World Benchmarks?
Dunmao Tech Hub
Dunmao Tech Hub
Oct 30, 2025 · Frontend Development

How to Build a WebRTC Voice Call App with PeerJS: Step‑by‑Step Guide

This guide walks through setting up a PeerJS‑based P2P voice call system, covering browser compatibility, Node environment preparation, installing and running the peerjs‑server (via npm or Docker), initializing the Peer object, handling connections, making and receiving calls, and customizing Peer IDs, with full code snippets and screenshots.

JavaScriptNode.jsP2P
0 likes · 8 min read
How to Build a WebRTC Voice Call App with PeerJS: Step‑by‑Step Guide
Java Captain
Java Captain
Oct 29, 2025 · Databases

How to Seamlessly Migrate MongoDB to an Isolated Instance with Real-Time Sync

This guide details a step‑by‑step process for migrating a high‑traffic MongoDB app to a dedicated instance, covering full backup, real‑time incremental sync via Change Streams, compensating for missed changes, handling operation ordering, and ensuring zero downtime throughout.

BackupChange StreamsData Migration
0 likes · 11 min read
How to Seamlessly Migrate MongoDB to an Isolated Instance with Real-Time Sync
Open Source Tech Hub
Open Source Tech Hub
Oct 28, 2025 · Backend Development

Build a Mythical Afterlife Management System with Node, MySQL, and Vue

This guide walks you through creating a full‑stack “afterlife” management platform that simulates traditional Chinese underworld processes, using a Node.js + Express + MySQL backend and a Vue + Element UI frontend, with step‑by‑step setup, configuration, and deployment instructions.

ExpressFull-StackNode.js
0 likes · 6 min read
Build a Mythical Afterlife Management System with Node, MySQL, and Vue
Tech Minimalism
Tech Minimalism
Oct 28, 2025 · Artificial Intelligence

Set Up Claude Code in 5 Minutes with ZCF: A Zero‑Config Guide for Beginners

This guide walks beginners through installing Claude Code using the Zero‑Config Claude‑Code Flow (ZCF) tool, requiring only a single command, Node.js, and an iFlow API key, and shows how to configure free domestic models, workflows, and optional extensions within five minutes.

AI programmingClaude CodeNode.js
0 likes · 8 min read
Set Up Claude Code in 5 Minutes with ZCF: A Zero‑Config Guide for Beginners
Fun with Large Models
Fun with Large Models
Oct 22, 2025 · Artificial Intelligence

Building and Deploying a Multi‑Agent DeepResearch App with LangGraph

This article walks through constructing a LangGraph graph that encapsulates three agents—task planning, web search, and report generation—into a DeepResearch application, then shows how to package and deploy the backend and frontend so users can interact with the system via a web UI.

AI AgentDeepResearchDeployment
0 likes · 12 min read
Building and Deploying a Multi‑Agent DeepResearch App with LangGraph
Code Mala Tang
Code Mala Tang
Oct 15, 2025 · Backend Development

Master Automatic Restarts for Node.js: From Nodemon to PM2 and Docker

Learn how to ensure your Node.js applications stay alive by configuring automatic restarts for both development and production environments, using tools like Nodemon, PM2, Docker restart policies, systemd, and advanced PM2 features such as clustering, log management, and crash handling.

DockerNode.jsautomatic restart
0 likes · 14 min read
Master Automatic Restarts for Node.js: From Nodemon to PM2 and Docker
php Courses
php Courses
Oct 14, 2025 · Backend Development

Why PHP Still Dominates Web Development Over Node.js in 2026

Despite the hype around Node.js, PHP continues to power the majority of web servers thanks to its ultra‑simple deployment, deep LAMP integration, massive CMS ecosystem, mature frameworks, performance gains in PHP 8, and a robust community that together form a lasting moat.

BackendEcosystemNode.js
0 likes · 8 min read
Why PHP Still Dominates Web Development Over Node.js in 2026
Architecture Digest
Architecture Digest
Sep 28, 2025 · Backend Development

When to Use SSE vs WebSocket: A Practical Guide with Node.js Demo

This article explains server‑to‑client push scenarios, compares polling, WebSocket and Server‑Sent Events (SSE), details SSE APIs and browser compatibility, and provides complete front‑end and back‑end Node.js demos to help you choose the right technology for real‑time data delivery.

Backend DevelopmentNode.jsPolling
0 likes · 11 min read
When to Use SSE vs WebSocket: A Practical Guide with Node.js Demo