LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [Node.js]
ONLINE
// Z.SHINCHVEN

Building an MCP Server with Authentication

A step-by-step tutorial on creating a Model Context Protocol (MCP) server with custom API key authentication and authorization.

// Z.SHINCHVEN

Securing MCP Server with JWT Authentication

A guide on how to secure your Model Context Protocol (MCP) server using JSON Web Tokens (JWT) and SSE transport.

// Z.SHINCHVEN

Node.js Full Stack Developer Job Opportunities in Auckland, New Zealand - 2025

Explore the job market for Node.js full stack developers in Auckland, New Zealand, in 2025. Discover salary expectations, trends, and tips for starting your career in this thriving tech hub.

// Z.SHINCHVEN

Parsing Excel Dates with Node.js xlsx Library

Learn how to accurately parse and convert Excel date formats to JavaScript Date objects using the Node.js xlsx library, with a step-by-step guide and code examples.

// Z.SHINCHVEN

Resolving MaxListenersExceededWarning in a FeathersJS App with Socket.io

Learn how to resolve the MaxListenersExceededWarning in a FeathersJS application using Socket.io.

// Z.SHINCHVEN

Harnessing the Power of n for Streamlined Node.js Version Management

Learn how to use n for Node.js version management and how it compares to nvm.

// Z.SHINCHVEN

Differences Between Null and Undefined in Node.js

In Node.js, null and undefined are both used to represent the absence of a value, but they have different meanings. undefined means that a variable has been declared but has not been assigned a value.…

// Z.SHINCHVEN

Rich Text with ExcelJS

ExcelJS is a library to create Excel files in Node.js and the browser. It supports rich text formatting, such as bold, italic, underline, font color, font size, font name, and more. Most tutorials on …

// Z.SHINCHVEN

解决 Node 应用接入企业微信登录不显示二维码的问题

我在使用 Ant Design Pro 和 FeathersJS 开发一个支持企业微信二维码登录的应用。这个功能之前很顺利地完成过,而这次总是无法加载出二维码。 经过排查是 FeathersJS 使用的 helmet 库升级了安全策略,默认禁用了站外资源。 要顺利加载企业微信的二维码,需要调整降低安全策略。 app.use(helmet({ contentSecurityPolicy: fal…

// Z.SHINCHVEN

NodeJS Docx Templater

docxtemplater is a library to generate docx files from a docx template with {tag}, it is written in TypeScript. The open source version supports: {tag} replacement Conditions Loops Change delimiters …