79 followers
I'm a backend developer from Venezuela. I'm interested in Python, Go, Rust and Kotlin.
We are going to create a basic REST API with Phoenix with CRUD operations but without database integration for now. This is my first REST API with...
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...
This article is about how to create a simple REST API using Ktor and Exposed. We will develop a simple inventory App with CRUD functions. We can...
Previously, I published an article about analyzing network traffic with Tcpdump. In this article, we are going to analyze network traffic using...
In this article,, we will explore what is Tcpdump and how to use some of its basic features like listing interfaces available, capturing data packets,...
In this article we are going to build a logging middleware with Robyn. So, every time a request is made to the server, it will show the log in our...