Routing in Angular 7

Routing in Angular 7

What you will learn after reading this post. What is Routing in Angular 7. Basic routing of component in Angular 7. Active link in routing in Angular 7. Wild card routing in Angular 7. Child routing in Angular 7. 1. What is Routing in Angular ...
MicroServices – GateWay Pattern

MicroServices – GateWay Pattern

What After Creating MicroServices Now in our previous post we discussed how to break your monolithic application into microservices but now question arise what after services how client will know about all services that we have created. One way is that our client application will ...
Implementing Spring GateWay for Microservices using spring boot.

Implementing Spring GateWay for Microservices using spring boot.

In previous post MicroServices – GateWay Pattern we discussed about gateway pattern. Lets implement it using Spring Boot & Spring gateway. Here we will create a basic Order Management system with following services Order Service  Customer Service  Kitchen Service In this tutorial main motive is to demonstrate ...
Lazy Loading of Feature Module in Angular 7

Lazy Loading of Feature Module in Angular 7

whenever angular application is loaded then its all modules are loaded eagerly i.e  entire application is loaded at client side on first request made to server. This cause over utilization of the resources and slows down the application at least at first time. Just take ...
Feature Modules in Angular 7

Feature Modules in Angular 7

Feature Module Whenever we  create angular application we go on adding components to angular application. But as our application goes on increasing it become to much problematic to maintain such application. Every feature of our application is binded under single module which we call as ...
Decompose Monolithic Application To Microservices

Decompose Monolithic Application To Microservices

How To Decompose Application into Microservices. After reading the previous two posts you all must be excited to implement microservice architecture to your application and that’s good you should be ready to implement something new that might boost the application performance,  maintenance, scalability and will ...
Monolithic Application Architecture

Monolithic Application Architecture

In regular web development process what do we do? We create one war file which contains all functionality, services, modules or all use cases related to our business. In this approach of development we do not focus to make our application modularise. We may be ...
Micro Services, A Quick Introduction.

Micro Services, A Quick Introduction.

What is Micro Services. By the name it is clear that we are talking about mini services which are able to perform their task independently. Micro Services follows micro service architecture instead of monolithic architecture. Whenever we say that application build on microservices architecture that ...
Close Menu