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.
Rebuffing the Attack of the Clones
How the author teach new users not to clone.
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/
HTTPie
A command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more.
Goodbye AWS: Rolling your own servers with Kubernetes
Kubernetes allows users to realize many of the cloud benefits while running on bare metal servers.