Werner Echezuría

Werner Echezuría @werner

About: Ruby on Rails developer and Rust enthusiast.

Location:
Buenos Aires
Joined:
May 2, 2019

Werner Echezuría
articles - 16 total

Migrate to Actix-Web 2.0

I decided it was time for a version upgrade to Actix Web 2.0, so, in order to make it easier I migrat...

Learn More 21 1Jun 2 '20

Why Vim

A lot of people try to teach how to use Vim, but a few explain why, there are people who don't unders...

Learn More 9 0Oct 25 '19

Practical Rust Web Development - State Machine

Rust's type system allows implementing state machine in a straightforward way. In our application we...

Learn More 27 1Oct 4 '19

Practical Rust Web Development - GraphQL

According to the official homepage, GraphQL is a query language for APIs and a runtime for fulfilling...

Learn More 58 1Aug 11 '19

Practical Rust Web Development - CI Travis

Tools like Travis can be really helpful to figure it out the stability of our software, specially whe...

Learn More 16 12Jul 24 '19

Practical Rust Web Development - Macros

One thing someone might notice is how boilerplate we need to write comparing to other programming lan...

Learn More 23 3Jul 20 '19

Practical Rust Web Development - Associations

As web developers we are used to some facilities provided by most frameworks, however, when we choose...

Learn More 10 7Jul 14 '19

Practical Rust Web Development - Pagination

As you might know, the default pagination mechanism provided in PostgreSQL is not very efficient, act...

Learn More 13 6Jul 5 '19

Practical Rust Web Development - Searching

Our application should list products for sale and behave like Amazon or Ebay, in order to do so, we n...

Learn More 15 3Jun 28 '19

Practical Rust Web Development - Front-End

Front End in Rust

Learn More 26 1Jun 22 '19

Practical Rust Web Development - Cors

In order to make our lives easier and move on to the series, let's make a statement, our API will be...

Learn More 12 0Jun 10 '19

Practical Rust Web Development - Testing

Test an actix web app

Learn More 17 5Jun 4 '19

Move Semantics vs Copy Semantics

Difference between two ways to handle ownership

Learn More 12 0May 31 '19

Practical Rust Web Development - Authentication

Authenticate through Json Web Token in Actix Web and Diesel

Learn More 49 14May 28 '19

Practical Rust Web Development - Connection Pool

Create a database connection pool for Diesel

Learn More 44 6May 16 '19

Practical Rust Web Development - API Rest

This is a series of posts to explore the possibilities of using Rust for web development

Learn More 138 23May 14 '19