Learning Node.js and React while building a product

Starting a project with completely new stack can be both challenging and rewarding. JavaScriptKicks dev team member shares the experience of building a product while learning Node.js and React. Read more

Similar

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 »