Java 8 : Lambda Streams
The official Java 8 release came with a myriad of features, the most prominent of which are undoubtedly lambdas and […]
The official Java 8 release came with a myriad of features, the most prominent of which are undoubtedly lambdas and […]
Traefik is reverse proxy and load balancer that makes deploying microservices easy. We can deploy Traefik in the existing infrastructure
Domain-Driven Design provides techniques to analyze a problem in a more manageable way. Therefore developers focus on the task, without
Class level members which don’t have static keyword in it’s creation statement are known as Non-static members, like non-static variable
Hi friends In this short blog, we will explore how we perform load testing with different types of APIs with
In this tutorial, we are going to take a look at the Introduction of Play Framework using Scala. We’ll learn the
In this blog, We’ll learn how to set up the Play Framework, we’re going to create our first project with
Overview In this blog, we will learn about actors in Akka. Before talking about Actors in Akka we need to
Hello Readers, Today the majority of organisations adopted micro services architecture and the rest are planning to migrate to it
Hello Readers, so here I’ll be talking about Steganography and I’ll also show you how to use the technique to
Introduction In this blog, we’re going to talk about exception handling in Scala. We’ll explore different ways of handling them,
Introduction to Log Levels There are different ways to log messages. In order of fatality log levels have been defined