Apache Kafka : Log Compaction
As we all know, most of the systems uses Kafka for distributed and real time processing of large scale of […]
As we all know, most of the systems uses Kafka for distributed and real time processing of large scale of […]
Podman is an open-source, daemonless, Linux native tool designed to make it smooth to find, run, build, share and deploy applications
In this blog, I am going to explore the difference between using streams and loops and how we can manage
Java 8 changed the way we usually code in Java by introducing some Functional Programming concepts. It brings features like lambda
Vert.x is an open-source, reactive polyglot platform or toolkit that runs on the JVM(Java Virtual Machine). We can think vert.x as
What is Vert.x? A typical Vert.x application consists of multiple verticles, which are modules that can be deployed and scaled independently. Verticles
Lambda expressions is a new and important feature of Java which started rolling from JAVA 8. It provides a clear
Introduction Scala Future represents a result of an asynchronous computation that may or may not be available yet. When we create
What is Apache Spark – Apache Spark is an open-source data processing engine to store and process data in real-time
Apache Hive is an open-source data warehouse system used to query and analyze large datasets. Data in Apache Hive can
Loops need mutation, As it keeps changing the value of the variable, Scala hates mutation. Why? What is Mutation? A
In this blog post, we will talk about strings and some basic string operations. Then, we will discuss string interpolation