thinking

5 facts that will make you rethink the use of Microservice

Posted on 2 Comments

Reading Time: 2 minutes Microservice architecture has been widely used to build scalable and resilient applications. Every company wants to build application fault-tolerant and be able to build and deploy new features fast. Although Microservice architecture is a tool to achieve these goals, it is also a tool that has some requirements to be applied with success. This article […]

Read more
microservices

What is Microservice?

Posted on 1 Comment

Reading Time: 2 minutes Microservice is an architecture style where you create or deposed a system into components. Despite the name, does not mean that the service has to be small in size. The most important thing is that each service has the following characteristics: Single-responsibility Each microservice should have only one responsibility, also known as bounded domain context. […]

Read more