“Tight Coupling is Bad” How many times you have heard this word from your seniors. Probably many many times.
But why Coupling is bad what are the implications comes if you do tight coupling?
What is actually a Tight coupling?
How we can fight...
Home » All posts
Techniques for reducing Tight Coupling
in
design pattern,
design pattern in java,
java
- on October 09, 2017
- No comments
5 best practices for Building and Deployment Microservices
in
building microservices,
java microservices,
Microservice
- on September 26, 2017
- No comments

Many organizations who are going to adopt or adopted Microservices culture they often think Microservices means breaking a big business functionality into small independent services, which can be scaled automatically. But this is the half part...
5 Best Practices for REST based MIcroservice
in
building microservices,
java microservices,
Microservice
- on September 18, 2017
- No comments
In this tutorial, we will discuss 5 best practices by which you can make your Microservice architecture developer friendly so they can manage and track the error easily.
User Agent : It is very important to provide a meaningful name in request header...
Deep Dive to Distributed Service Registry
in
building microservices,
java microservices,
Microservice,
service registry
- on September 11, 2017
- No comments

In my previous article, I discussed how to maintain Resiliency in Microservice/Distributed Architecture. In this tutorial, I discussed Distributed Service Registry.
What is a Distributed Service Registry ?
In a service registry pattern, all the services...
Deep Dive to Hystrix Resiliency Maintenance
in
building microservices,
java microservices,
Microservice,
microservice framework java
- on August 31, 2017
- No comments

In my previous Microservice Tutorial , I have shown How We can use Hystrix as a circuit Breaker and gives our service breathing room to recover itself.
In this tutorial, we will deep dive into Hystrix architecture and will eventually get to know...