Testing Node.js AsyncLocalStorage in a real life app

How to share a context between asynchronous calls with AsyncLocalStorage.
Concrete use case with an application logger and future use cases presentation. Read more

Similar

How to Hire a Node.js Developer

We will answer five key questions on how to hire Node.js developers for your custom Node web development project. We’ll also discuss the skills and tools an excellent Node.js programmer must have, the average Node.js developer salary, and the benefits of ... (more…)

Read more »

Useful async stack traces in Node.js 14

Since version 12, Node.js is supposed to print all of the callers in a stack trace, even if some calls are made asynchronously with the await keyword. Such a stack trace should make debugging a breeze, but unfortunately I have found this to work very poor... (more…)

Read more »