70 followers
I'm a backend developer from Venezuela. I'm interested in Python, Go, Rust and Kotlin.
Ruff introduces the format feature for the v0.1.2. So right now Ruff, not only is a linter but also a formatter. In this short article, we are going...
In this article, we are going to build a visitor tracker app using Rails. The app will intercept the requests and show information like the client's...
In this article, we are going to learn how to integrate RabbitMQ with a Go server. We are going to the net/http package in this article. We are going...
In this article, we are going to build a Rate Limiter middleware for a Gin server. We will build a very simple rate limiter, one that stops accepting...
First of all, there is nothing wrong with FastAPI. FastAPI is a good web framework. I have used it many times in my hobby projects and works...
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...