#Recursos de Rust
1 messages · Page 1 of 1 (latest)
Axum framework de Rust para backend
https://github.com/tokio-rs/axum
Actix Web Framework
https://github.com/actix/actix-web
https://github.com/seanmonstar/warp [HTTP Server]
https://doc.rust-lang.org/nightly/nomicon/ [Libro avanzado de Rust]
https://github.com/ManRR/rust-book-es [Rust The Book en español]
https://youtube.com/user/chrishayuk [Dev de low code, toca cada tanto Rust]
https://youtube.com/c/JonGjengset [God Rust Dev]
https://github.com/surrealdb/surrealdb [Base de datos orientada a grafos pero con propiedades de bases relacionales]
https://youtube.com/c/LetsGetRusty [Canal de Rust de contenido básico]
https://github.com/copy/v86 [Virtualizacion en Browser]
https://gamedev.rs/ [Game Dev Website]
A super-easy, composable, web server framework for warp speeds. - GitHub - seanmonstar/warp: A super-easy, composable, web server framework for warp speeds.
The Dark Arts of Advanced and Unsafe Rust Programming
Traducción al español de la segunda edición del libro "The Rust Programming Language". - GitHub - ManRR/rust-book-es: Traducción al español de la segunda edición del libro &qu...
hi there, welcome to my channel, hope you enjoy it and are as having as much fun as i am.
my name is chris hay and i love code, software architecture and technology in general.
as you may have figured, i work for IBM (who i love working for) but all opinions are most definitely my own and do not represent the views of my employer
We're building libraries and tools in the Rust programming language!
The streams are intended for users who are already somewhat familiar with Rust, but who want to see something larger and more involved be built. You can see earlier related videos by looking at the playlists and uploads on this channel. I post about upcoming streams and ideas ...
https://youtube.com/channel/UCjREVt2ZJU8ql-NC9Gu-TJw [Canal más orientado a proyectos en Rust]
Take a few minutes each week to stay up to date with the latest trends in software development.
I'm a professional software developer with 13+ years of experience, and I enjoy really making videos about topics that I'm passionate about. My goal is always to make videos that are engaging, concise and with a high information density.
Business in...
https://github.com/spacedriveapp/spacedrive [File Explorer Next Gen, tiene una feature muy interesante que es el poder gestionar los distintos cloud storage como si fueran locales, Sync y demas]
https://github.com/zellij-org/zellij [Tmux... no se que mas decir]
https://rust-unofficial.github.io/patterns/intro.html [Patterns]
Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. - GitHub - spacedriveapp/spacedrive: Spacedrive is an open source cross-platf...
A terminal workspace with batteries included. Contribute to zellij-org/zellij development by creating an account on GitHub.
A catalogue of Rust design patterns, anti-patterns and idioms
https://github.com/sagiegurari/cargo-make [Es un bin el cual permite armar distintas tareas pre build, sirve mucho para automatizar acciones previas o datagens previos]
https://github.com/shuttle-hq/synth [Data Generator, muy bueno y sirve mucho para generar datos para testing de schemas y demás]
https://github.com/shuttle-hq/shuttle [Hosting de Rust Backends Open Source]