architecture

Microservice Architecture: The Real Challenge

Microservice Architecture: The Real Challenge Microservice is a buzzword among the developer community. In this article, we will explore the most important points about Microservice architecture that are seldom addressed elsewhere. We will try to cover all the practical problems of moving to microservice architecture. Let’s start with some advantages of microservice architecture. Following are three major advantage for which you may consider moving to microservice architecture. Engineering flexibility: Each service team can choose a different programming language or framework.

Read more →

Monolithic vs MicroService architecture

Monolithic architecture is something that build from single piece of material, historically from rock. Monolith term normally use for object made from single large piece of material. — Non-Technical Definition Monolithic application has single code base with multiple modules. Modules are divided as either for business features or technical features. It has single build system which build entire application and/or dependency. It also has single executable or deployable binary — Technical Definition Industry is using this approach since long to develop enterprise application.

Read more →