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…
Last week I was working with two separate problems. I needed a Java library that I can use for some…
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…
Recently I had the need to migrate one of my GIT repositories to a different one. For a long time,…
Java 11 added a new HTTP client library. When we needed a HTTP client prior to Java 11, it was…
The Rabbit Enterprise uses RabbitMQ extensively as a messaging solution. RabbitMQ is cloud ready and supports distributed deployment. It is…
Today we are relying a lot on Video based chats everywhere. Due to the ongoing pandemic, video conferencing has become…
Couple of weeks back, I stumbled upon Micronaut. I became interested in it because of the ease of using this…