Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Functions: the Rest Operator
In this video, you'll learn about the Rest operator, which is relatively new in JavaScript. This clip is from the chapter "Coding with JavaScript" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".In this section,...
Curated Video
Spark Programming in Python for Beginners with Apache Spark 3 - Grouping Aggregations
In this video, we will cover Grouping aggregations. This clip is from the chapter "Aggregations in Apache Spark" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, you will learn about...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Taking Input from User
In this lesson, we will learn how to take input from the user. 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 - Take Data from ListBuffer
Learn how to take elements from the ListBuffer in this session. 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 - Spark Local Setup
Learn how to set up Spark in your local system in this session. This clip is from the chapter "Project" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on building a project on Scala Spark.
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Solution (User Input and Type Casting)
Let's discuss the solution to the quiz question from our previous session. 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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Solution (nested if else)
In this video session, we will discuss the solution for the quiz we saw in our previous 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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Solution (if statement)
Let's discuss the solution to the quiz question we saw in our previous lesson. 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 - Solution (For Loop)
Let's discuss the solution to the quiz on for loop 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 - Solution (Basic Functions)
Let's discuss the solution of the quiz on basic functions 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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Solution (Anonymous Functions)
Let's discuss the solution to the short quiz on anonymous functions 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...
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 - 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 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 - 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 - Do While Loop
In this lesson, you will learn about do while loops. 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 - Conditions in If
Let's dive deeper into If-else statements and look at a few examples 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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Class Constructor
In this lesson, you will learn about constructors in Scala. 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 - Anonymous Functions
In this lesson, you will learn all about the anonymous functions of Scala. 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...
Curated Video
Scala & Spark-Master Big Data with Scala and Spark - Add Data in ListBuffer
In this session, you will learn how to add data in ListBuffer. 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
MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Read from Mongo Using Node
In this video, we will learn how to read from Mongo using Node. This clip is from the chapter "Mongo with Node" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover Mongo with Node.
Curated Video
R Programming for Statistics and Data Science - Distributions
This video explains distributions. This clip is from the chapter "Hypothesis Testing" of the series "R Programming for Statistics and Data Science".This section explains hypothesis testing.
Curated Video
R Programming for Statistics and Data Science - Covariance and Correlation
This video explains covariance and correlation. This clip is from the chapter "Exploratory Data Analysis" of the series "R Programming for Statistics and Data Science".This section explains exploratory data analysis.
Curated Video
Learn JavaScript from Scratch JavaScript for Everyone - Styling Your Code
In this video, you'll learn how to make your code look clean. This clip is from the chapter "JavaScript 201 - Getting Started" of the series "Learn JavaScript from Scratch: JavaScript for Everyone".This section dives deeper into...