Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Aug 22, 2022Deploying an Axum URL Shortener on Shuttle |Rust.I found Shuttle weeks ago while I was scrolling through Reddit, I found it really cool, and I want to try it immediately, and I thought it would be a great opportunity to use Axum, that which is a web framework I started to use recently. I don't have...3 likes·291 readsRust
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Aug 22, 2022Creating a REST API with Axum + Sqlx | Rust.I started to use Axum a few weeks ago, honestly, I'm a fan of the framework, so I'm writing this article to document my learning. In this article, we are going to build a REST API using Axum as a web framework and Sqlx for SQL queries. In this articl...2 likes·11.2K readsRust