How to build a microservices architecture with Node.Js to achieve scale?

Introduction Building real-world applications in the JavaScript language requires dynamic programming, where the size of the JavaScript application grows uncontrollably. New features and updates get released, and you need to fix bugs to maintain the code.        To execute this, new developers need to be added to the project, which becomes complicated. The structure … Read more

The Devil is In the Details- Why the Small Architectural Decisions Matter

What Are Architectural Decisions and Why Are They Important? Architecture is defined as a set of principal design decisions about a software system. An easy way to decide whether a choice is an initial decision or not is to determine the cost of changing the resolution. Decisions which will involve a lot of time and … Read more

Microservices in practice: From Architecture to Deployment

Microservices is the latest edition in the jargons of software applications. Software applications which had Monolithic architecture before, are now making a move to the Microservices due to several factors. Being the current favourite among the developer community, Microservices is enjoying a fair share of its fan following. Due to this popularity, although many more … Read more