Apache Camel is an open source framework under the umbrella of Apache foundation. It provides connectors for components like HTTP,…
In our last blog, I talked about one of the new JDK21 features viz. Virtual Threads. This blog I am…
Project Loom is now part of JDK 21. Starting JDK 21, we can use what are called Virtual Threads. In…
There are times when you need a simple rule engine. You of course know that you can use Drools for…
One more year is nearly out the door. This last month of the year, I planned to write a blog…
I need to create a WebRTC library that can be used from web. Also, I will need a client that…
Very recently I got a call from one my old colleagues who I had worked with in one of my…
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…