Instructional Video12:07
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution(For Loop)

Higher Ed
Let's look at the solution of the problem statement we discussed in the 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 control in...
Instructional Video9:38
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (Dividing Code in Functions)

Higher Ed
Let's discuss the solution to the quiz on dividing code in 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 Video9:46
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (Default Arguments)

Higher Ed
Let's discuss the solution to the quiz on default 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 Video10:29
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Scopes

Higher Ed
In this lesson, you will learn all about Scopes. 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 Video9:40
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Arithmetic Operations on Variables-2

Higher Ed
Let's look at a few basic operations on strings. 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 Video13:53
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Practical Example of a Flight Search Application with the Regular Expression Extractor

Higher Ed
This video presents a practical example of a Flight search application with the Regular Expression Extractor. This clip is from the chapter "Importance of Regular Expressions in JMeter" of the series "Learn JMeter from Scratch on Live...
Instructional Video14:05
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Data-driven Testing with JMeter Example

Higher Ed
This video presents an example of data-driven testing with JMeter. This clip is from the chapter "Data-driven Testing with JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance Testing".This section explains...
Instructional Video11:34
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Combining Multiple Expressions into a Single Extractor

Higher Ed
This video explains how to combine multiple expressions into a Single Extractor. This clip is from the chapter "Importance of Regular Expressions in JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance...
Instructional Video12:59
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - BeanShell Scripting Basics and Variables

Higher Ed
This video explains the basics of BeanShell scripting and variables. This clip is from the chapter "BeanShell Scripting Basics for JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance Testing".This section...
Instructional Video12:11
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - BeanShell Postprocessor Validations

Higher Ed
This video focuses on BeanShell postprocessor validations. This clip is from the chapter "BeanShell Scripting Basics for JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance Testing".This section introduces...
Instructional Video8:27
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Creating Spark Session

Higher Ed
In this video, you will learn how to create Spark session. This clip is from the chapter "Spark Programming Model and Developer Experience" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section,...
Instructional Video8:17
Curated Video

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

Higher Ed
Let's explore while loops in detail in this video. 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 Video9:19
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Variables in Scala

Higher Ed
In this session, you will learn all about variables in Scala. 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 Video8:11
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (Arithmetic Operations)

Higher Ed
In this lesson, we're going to discuss the solution to the problem we saw in 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...
Instructional Video8:45
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Scala Setup (Local Machine)

Higher Ed
Learn the steps to install and set up Scala in your local machine. 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...
Instructional Video7:51
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Prompting the Menu

Higher Ed
In this session, we will work on prompting the menu for the mini-project. 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...
Instructional Video9:23
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - For Loop

Higher Ed
In this lesson, you will learn about for 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.
Instructional Video7:46
Curated Video

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

Higher Ed
In this lesson, we will do a test run before wrapping up 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...
Instructional Video7:09
Curated Video

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

Higher Ed
In this session, you will learn about default arguments in 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 types.
Instructional Video7:30
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Break

Higher Ed
In this lesson, we will explore the Break statement. 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 Video8:13
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Basic Functions

Higher Ed
In this session, we will work on the global variables and the basic functions required for the project. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily...
Instructional Video7:27
Curated Video

R Programming for Statistics and Data Science - Tidying Data in R - gather() and separate()

Higher Ed
This video explains tidying data in R - gather() and separate(). This clip is from the chapter "Manipulating Data" of the series "R Programming for Statistics and Data Science".This section explains manipulating data.
Instructional Video7:48
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Handling Correlation with Scripting Techniques

Higher Ed
This video explains how to handle correlation with scripting techniques. This clip is from the chapter "Handling Dynamic Responses - Advanced JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance...
Instructional Video9:17
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating Objects with JavaScript

Higher Ed
This video demonstrates how to create objects with JavaScript. This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces you to JavaScript.