Capture the flag: Node.js web app vulnerability practice

A repo for challenging “capturing the vulnerabilities” – GitHub – daiyanze/vulnerability-code-challenge: A repo for challenging “capturing the vulnerabilities”… Read more

Similar

Require(esm) in Node.js

Recently I landed experimental support for require()-ing synchronous ES modules in Node.js, a feature that has been long overdue. In the pull request, I commented with my understanding about why it di... (more…)

Read more »

Managing your Node.js versions

At times when you’re working on multiple projects and each of them have a dependency of a different version of Node.js, this can be very frustrating. This is where the Node Version Manager (nvm) steps...

Read more »