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

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

Istio Service Mesh: The Step by Step Guide

Istio-Service-Mesh-The-Complete-Guide

What is Istio Service Mesh? Istio service mesh provides several capabilities for traffic monitoring, access control, discovery, security, resiliency, and other useful things to a bundle of services. It delivers all that and strikingly does not require any changes to the code of any of those services. To make this possible, Istio deploys an Istio … Read more

Scaling Up With Micro Services And Containers

You want to scale up your organization, deploy software quickly, and ensure speedy deliveries but aren’t sure what to do with microservices and containers. If you’re tired of writing code from scratch and want to break down custom software development into independent granular components that are scalable in nature, then microservices and containers are for … Read more

Why Modern Software Development Practices Are Good for Your Organization

Software development practices these days not only skyrocket the efficiency of your organization but also boost user engagement and customer following. Your first impression creates an impact on your audience through your website/digital product. Hence, your company’s success crucially depends on the experience delivered by your brand digitally to prospective clients and visitors. If you’re … Read more

How to build future ready Cloud Native application

Being a CTO and a solution architect for many years I am not at all biased however I must say arguably, it was by far the best AWS re:invent event that has happened ever.  AWS is offering 3500+ cloud services that clearly shows the amount of investment AWS is making who owns 47% market share … Read more

A Guide to Serverless Computing with AWS Lambda

A-Guide-to-Serverless-Computing-with-AWS-Lambda

The name ‘Serverless Architecture’ misleadingly implies the server’s magical absence. In serverless computing, a third-party service provider takes responsibility for processes, operating systems and servers. Developers can now focus on just building great software. All they need to do is code. Resource consideration (deploy, configure, manage) is no longer their concern. The cloud migration companies  … Read more

How to Create Scalable and Configurable Multi-Tenancy Applications

“Instead of 10 copies of the OS, 10 copies of the DB, and 10 copies of the app, it has 1 OS, 1 DB and 1 app on the server.” – CNCCookbook CEO, Bob Warfield on Multi-Tenancy. What, you may ask, is a multi-tenancy application? A software application with the host software serving different tenants on … Read more

Why to Evolve from Monolithic to Microservices Architecture

Why-to-Evolve-from-Monolithic-to-Microservices-Architecture

“The greatest improvement in the productive power of labour, and the greatest part of the skill, dexterity, and judgment with which it is anywhere directed, or applied seem to have been the effects of the division of labour.” Adam Smith This Scottish moral philosopher, Adam Smith, very well stated the caliber of microservices through stating … Read more