Introducing class-logger. Log method calls and creation of your class easily with the help of two decorators. Make the machine write console.log for you. (more…)
Read more »
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript π - GitHub - nestjs/nest: A progressive Node.js framework ... (more…)
Read more »
It's what every Node developer fears: the process that keeps eating memory and won't stop, or the infamous `ENOMEM` code being returned by your `child_process` calls. That's right we're talking about memory leaks today folks, and more specifically the Nod... (more…)
Read more »
node extended debugger. Contribute to ecpy/ndx development by creating an account on GitHub. (more…)
Read more »
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 »