Skip to content

πŸ“š nodejs

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-25
nodejsthreads

A 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-14
nodejsllm

Building a GitHub activity feed with Node.js and Socket.io

Your first steps with sockets.

weeklyfoo #34 / 2024-05-27
nodejssockets

Building AI Applications with LangChain and Node.js

Thanks Julian Duque!

weeklyfoo #6 / 2023-11-12
ainodejslandchain

Compiling a standalone executable using modern JavaScript/TypeScript runtimes

If you want to create a standalone exec

weeklyfoo #16 / 2024-01-22
bunnodejsdeno

How to set up TypeScript with Node.js and Express

Pretty basic but useful!

weeklyfoo #79 / 2025-04-07
nodejsexpresstypescript

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-26
samlnodejs

Node.js Test Runner

A Beginner’s Guide

weeklyfoo #36 / 2024-06-10
nodejstests

Node.js, TypeScript and ESM: it doesn't have to be painful

Thanks Alejandro!

weeklyfoo #11 / 2023-12-17
nodejstypescriptesm