Spring Cloud Gateway Route Predicate Factories
Reverse Proxy The reverse proxy is a server used in communication between the external clients and the internal applications. With […]
Reverse Proxy The reverse proxy is a server used in communication between the external clients and the internal applications. With […]
Hello, friends as we know Java achieved functional programming using a special type of interface called functional interfaces and Lambda
Object-oriented programming (OOP) is a computer programming model that organizes software design around data, or objects, rather than functions and logic.
In this blog we are going to see how we can create the physical(Optimised) tree for a given query with
What is Scala? Scala stands for Scalable Language. It is a multi-paradigm programming language. It combines object-oriented and functional programming
Introduction To perform an effect without blocking the current process, we can use fibers in ZIO Library, which are a
Overview In this blog post we will look at exception handling in Scala. More preciesly try, catch and finally keyword
Call by value In the Call by value method of parameter passing in Scala – a copy is to be passing by
Generics classes are classes which take a type as a parameter. This means, that one class can be used with
Hi, today in this blog we are going to work with Akka using the Scala Programming Language. In today’s blog,
A function is a collection of expressions that perform a certain task. We can divide a code in scala into
Introduction Hi, welcome to the blog, I hope this blog will help you to get started with SBT on your