One of the most useful features provided by Spring is easy access to Aspect Oriented programming or AOP. AOP is…
Today we will talk about Natural Language Generation (NLG) and understand how to implement a Markov chain model in Java.…
Before I start this blog post, just a caveat that this post will be different than other posts. I started…
Logging is one of the most important features that is used in any application. Working across corporates, I have noticed…
Today I will use the Stanford NLP library to analyze sentiment for a review. I was working on a different…
The Rabbit Enterprise uses RabbitMQ extensively as a messaging solution. RabbitMQ is cloud ready and supports distributed deployment. It is…
Couple of weeks back, I stumbled upon Micronaut. I became interested in it because of the ease of using this…
I have been using Spring Boot for sometime, however I always find it excessively heavy when trying to build micro…