30 Nov 2023 Web app localization. In Rust. Doing localization is complicated. Many websites, even big ones, get it wrong. Let me share how I did it. In Rust of course.
12 Nov 2023 Building a Web App in Rust After more than 6 years of building web applications in NodeJS, I finally published one in Rust. Here is what I learned in the process.
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.