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