LATEST TRANSMISSIONS
ENCRYPTED // PUBLIC KEY DETECTED
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.
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.
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.
Resolving MaxListenersExceededWarning in a FeathersJS App with Socket.io
Learn how to resolve the MaxListenersExceededWarning in a FeathersJS application using Socket.io.
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.
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.…
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 …
解决 Node 应用接入企业微信登录不显示二维码的问题
我在使用 Ant Design Pro 和 FeathersJS 开发一个支持企业微信二维码登录的应用。这个功能之前很顺利地完成过,而这次总是无法加载出二维码。 经过排查是 FeathersJS 使用的 helmet 库升级了安全策略,默认禁用了站外资源。 要顺利加载企业微信的二维码,需要调整降低安全策略。 app.use(helmet({ contentSecurityPolicy: fal…
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 …