How to Set Up NGINX Load Balancing: A Step-by-Step Guide
In the last article, I talked about load balancing in the context of Kubernetes.
This time, we will talk about
2023‘s Articles
✦ February
Microservices Principles: Decomposition
You were tasked with creating a new project.
As this project's scope is enormous, you decide to separate
2022‘s Articles
✦ October
Creating RESTful APIs using Go, GORM, and PostgreSQL
One of the most common uses for Go is in making backend services. This mostly includes creating RESTful APIs.
(If
The Beginner's Guide to gRPC with Examples
Nowadays most systems are distributed.
Meaning that the system is separated into multiple components that lie on
different machines.
But