Entradas

Auth Web Microservice with rust using Actix-Web 1.0

Tutorial imprescindible no sólo para aprender a programar microservicios con #Rustlang.

https://gill.net.in/posts/auth-microservice-rust-actix-web1.0-diesel-complete-tutorial/

Ejemplo de cómo usar actix-web 1.0 con async/await

Vía @3Hren.

https://github.com/3Hren/actix-web-async-await/blob/master/src/main.rs

Actix-web 1.0 liberada

Uno de los entornos de desarrollo de servidores web más conocidos para Rust, Actix-web, acaba de liberar su versión 1.0.

Actix-web 1.0 released from rust

Practical Rust Web Development – Authentication

https://dev.to/werner/practical-rust-web-development-authentication-3ppg

Rebuffing the Attack of the Clones

How the author teach new users not to clone.

https://thenewwazoo.github.io/clone.HTML

Rust para optimizar una plataforma con 11 millones de usuarios concurrentes

Interesante caso de uso: «We needed a data structure capable of holding hundreds of thousands of entries, sorted in a particular way that can accept and process tons of mutations, and can report back indices of where things are being added and removed

https://blog.discordapp.com/using-rust-to-scale-elixir-for-11-million-concurrent-users-c6f19fc029d3

Announcing diesel-factories 0.1.0

Inserting data into your database in unit/integration tests.

https://www.reddit.com/r/rust/comments/bq4ysv/announcing_dieselfactories_010/

Un servidor HTTP ¿estático? hecho en Rust

https://www.reddit.com/r/rust/comments/bneoy6/i_wrote_about_creating_a_static_http_server_with/

Rust vectors can contain …

Rust vectors can contain any number of elements (depending on memory) of the same type. Vectors are heap-allocated in Rust.

https://dev.to/dandyvica/lists-arrays-vectors-linear-containers-in-python-ruby-and-rust-part-3-19jc