Explorations of an Engineer
  • Home
Sign in Subscribe

Node.js

Posts about Node and Hapi.js, my framework of choice.
aws Featured

How we found a TCP hangup regression between AWS ELBs and Node.js

A Node.js security patch for the SlowLoris vulnerability causes many AWS ELBs in their default configuration to throw 504 errors.
06 Feb 2019 9 min read
JavaScript

The Node.js Event Loop

The Node.js event loop is one of the most confusing parts about learning how to craft a well designed server in Node. The first thing you need to understand is that Node.js is a single threaded process. This means that it can only handle one task at a
15 Mar 2016 4 min read
Page 1 of 1
Explorations of an Engineer © 2025
Powered by Ghost