Testing MongoDB in Node with the MongoDB Memory Server -https://blog.appsignal.com/2025/06/18/testing-mongodb-in-node-with-the-mongodb-memory-server.html
#nodejs
#nodejs
Appsignal
Testing MongoDB in Node with the MongoDB Memory Server | AppSignal Blog
In this post, we'll test a Node-MongoDB app using MongoDB Memory Server.
👍2❤1
Building a RAG System with Node and OpenAI - https://www.zignuts.com/blog/build-rag-system-nodejs-openai
#nodejs
#nodejs
Zignuts
Build a RAG System with Node.js & OpenAI |Step-by-Step Guide
Learn how to build a Retrieval-Augmented Generation (RAG) system using Node.js & OpenAI API. A complete step-by-step guide for developers with code examples.
❤2
Nest.js and Modular Architecture: Principles and Best Practices
Discover How to Better Organize Your Modules by… - https://levelup.gitconnected.com/nest-js-and-modular-architecture-principles-and-best-practices-806c2cb008d5
#nodejs
Discover How to Better Organize Your Modules by… - https://levelup.gitconnected.com/nest-js-and-modular-architecture-principles-and-best-practices-806c2cb008d5
#nodejs
Medium
Nest.js and Modular Architecture: Principles and Best Practices
Discover How to Better Organize Your Modules by Following 8 Architecture Guidelines
👍2
Modern Node.js Patterns for 2025
We’ve reached the half way point for the year, so why not take a moment to reflect on the potential of Node as it stands right now? Ashwin reminds us of various aspects including the use of ES modules, built-in Web APIs, the test runner, watch mode, the permission model, import maps, and more. - https://kashw1n.com/blog/nodejs-2025/
#nodejs
We’ve reached the half way point for the year, so why not take a moment to reflect on the potential of Node as it stands right now? Ashwin reminds us of various aspects including the use of ES modules, built-in Web APIs, the test runner, watch mode, the permission model, import maps, and more. - https://kashw1n.com/blog/nodejs-2025/
#nodejs
👍2
How to Use NestJS as a Signaling Server for WebRTC Video Chat - https://www.telerik.com/blogs/how-to-use-nestjs-signaling-server-webrtc-video-chat
#nodejs
#nodejs
Telerik Blogs
How to Use NestJS as Signaling Server for WebRTC Video Chat
Learn about WebRTC and see how to build a peer-to-peer video chat application in NestJS.
👍1
How to Create an NPM Package in 2025
One of JavaScript’s most essential tasks, but one with numerous steps involved if you want to follow best practices, integrate useful tools, and get things just right. Matt Pocock rounds up the overall process and, notably, drops CommonJS in this 2025 update. - https://www.totaltypescript.com/how-to-create-an-npm-package
#nodejs
One of JavaScript’s most essential tasks, but one with numerous steps involved if you want to follow best practices, integrate useful tools, and get things just right. Matt Pocock rounds up the overall process and, notably, drops CommonJS in this 2025 update. - https://www.totaltypescript.com/how-to-create-an-npm-package
#nodejs
Total TypeScript
How To Create An NPM Package
Learn how to publish a package to npm with a complete setup including, TypeScript, Prettier, Vitest, GitHub Actions, and versioning with Changesets.
👍2
Endor: Add Services (Like Postgres) as Node Dependencies
A curious new effort to make it possible to spin up quick, sandboxed environments and servers, covering things like Postgres, MariaDB and Valkey, with a simple npm install and endor run. - https://endor.dev/blog/node-postgres
#nodejs
A curious new effort to make it possible to spin up quick, sandboxed environments and servers, covering things like Postgres, MariaDB and Valkey, with a simple npm install and endor run. - https://endor.dev/blog/node-postgres
#nodejs
endor.dev
Add services (like Postgres) as Node dependencies
Learn how to run Postgres, MariaDB, and Redis as npm dependencies using Endor. No Docker needed - just npm install and start coding on any OS.
👍1
The Node Developer's Guide to Unix Domain Sockets
The TLDR: “Unix domain sockets deliver ~50% lower latency than TCP loopback for Node.js IPC.” - https://nodevibe.substack.com/p/the-nodejs-developers-guide-to-unix
#nodejs
The TLDR: “Unix domain sockets deliver ~50% lower latency than TCP loopback for Node.js IPC.” - https://nodevibe.substack.com/p/the-nodejs-developers-guide-to-unix
#nodejs
Substack
The Node.js Developer's Guide to Unix Domain Sockets: 50% Lower Latency Than TCP loopback
Links that I found interesting this week:
👍1
How to Build Node.js MCP Servers that Expose Data Resources to LLMs
https://snyk.io/articles/how-to-build-node-js-mcp-servers-that-expose-data-resources-to-llms/
#nodejs
https://snyk.io/articles/how-to-build-node-js-mcp-servers-that-expose-data-resources-to-llms/
#nodejs
Snyk
How to build Node.js MCP Servers that Expose Data Resources to LLMs | Snyk
MCPs are famous for exposing Tools that augment Large Language Models (LLMs) with the ability to perform actions and invoke generic functions that MCP Servers can implement, but exposing data resources to LLMs is just as important. In this article, we're…
👍1