Many modern applications uses REST API for communication between microservices, or backend vs frontend. Many developers have used, or still using (yuck) SOAP Web Services for these scenarios. When they switch to REST they often end with intricate and awful API. In this blog I will try to show you how to create clean API and… Continue reading How to compose REST API for microservice
Tag: microservice
Implementation of microservices
Want to implement microservice, but do not know how to achieve that? Read this article to find out.
What are microservices
This blog tries to explain what are microservices and why/when you should use them.