Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Projects Overview
This video provides an overview of all the projects. This clip is from the chapter "Introduction" of the series "Scala & Spark-Master Big Data with Scala and Spark".Welcome to the course.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Structure Code
In this session, we will start creating the basic project structure. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Solution Code 2
Let's start coding for the second part of the mini-project. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Overview - Data Structures - Overview
In this lesson, you will get an overview of the next mini-project we will be working on. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Overview - Data Structures - Types
It's time for a mini-project. We are going to write a word count program. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Overview - Flow Control
This video provides an overview of the mini project that we will be building in the next few sessions. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Introduction
In this session, you will get introduced to Scala Spark and get an overview of the entire project work. This clip is from the chapter "Project" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Project Architecture - Data Structures - Types
Let's discuss the project architecture in the session before we start the implementation process. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Overview of While Loop
Learn what are while loops in this session. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Overview of Loops
This video provides an overview of loops. Learn what loops are and the types. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Overview of Functions
This video introduces you to functions. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its types.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Overview of Control Statements
This video provides an overview of the entire section. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Named Arguments
This session covers functions with named arguments. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its types.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Lists Take
In this lesson, you will learn how to take from lists in Scala. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types and...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Lists introduction
In this session, we will explore list data structures. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types and...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Lists Create and Delete Elements
Learn how to create, append and delete elements in a list in this session. Lists are immutable in Scala. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - ListBuffer Introduction
In this lesson, we will discuss ListBuffer. A ListBuffer is a collection that contains mutable data. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Introduction to Course
This video provides an overview of the entire course. This clip is from the chapter "Introduction" of the series "Scala & Spark-Master Big Data with Scala and Spark".Welcome to the course.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Introduction to Classes
This video introduces you to classes and various concepts related to classes. This clip is from the chapter "Classes" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on classes.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Implementing the Control Flow
In this lesson, we will implement the control flow in the project. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - If else statements
In this lesson, you will learn about If-else statements. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Hello World
Let's look at a sample Hello World code. This clip is from the chapter "Overview" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on important basic concepts related to Scala.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Functions Common Issues
Learn the basic errors and common issues that you might encounter when using functions. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Final Run - Functions
Let's wrap up our project in this session. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its types.