microservice

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 →

Microservice Architecture: A Quick Guide

What is Architecture (Software)? Architecture is the fundamental organization of a system embodied in its components (i.e. Web Server, Application Server, Databases,Storage, Communication layer, etc…), their relationships to each other, and to the environment (i.e. deployment environment shared server, dedicated server, cloud deployment, etc..), and the principles guiding its design and evolution. What is microservice architecture ? Microservice means developing a single, small, meaningful functional feature as single service, each service has it’s own process and communicate with lightweight mechanism, deployed in single or multiple servers.

Read more →