Basic String Operations and Interpolation in Scala
In this blog post, we will talk about strings and some basic string operations. Then, we will discuss string interpolation […]
In this blog post, we will talk about strings and some basic string operations. Then, we will discuss string interpolation […]
Loops need mutation, As it keeps changing the value of the variable, Scala hates mutation. Why? What is Mutation? A
Apache Hive is an open-source data warehouse system used to query and analyze large datasets. Data in Apache Hive can
What is Apache Spark – Apache Spark is an open-source data processing engine to store and process data in real-time
Introduction Scala Future represents a result of an asynchronous computation that may or may not be available yet. When we create