I decided it was time for a version upgrade to Actix Web 2.0, so, in order to make it easier I migrat...
A lot of people try to teach how to use Vim, but a few explain why, there are people who don't unders...
Rust's type system allows implementing state machine in a straightforward way. In our application we...
According to the official homepage, GraphQL is a query language for APIs and a runtime for fulfilling...
Tools like Travis can be really helpful to figure it out the stability of our software, specially whe...
One thing someone might notice is how boilerplate we need to write comparing to other programming lan...
As web developers we are used to some facilities provided by most frameworks, however, when we choose...
As you might know, the default pagination mechanism provided in PostgreSQL is not very efficient, act...
Our application should list products for sale and behave like Amazon or Ebay, in order to do so, we n...
Front End in Rust
In order to make our lives easier and move on to the series, let's make a statement, our API will be...
Test an actix web app
Difference between two ways to handle ownership
Authenticate through Json Web Token in Actix Web and Diesel
Create a database connection pool for Diesel
This is a series of posts to explore the possibilities of using Rust for web development