A Beginner's Guide to Node.js Worker Threads
I like nodes general single thread policy but if you really really need more than one thread thatβs a good starting point.
weeklyfoo #25 / 2024-03-25A Beginner's Guide to Node.js Worker Threads
I like nodes general single thread policy but if you really really need more than one thread thatβs a good starting point.
weeklyfoo #25 / 2024-03-25A practical guide to Llama Stack for Node.js developers
Over the last few months, our Node.js team has explored how to leverage large language models (LLMs) using JavaScript, TypeScript, and Node.js. With TypeScript/JavaScript often being the second language supported by frameworks used to leverage LLMs, we investigated various frameworks to see how easy they are to use and how they might affect the results we get.
weeklyfoo #80 / 2025-04-14Building a GitHub activity feed with Node.js and Socket.io
Building AI Applications with LangChain and Node.js
Compiling a standalone executable using modern JavaScript/TypeScript runtimes
How to set up TypeScript with Node.js and Express
Implementing SAML SSO in Node.js with Microsoft Entra ID
SAML is one of the commonly used standards for implementing SSO in enterprise environments. Even though OIDC is rapidly gaining traction, not everyone supports it, or there are compliance requirements that mandate SAML.
weeklyfoo #47 / 2024-08-26Node.js Test Runner
Node.js, TypeScript and ESM: it doesn't have to be painful