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 »
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles: - nodejs/node... (more…)
Read more »
JavaScript is used everywhere on the web, but can also be used server-side. This tutorial shows you how to create a server-to-server REST API complete with OAuth 2.0 authentication. (more…)
Read more »
One of the signature features of webpack is its use of the “dependency graph” to manage and bundle assets. However, each resource that is loaded into webpack must be treated as JavaScript. Until now. (more…)
Read more »
ES6/7 ready SQL library for node.js inspired by Clojure's yesql - neonerd/puresql... (more…)
Read more »