A Brief Introduction to Zuul Functionalities |Proxy | Routing | Filters
Git link to the block is here.
Since my previous blog on Zuul got some decent view count, I planned to do the same again 😛. You can view the previous blog after reading this. …
A Brief Introduction to Zuul Functionalities |Proxy | Routing | Filters
Git link to the block is here.
Since my previous blog on Zuul got some decent view count, I planned to do the same again 😛. You can view the previous blog after reading this. …
So before going on the topic let me show you a picture of mine 😉

I am playing football for more than 10 years and have a small knowledge of fitness. I was around 87kgs during May and I came down to 73 kg in September ( for the inter-uni…
I thought of sharing personal experience during my internship which is important to understand the struggle without RAML.

Like others, entering the industry, I love to code. We were working on a microservice based project and a colleague and I were assigned to a service. The mobile application and the…
This is a blog on my final year project and it will be short as possible (hopefully).
Natural language processing(NLP) is way of connecting computer language with human speaking language. This is not the most accurate definition, but this will give better understanding on word embedding.

Initially NLP is started…
Don’t complicate Everything, Keep them simple
Check my zuul Blog here,
If you haven’t read my Consul article, I highly recommend you to do so. This will help you to understand the purpose of API Gateway. …

This is a useful article if you want to know some of the clustering algorithms used in python. Needed caparisons are done so that you can choose the best algorithm depending on your requirement. 😉
Happy Coding. Cheers
In this blog, I will be explaining the need for circuit breaker pattern in microservices and how this circuit breaker pattern works. The implementation of this can be done with Hystrix which I am planning to discuss in another blog.

Before going to the pattern, I recommend you to understand…

In this blog, I will be discussing on the way how I developed a flames mobile application. For those who didn’t have an awesome childhood, I’ll explain the stupidest game we played during our school time.
When you have a crush and you know she is out of your league…
Though this blog starts with Play, that’s not the case most of the time.
JsonView gives you the power to handle your payload to a great extend. But
the issue is, with power comes great responsibility. You have to use it properly in the modelling as there are several factors to be…