Jakob's articles
How to Idiomatically Use Global Variables in Rust
You've heard that you should avoid using global variables in Rust. But they can be useful for configuration or managing state in your app.
Rust Tutorial: An Introduction to Rust for JavaScript Devs
In this Rust tutorial, you'll set up your Rust dev environment and build a COVID simulation web app. We'll also compare Rust to JavaScript.