Get the latest tech news
Rust for JavaScript Developers (2019)
A nice introduction to Rust from a JavaScript developer perspective.
I am still a web developer but knowing that I will be able to write a program in Rust, compile to WebAssembly and execute it in the browser has been the spark that ignited my motivation. Rust can be considered both fast and safe but it doesn't come for free: there is a steep learning curve and the compilation time can be a bit high even for small examples. JavaScript is a dynamically typed language, and we can do some fun things like subtracting the number 1 to the string wat and obtain unexpected results.
Or read this on Hacker News