A short article explaining why Duo Design is replacing Node.js with Crystal-lang as our server language of choice. (more…)
Read more »
Learn how to add middleware into your rest api using nodejs and express . Next we will protect out api with JWT token authentication using the middleware we ... (more…)
Read more »
The prolific Alex Ellis has a new project, Inlets.
Here’s a quick tutorial using Google Compute Platform’s (GCP) Compute Engine (GCE).
NB I’m using one of Google’s “Always free” f1-micro instances but you may still pay for network *gress and storage
Assum... (more…)
Read more »
A boilerplate for Node.js web applications. Contribute to sahat/hackathon-starter development by creating an account on GitHub. (more…)
Read more »
Not the most comprehensive benchmark, but the results are surprising to me. // (Node.js v14.14.0) const { performance } = require('perf_hooks'); function fib(n) { let num1 = 0; for (let i = 0, num2 = 1; i < n; ++i) { let num3 = (num2 + num1); num1 = nu... (more…)
Read more »