Rust in the Cloud: Running Rust Based Functions in AWS
With AWS Lambda

Search for a command to run...
Articles tagged with #rust
With AWS Lambda

and Docker

Introduction In this blog post, we're going to explore how to use Testcontainers as part of our integration testing strategy in Rust. To have hands-on experience, we're going to build a simple web application that exposes a REST API to manage cars. T...

TL;DR: The Code As usual, here the link to the code: https://github.com/dirien/quick-bites/tree/main/rust-ssh Introduction In this tutorial, we will build a simple SSH client using Rust 🦀. Having a way to connect to a remote server is often a requ...

Your personal Rust teacher?!

Introduction In this article, I want to compare the performance of two different web frameworks for Rust and Go. Both frameworks are very similar in their design (all are inspired by Express.js) and both claim to be the fastest web framework (blazing...
