When not to use Microservices

There is nothing like a silver bullet that exists in this world which can solve all your problems. In the field of medicine, certain medications can help in fighting only certain diseases. A medication for headache can not be used for diabetic care or curing eye problems. Certain medications also not suitable in a fewContinue reading “When not to use Microservices”

API Gateway- Front Controller to our Microservices

What is an API Gateway? An API Gateway is the first step towards diving into a microservices architecture. It is a type of proxy server which sits in front of all our backend services and provides a unified interface to the clients.It acts as the single entryway into a system allowing multiple APIs or microservicesContinue reading “API Gateway- Front Controller to our Microservices”

Technology Dilemma – Build vs Buy

One of the most difficult and tricky situations you come along in tech leadership role is to make a decision whether the particular functional piece should be builtĀ in house or you should just buy it and integrate with your tech landscape. Every decision that we take in our professional or personal life is mostly theContinue reading “Technology Dilemma – Build vs Buy”