03 Nov 2022 4 Ways to Minimize your Dependencies in Node.js We all know the joke about how node_modules is the heaviest object in the universe.
11 Dec 2021 NodeJS Native Module vs WASM In my previous post about [[supercharge-nodejs-with-rust|Native Rust Modules for NodeJS]], people asked me how neon bindings would compare to WASM. Let's check!
23 Oct 2021 Supercharge Your NodeJS With Rust Node isn't the fastest framework out here. It's not the slowest either, v8 is doing wonders to its speed, but nevertheless, if we setup an unfair battle between Node and say Rust; Node will lose.
27 Aug 2016 Validating Requests With a Simple Middleware for Express There are two aspects of good API design: (1) a control of what it accepts, and (2) taking a brief look will help you understand what it does.