Vert.x — Learnings about a reactive framework
What is Vert.x? A typical Vert.x application consists of multiple verticles, which are modules that can be deployed and scaled independently. Verticles […]
What is Vert.x? A typical Vert.x application consists of multiple verticles, which are modules that can be deployed and scaled independently. Verticles […]
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
Java 8 changed the way we usually code in Java by introducing some Functional Programming concepts. It brings features like lambda
In this blog, I am going to explore the difference between using streams and loops and how we can manage
Podman is an open-source, daemonless, Linux native tool designed to make it smooth to find, run, build, share and deploy applications
As we all know, most of the systems uses Kafka for distributed and real time processing of large scale of
Actor in Scala have multiple way of implementations. Here we are going to discuss about multiple ways of actors implementations.