Loading
Routing in Angular 7: Techijournal.com

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...
Read More
Microservice- GateWay Pattern | Techijournal.com

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...
Read More
Microservice - mplementing Spring GateWay for Microservices using spring boot. | techijournal.com

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...
Read More
Lazy Loading of Feature Module in Angular 7 | techijournal.com

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...
Read More
Feature Modules in Angular 7 | techijournal.com

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...
Read More
Microservice - Decompose Monolithic Application To Microservices | TechiJournal.com

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...
Read More
Microservice - Monolithic Application Architecture | Techijournal.com

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...
Read More
Microservice - A Quick Introduction | TechiJournal.com

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...
Read More