Hi, node-uuid author here. I just had this module brought to my attention and thought we might compare notes. I haven't done a thorough investigation, but it seems like cuid is pretty similar t... (more…)
Read more »
Single-threaded, non-blocking performance in Node.js works great for a single process. But eventually, one process in one CPU is not going to be enough to handle the increasing workload of your… (more…)
Read more »
Today we will learn how to create a bot for Slack that will send us our voicemail recordings from Twilio . This should be fun so join us. Also check out the ... (more…)
Read more »
ESM is ready for use in Node.js.
This guide shows you how, and how to avoid all the small gotchas.
The guide covers the basics, but also discusses how to write packages that
can be dual-mode (ESM and CJS), how to configure ESLint, Mocha, and Testdouble, a... (more…)
Read more »
If at first you don't succeed, try, try... try, try, try... try again... (more…)
Read more »