Instructional Video2:55
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Projects Overview

Higher Ed
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.
Instructional Video3:27
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Structure Code

Higher Ed
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...
Instructional Video5:12
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Solution Code 2

Higher Ed
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.
Instructional Video2:42
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Overview - Data Structures - Overview

Higher Ed
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...
Instructional Video1:59
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Overview - Data Structures - Types

Higher Ed
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...
Instructional Video4:19
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Overview - Flow Control

Higher Ed
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...
Instructional Video0:57
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Introduction

Higher Ed
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...
Instructional Video5:54
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Architecture - Data Structures - Types

Higher Ed
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...
Instructional Video5:35
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Overview of While Loop

Higher Ed
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.
Instructional Video1:52
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Overview of Loops

Higher Ed
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.
Instructional Video5:58
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Overview of Functions

Higher Ed
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.
Instructional Video3:50
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Overview of Control Statements

Higher Ed
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.
Instructional Video5:13
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Named Arguments

Higher Ed
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.
Instructional Video3:39
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Lists Take

Higher Ed
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...
Instructional Video4:58
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Lists introduction

Higher Ed
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...
Instructional Video6:09
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Lists Create and Delete Elements

Higher Ed
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...
Instructional Video4:39
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - ListBuffer Introduction

Higher Ed
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...
Instructional Video3:31
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Introduction to Course

Higher Ed
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.
Instructional Video2:00
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Introduction to Classes

Higher Ed
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.
Instructional Video6:12
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Implementing the Control Flow

Higher Ed
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...
Instructional Video6:30
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - If else statements

Higher Ed
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.
Instructional Video3:49
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Hello World

Higher Ed
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.
Instructional Video5:25
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Functions Common Issues

Higher Ed
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...
Instructional Video4:46
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Final Run - Functions

Higher Ed
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.