PinnedKong : an open-source API gatewayThere are many players in the API gateway market, one of which is the OS Kong Gateway. Kong — a free to use, production grade API gateway…Oct 24, 2023A response icon1Oct 24, 2023A response icon1
Wiretap pattern in Apache CamelMany a time, in software development we perform event driven processing. In such typical scenarios, often we have a side job to be executed…Mar 2Mar 2
Connect to Apache Ignite using DBeaver and DockerIn this article, we will setup Ignite locally and connect to it using a tool called DBeaver.Feb 16Feb 16
Big Data — Spark SQL and Machine learning APIs using JavaBig data refers to extremely large and diverse collections of structured, unstructured, and semi-structured data that continues to grow…Sep 1, 2024Sep 1, 2024
Java 21 — Virtual threads in Spring & Tomcat (a practical case study)In this article we will discuss platform threads and its limitations, a concept called “virtual threads” [introduced as preview in Java 19…Mar 30, 2024Mar 30, 2024
How hashing works : internal working of Hashmap in JavaFirst, lets have a small working code snippet. If you think the output is 3, you should probably read this article till the end :)Mar 16, 2024Mar 16, 2024
Threading in JavaThreads have been around Java programmers since 1996 following the release of Java 1. With time, over the last 2 decades, technologies have…Sep 5, 2023Sep 5, 2023