Deploying Rust code on production
May 5, 2024•767 words
Yep, I said it. I finally published my Rust code on production and it runs smoothly. This post will be a quick one describing my experience on deploying a backend application written in Rust.
Why Rust?
Some people would give out reasons like "performance", or "benefits of the type system". But, that's not the case for me. It's okay if the application that I'm handling is not performant, and I don't really care about the type system. The problem lays on there's little to no users for the applic...
Read post