Skip to main content
Please wait...
06 Apr, 2025
by malkebu-lan

Learn Scala: Comparing and Contrasting Scala and Java

Scala is concise and functional; Java is verbose and object-oriented. Both run on JVM.
More Comments
10 Jan, 2025
by malkebu-lan

The Apache Spark RDD Data Structure

A Spark RDD (Resilient Distributed Dataset) is a fundamental data structure in Apache Spark, representing an immutable, distributed collection of objects that can be processed in parallel across a cluster.
More Comments
Subscribe to data structures