Asynchronous communication with message queue
In previous posts I mentioned ‘microservice communication’ quite often, but never actually explained how exactly that happens. Because of services isolation, choices of transport are …
Blog about DevOps, distributed applications and microservices
What is docker-compose Like docker itself allows managing single container, docker-compose makes it easy to control not just one, but all containers that make distributed app. …