Hi guys!
This is my last attempt to write something... more than one or two posts every three years.
My new adventure started a few weeks ago. I'm in love with my profession again. My first profession. I couldn't forget I've started as a Developer and I still being a develguy.
Ok here we go.
I've discovered Rust. I think is the answer for a lot of my questions about how to be a full Cloud Native Architect.
Let me add some resources I've located on the web.
Rust Lang - https://www.rust-lang.org/
Rust foundation - https://foundation.rust-lang.org/
Things you should check
Crates - https://crates.io/
A Rust crate is either a library or an executable program, referred to as either a library crate or a binary crate, respectively. Every target defined for a Cargo package is a crate.
Actix - https://actix.rs/
We call
actix-weba powerful and pragmatic framework. For all intents and purposes it’s a micro-framework with a few twists. If you are already a Rust programmer you will probably find yourself at home quickly, but even if you are coming from another programming language you should findactix-webeasy to pick up.
Tokio - https://tokio.rs/
Tokio is an asynchronous runtime for the Rust programming language. It provides the building blocks needed for writing network applications. It gives the flexibility to target a wide range of systems, from large servers with dozens of cores to small embedded devices.Some Frameworks
Rocket - https://rocket.rs/
Rocket is a web framework for Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety
Diesel is an ORM and query builder designed to reduce the boilerplate for database interactions

Comments
Post a Comment