Instructional Video7:00
Curated Video

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

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:03
Curated Video

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

Higher Ed
Let's start coding the first part of the 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 Video4:05
Curated Video

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

Higher Ed
In this video, you will get an overview of the mini-project. For this project, we will be writing a program for an ATM machine. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and...
Instructional Video2:22
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Solution (Read Documents) - `2

Higher Ed
In this video, let's take a look at the solution for our quiz about reading documents. This clip is from the chapter "Basic Read Operation" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we...
Instructional Video6:02
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Solution (Read Documents) - `1

Higher Ed
In this video, let's take a look at the solution for our quiz about reading documents. This clip is from the chapter "Basic Read Operation" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we...
Instructional Video11:16
Packt

Hands-On Continuous Integration and Automation with Jenkins - Create a Multibranch Pipeline with Blue Ocean

Higher Ed
This video shows how to create, configure, and run a multibranch pipeline using Blue Ocean’s visual editor. • Create a multi branch pipeline • Create a personal access token • Run and visualize the pipeline This clip is from the chapter...
Instructional Video7:00
Curated Video

Structural Design Patterns in Modern C++ - User Interface (UI) Example - Part I

Higher Ed
This is the first part of the three-part video that explains how to add the UI class hierarchy. This clip is from the chapter "Composite Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the...
Instructional Video6:50
Curated Video

Structural Design Patterns in Modern C++ - Protection Proxy Example

Higher Ed
This video presents an example of the protection proxy. This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Instructional Video9:07
Curated Video

Structural Design Patterns in Modern C++ - Functional Decorator

Higher Ed
This video explains the functional decorator. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Instructional Video5:38
Curated Video

Structural Design Patterns in Modern C++ - Console Facade for Linux

Higher Ed
This video explains console Facade for Linux. This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains the Facade design pattern and teaches you to work with...
Instructional Video9:28
Curated Video

Structural Design Patterns in Modern C++ - Basic Implementation

Higher Ed
This video demonstrates how to implement the flyweight pattern This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to the flyweight design pattern.
Instructional Video4:54
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Bridge Design Pattern

Higher Ed
This video presents a basic implementation example of the bridge pattern. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern....
Instructional Video3:49
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - UpdateBlog Client

Higher Ed
[Hands-On] CRUD API with MongoDB: UpdateBlog Client This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going to learn...
Instructional Video6:16
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - Unary API Client Implementation

Higher Ed
[Hands-On] gRPC Unary: Grafana + Prometheus: Unary API Client Implementation This clip is from the chapter "[Hands-On] gRPC Unary" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are...
Instructional Video6:33
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - ReadBlog Client

Higher Ed
[Hands-On] CRUD API with MongoDB: ReadBlog Client This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going to learn...
Instructional Video2:13
Curated Video

gRPC [Golang] Master Class Build Modern API and Microservices - DeleteBlog Client

Higher Ed
[Hands-On] CRUD API with MongoDB: DeleteBlog Client This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Golang] Master Class: Build Modern API and Microservices".In this section, you are going to learn...
Instructional Video1:13
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Quiz (Read Documents) - `1

Higher Ed
In this video, let's take a quiz to read documents. This clip is from the chapter "Basic Read Operation" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover basic read operation.
Instructional Video3:22
Curated Video

R Programming for Statistics and Data Science - Naming a Vector in R

Higher Ed
This video explains naming a vector in R. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Instructional Video5:48
Curated Video

R Programming for Statistics and Data Science - If, Else, Else If Statements in R

Higher Ed
This video explains if, else, else if statements in R. This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of programming...
Instructional Video3:23
Curated Video

R Programming for Statistics and Data Science - Functions in R

Higher Ed
This video explains functions in R. This clip is from the chapter "The Building Blocks of R" of the series "R Programming for Statistics and Data Science".This section introduces you the building blocks of R.
Instructional Video6:25
Curated Video

R Programming for Statistics and Data Science - For Loops in R

Higher Ed
This video explains for loops in R. This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of programming with R.
Instructional Video5:44
Curated Video

R Programming for Statistics and Data Science - Data Transformation with R - the Dplyr Package - Part I

Higher Ed
This video explains data transformation with R - the Dplyr package - part I. This clip is from the chapter "Manipulating Data" of the series "R Programming for Statistics and Data Science".This section explains manipulating data.
Instructional Video5:16
Curated Video

R Programming for Statistics and Data Science - Building a Function in R 2.0 - Scoping

Higher Ed
This video explains building a function in R 2.0 - scoping. This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of...
Instructional Video6:25
Curated Video

Learn JMeter from Scratch on Live Applications - Performance Testin - Integrating Selenium with JMeter

Higher Ed
This video provides an overview of integrating Selenium with JMeter. This clip is from the chapter "Integration of Selenium with JMeter" of the series "Learn JMeter from Scratch on Live Applications - Performance Testing".This section...