#microservices
Read more stories on Hashnode
Articles with this tag
When building distributed services, you’re communicating between the services over a network. To send data (such as your structs) over a network, you...
Go has had the biggest impact in distributed systems. The developers of projects like Docker, Kubernetes, Etcd, and Prometheus all decided to use Go...