Instructional Video5:45
Curated Video

PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 2

Higher Ed
This is the second of the two-part video where you will work on a PowerShell script for a centralized solution to deal with restarting different services on different servers. This clip is from the chapter "Administering Planned Service...
Instructional Video10:34
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Maintaining Mobile Devices

Higher Ed
Mobile devices are surprisingly self-maintaining these days, but there are a few issues that come up occasionally. A big part of this is understanding the names and functions of certain settings unique to smartphones. This clip is from...
Instructional Video6:07
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Proxy Servers

Higher Ed
In this episode, Mike describes how proxy servers work to block certain web sites and filter outgoing or incoming content. The episode shows how to set up a browser to connect to a proxy server. This clip is from the chapter "Book...
Instructional Video5:08
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Installing Apache Server

Higher Ed
In this video, you will learn how to install Apache server. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C...
Instructional Video3:31
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - sudo

Higher Ed
In this video, we will understand the sudo command. This clip is from the chapter "Introduction to File System and Terminal" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will get an...
Instructional Video4:46
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Major Linux Families

Higher Ed
In this video, we will discuss the major Linux families such as Fedora, Ubuntu, CentOS. This clip is from the chapter "Linux Distributions and History" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this...
Instructional Video4:13
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Coffee Update Event AVRO Schema

Higher Ed
In this video, we will code and implement the AVRO Schema for the CoffeeOrder update event. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
Instructional Video4:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema

Higher Ed
Let's add a new field to the existing CoffeeOrder Schema and understand the behavior of the consumer app. This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for Developers - Data...
Instructional Video2:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Date Logical Type

Higher Ed
In this video, we will code and learn the date logical types. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you will cover the...
Instructional Video4:18
Curated Video

Master SQL for Data Analysis - Update and Delete

Higher Ed
Here, you will learn to update a table's fields and delete erroneous or redundant information. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for Data Analysis".This section delves...
Instructional Video2:58
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: AWS Lambda Steps

Higher Ed
This lesson will teach us to connect Amazon Lambda with Amazon Lex. Amazon Lambda helps with the validation and fulfillment of the chatbot. You will learn about the steps involved in performing the connectivity. This clip is from the...
Instructional Video4:22
Curated Video

Getting Started with HashiCorp Nomad - Demo - Upgrading Nomad to Newer Versions

Higher Ed
In this final demonstration, we will practically work on upgrading Nomad to newer versions based on more recent releases from time to time. The author mentions the importance of reading through the release notes and guides before any...
Instructional Video6:11
Curated Video

Getting Started with HashiCorp Nomad - Demo – Let’s Add Clients to the Cluster

Higher Ed
This demonstration will teach us to add clients to the newly-created cluster. After creating our five-node server in the previous lessons, we will now add clients to the server cluster we created. This clip is from the chapter "Deploying...
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 Video2:50
Curated Video

HashiCorp Certified - Vault Associate Course - Exam Tips for Objective 2

Higher Ed
In this video, we will provide some exam tips for Objective 2 of the HashiCorp Certified Vault Associate certification exam. You will see some exam tips for Objective 2 to ensure that you are ready to tackle the questions related to this...
Instructional Video2:18
Curated Video

HashiCorp Certified - Vault Associate Course - Anatomy of a Vault Policy

Higher Ed
In this video, we will explore the anatomy of a HashiCorp Vault policy and how to write effective policies for securing Vault resources. When writing policies, it's important to understand the two parts that make up a policy. This clip...
Instructional Video4:35
Curated Video

The Complete Vue.js Course for Beginners - beforeUpdate and updated

Higher Ed
This video talks about the beforeUpdate and updated hooks in detail. This clip is from the chapter "Understanding the Lifecycle Hooks in Vue.js" of the series "The Complete Vue.js Course for Beginners".In this video, we will understand...
Instructional Video6:09
Curated Video

The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?

Higher Ed
In this video, we will talk about lifecycle hooks in Vue.js and how we can use them, and in which label we will work to instruct which method will be run first. This clip is from the chapter "Understanding the Lifecycle Hooks in Vue.js"...
Instructional Video2:50
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Provisioners

Higher Ed
In this lesson, we will understand provisioners, which use built-in, third-party integrations to install packages and configure the machine image, which integrates with shell options and different files. This clip is from the chapter...
Instructional Video11:35
Curated Video

Oracle Database Administration from Zero to Hero - Patching Oracle Databases (2 of 3)

Higher Ed
In this video, we will continue our exploration of patching Oracle databases. You will gain an understanding of patch types for Oracle database 12c R2 and later versions, delve into Oracle database version numbers for 12c R2 and beyond,...
Instructional Video14:15
Curated Video

Oracle Database Administration from Zero to Hero - Managing User Privileges (Part 2 of 2)

Higher Ed
In this video, we will continue our discussion on managing user privileges. You will learn how to manage object privileges and understand the cascading effects in system and object privileges. This clip is from the chapter "Managing...
Instructional Video7:24
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Updating Documents / 261

Higher Ed
This video explains how to update a particular document. 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 powerful...
Instructional Video6:02
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Snapshots / 258

Higher Ed
This video explains how to update automatically from Firebase whenever we add or delete data. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you...
Instructional Video4:47
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Task Count / 291

Higher Ed
This video explains how to fix the task count in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...