Instructional Video4:51
Curated Video

Behavioral Design Patterns in C++ - Containers - V (ListIterator)

Higher Ed
This video explains how to add iterator to the link class. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video4:52
Curated Video

Behavioral Design Patterns in C++ - Containers - II (List)

Higher Ed
In this video, you will implement another class called linked list. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video6:25
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility

Higher Ed
This video talks about the pros and cons of the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
Instructional Video7:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Environment Setup

Higher Ed
In this lesson, we will discuss the environment setup of certain software for Node, certain packages, and how to prepare the system for working on React.
Instructional Video6:53
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 172

Higher Ed
In this final video, we will focus on the deployment process. We will get into the gitignore file and add the .env file. We will then create a new repository on GitHub called WriteNode and place the entire project folder structures here....
Instructional Video8:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title

Higher Ed
In this video, we will learn how to create a dynamic page title using a hook "useTitle.js" and place code to update our title as and when required.
Instructional Video9:19
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 163

Higher Ed
The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in real time. We will look at the setup and authentication.
Instructional Video13:08
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Webpack Setup / 252

Higher Ed
Webpack is a free and open-source module bundler for JavaScript. It is made primarily for JavaScript but can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included.
Instructional Video14:43
Curated Video

CISSP Crash Course - Secure Network Components

Higher Ed
This video explains secure network components and network hardware. This clip is from the chapter "Communication and Network Security" of the series "CISSP Crash Course".This section covers domain 4, which focuses on communication and...
Instructional Video7:01
Curated Video

HashiCorp Certified - Vault Associate Course - Configuring the Integrated Storage Backend

Higher Ed
This video demonstrates configuring the integrated storage backend. Integrated Storage is the newest storage backend that alleviates you from having to also manage a Consul cluster for a storage backend. Learn more about what integrated...
Instructional Video10:55
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Running Vault in Production

Higher Ed
This is a lab video on running Vault in production. You will look at a Vault node and how to configure everything to get Vault running as a service on a Linux machine. This clip is from the chapter "Installing Vault" of the series...
Instructional Video7:01
Curated Video

HashiCorp Certified - Vault Associate Course - Running Vault Server in Production

Higher Ed
In this video, we will explore the best practices for running a HashiCorp Vault server in a production environment. Let's learn how we can deploy Vault in a production setting using much of the information learned so far. This clip is...
Instructional Video10:38
Curated Video

HashiCorp Certified - Vault Associate Course - Storage Backends

Higher Ed
This video focuses on storage backends in HashiCorp Vault, which are responsible for persisting Vault data to disk or other storage media. Vault needs a place to store its data, and that "place" is called a storage backend. This clip is...
Instructional Video11:54
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Configuration File

Higher Ed
In this video, we will provide an in-depth overview of the HashiCorp Vault configuration file, which is a critical component for configuring Vault to meet your specific use case. This video will walk you through the ins and outs of...
Instructional Video8:10
Curated Video

HashiCorp Certified - Vault Associate Course - Seal and Unseal

Higher Ed
This video explains the concept of "sealing" and "unsealing" in HashiCorp Vault, which is a crucial security feature that helps protect the data stored in Vault. This clip is from the chapter "Learning the Vault Architecture" of the...
Instructional Video4:29
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Unsealing with Key Shards

Higher Ed
This is a lab video on unsealing with key shards. We will walk through how to initialize and unseal Vault using the default option of unseal keys. This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp...
Instructional Video10:08
Curated Video

Getting Started with HashiCorp Nomad - Demo - Job Placement

Higher Ed
In this video, we will look at a demonstration of job placement. We will change the job configuration, add allocations, and run a job in a container. You will learn to modify the job to use the spread allocations learned in the previous...
Instructional Video4:11
Curated Video

Getting Started with HashiCorp Nomad - Demo - Monitoring Application Logs

Higher Ed
In this demonstration, we will focus on monitoring our applications. We will look at the various logs on a client. Looking at the logs, we will practically understand the work processes running in the background. This clip is from the...
Instructional Video5:59
Curated Video

Getting Started with HashiCorp Nomad - Demo - Networking

Higher Ed
In this demonstration, the author showcases a few basics of Nomad networking. We will look at the job allocation status, view the metadata it reports, and understand it. We will look at placement metrics, bridge mode, docker mode, and...
Instructional Video6:23
Curated Video

Getting Started with HashiCorp Nomad - Managing Cluster Members

Higher Ed
After learning how to join multiple servers and clients into our Nomad cluster, we will understand how to remove some of these cluster members from the Nomad cluster, remove server nodes, perform regular maintenance, upgrade the system,...
Instructional Video4:19
Curated Video

Getting Started with HashiCorp Nomad - Demo - Starting the Nomad Service

Higher Ed
In this video, you will learn to update the configuration file before we get Nomad up and running. We will replace the existing config file with a blank server.hcl file and copy information to the file. This clip is from the chapter...
Instructional Video12:39
Curated Video

Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies

Higher Ed
In this video, we will describe the different Oracle database technologies, options, and management packs. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
Instructional Video4:23
Curated Video

The Complete Vue.js Course for Beginners - Installing and Running Vue.js

Higher Ed
In this video, we will see how to install and run Vue.js, how to install Vue CLI, and how to install Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course for Beginners".This section...
Instructional Video13:08
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Webpack Setup / 252

Higher Ed
This video explains the setup of webpack and then focuses on Firebase. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the...