Instructional Video12:14
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - NoSQL Schema

Higher Ed
In this video, we will understand NoSQL Schema. This clip is from the chapter "Overview" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will look at the course overview and set up our...
Instructional Video9:29
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $pull operator

Higher Ed
In this video, we will learn about the $pull operator. This clip is from the chapter "Update Operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover update operators.
Instructional Video7:44
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Data Frame Introduction

Higher Ed
In this video, we will cover an introduction to data frame. 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 Video7:19
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $exists Operator

Higher Ed
In this video, we will learn about the $exists Operator. This clip is from the chapter "Query and projection operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover query...
Instructional Video6:44
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Understanding the Data Lake Landscape

Higher Ed
In this video, we will understand the data lake landscape. This clip is from the chapter "Apache Spark Introduction" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, we will cover an...
Instructional Video5:27
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Rounding off Summary

Higher Ed
In this video, we will summarize our learning from this section. 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...
Instructional Video5:47
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Solution (Create Document)

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

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Basic Database commands

Higher Ed
In this video, we will cover basic database commands. This clip is from the chapter "Basic Mongo Operations" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover basic Mongo...
Instructional Video4:10
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $size Operator

Higher Ed
In this video, we will learn about the $size Operator. This clip is from the chapter "Query and projection operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover query and...
Instructional Video2:13
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $push operator

Higher Ed
In this video, we will learn about the $push operator. This clip is from the chapter "Update Operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover update operators.
Instructional Video11:43
Packt

Hands-On Continuous Integration and Automation with Jenkins - CD Pipeline – Test and Deploy to Stage

Higher Ed
This video adds unit tests for the Python code, deploys the application to a staging environment, and tests the deployments with user acceptance tests. • Add steps to the pipeline • Analyze unit and user acceptance tests • Deploy to a...
Instructional Video12:51
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Writing Your Data and Managing Layout

Higher Ed
In this video, you will learn how to write your data and manage layout. This clip is from the chapter "Spark Data Sources and Sinks" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, you will...
Instructional Video15:24
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $eq Operator

Higher Ed
In this video, we will learn about the $eq Operator. This clip is from the chapter "Query and projection operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover query and...
Instructional Video8:51
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - What is Apache Spark - An Introduction and Overview

Higher Ed
In this video, we will understand what Apache Spark is and get a quick introduction and overview of Apache Spark. This clip is from the chapter "Apache Spark Introduction" of the series "Spark Programming in Python for Beginners with...
Instructional Video5:25
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Data Frame Partitions and Executors

Higher Ed
In this video, we will cover data frame partitions and executors. 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...
Instructional Video7:52
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Solution (Create Documents)

Higher Ed
In this video, let's take a look at the solution for our quiz about creating a document. This clip is from the chapter "Basic Create Operation" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this...
Instructional Video9:05
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - $currentDate operator

Higher Ed
In this video, we will learn about $currentDate operator. This clip is from the chapter "Update Operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will cover update operators.
Instructional Video2:25
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Summarizing Spark Execution Models - When to Use What?

Higher Ed
In this video, we will summarize Spark execution models and understand when to use what? This clip is from the chapter "Spark Execution Model and Architecture" of the series "Spark Programming in Python for Beginners with Apache Spark...
Instructional Video6:10
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Spark DataFrameWriter API

Higher Ed
In this video, we will cover Spark DataFrameWriter API. This clip is from the chapter "Spark Data Sources and Sinks" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, you will learn about...
Instructional Video5:38
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Installing Multi-Node Spark Cluster - Demo

Higher Ed
In this demo video, you will learn how to install multi-node Spark cluster. This clip is from the chapter "Spark Execution Model and Architecture" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this...
Instructional Video3:04
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Why MongoDB

Higher Ed
In this video, we will understand why we should learn MongoDB. This clip is from the chapter "Introduction" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In this section, we will look at the course...
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 Video1:40
Curated Video

MongoDB Mastering MongoDB for Beginners (Theory and Projects) - Solution ($nin) Part 3

Higher Ed
In this video, let's take a look at the third part of the solution for our quiz for $nin. This clip is from the chapter "Query and projection operators" of the series "MongoDB—Mastering MongoDB for Beginners (Theory and Projects)".In...