WIP: Node.js QUIC Implementation

THIS IS A WORK IN PROGRESS THAT WILL BE UPDATED OVER TIME
(Note: I meant to open this as a draft PR but hit the wrong button and can't change it now…. PLEASE DON'T EVEN CONSIDER LANDING T… Read more

Similar

Hacking Node.js and MongoDB

What I would like to show you is a simple technique that can be effectively used against modern web applications, such as those written on top of NodeJS and MongoDB. In essence, this technique is very similar to SQL Injection (SQLI) although much simpler ... (more…)

Read more »

A sketch-note guide to Node.js streams

Sooooooooo, at some point last weekend I was reading through node’s streams documentation, started writing all those heaps of knowledge down, and voilà this tweet was born: As you can surely tell, my…...

Read more »