Very recently I got a call from one my old colleagues who I had worked with in one of my…
If you checkout stable diffusion library for generating images, you will see that it uses a library named invisible_watermark. Since…
Even though I always knew about push notifications, I never had a necessity to build one. Until of course one…
In the golden days of C, when memory and disk space were premium resources, we used to squeeze every ‘bit’…
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.…
I planned to add text to speech reader for help documents for one of my projects. To understand how the…
Before I start this blog post, just a caveat that this post will be different than other posts. I started…
There are instances when you are restricted to always use proxy servers to connect to internet. Let’s assume a need…
Today we will work on a fun project, I was trying to create a console only chat software with image…