#rust
Read more stories on Hashnode
Articles with this tag
This tutorial focuses on how to create a load balancer using the Pingora library. If you have read the Pingora documentation, there won’t be anything...
In this article, we are going to build a basic HTTP client with Reqwest to test REST APIs This program will have just basic functionalities, like...
Sometimes, when I'm writing a web application or installing one, I find that is not possible to start it up because the port that is supposed to use...
I recently started working on a project that uses Actix, it is the first time I touch this web framework. And I have an issue that every time I start...
In this article, we are going to build a proxy server using the Rust programming language and the Axum framework. The server is designed to block...
DISCLAIMER: This article will focus on how to integrate the app with Prometheus and Grafana. Learn how to monitor an Axum app with Prometheus and...