22 Sep 2024 One year of Rust in production Featured post (27.5K views) It's been almost a year for me developing, maintaining, and running a production web application written in Rust.
10 Mar 2024 Serving Astro with Rust Featured post (9.8K views) I wanted to turn one of my side projects into a statically generated website. But the backend was written in Rust. So I decided to combine them.
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 Featured post (6.6K views) 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.