Curated Video
Behavioral Design Patterns in C++ - Containers - V (ListIterator)
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.
Curated Video
Behavioral Design Patterns in C++ - Containers - II (List)
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.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Environment Setup
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 172
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....
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 163
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Webpack Setup / 252
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.
Curated Video
CISSP Crash Course - Secure Network Components
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Configuring the Integrated Storage Backend
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Running Vault in Production
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Running Vault Server in Production
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Storage Backends
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Vault Configuration File
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Seal and Unseal
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Unsealing with Key Shards
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Job Placement
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Monitoring Application Logs
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Networking
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...
Curated Video
Getting Started with HashiCorp Nomad - Managing Cluster Members
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,...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Starting the Nomad Service
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...
Curated Video
Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies
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...
Curated Video
The Complete Vue.js Course for Beginners - Installing and Running Vue.js
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Webpack Setup / 252
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...