Instructional Video8:48
Curated Video

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

Higher Ed
This video demonstrates how to use the chatbot we created on a website. We will look at the available code to implement the chatbot and showcase it on the website. We will use the app, Kommunicate.io. This clip is from the chapter...
Instructional Video8:24
Curated Video

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

Higher Ed
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library—Boto. This clip is from the chapter "Chatbots Development with Amazon Lex" of...
Instructional Video5:14
Curated Video

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

Higher Ed
This video provides an in-depth outline of the various steps involved in creating a chatbot with Amazon Lex. We understand how Amazon Lex connects with Amazon Lambda, Twilio software, and Amazon DynamoDB for storage. This clip is from...
Instructional Video9:54
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Selecting Rows and Columns

Higher Ed
In this video, you will learn how to select rows and columns from a data frame. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk...
Instructional Video5:11
Curated Video

Getting Started with HashiCorp Nomad - Demo - Create a Job Specification

Higher Ed
In this demonstration, we will create our first job specification file. You will learn to add our data center and group. We will then examine how to add the network, mode, and port, update the service type, and launch a Docker container....
Instructional Video1:36
Curated Video

Getting Started with HashiCorp Nomad - The Nomad UI

Higher Ed
After exploring the Nomad CLI, we will examine the Nomad user interface. We will understand how to view the Nomad infrastructure, jobs, tasks, evaluations, allocations, variables, and more. This clip is from the chapter "Interacting with...
Instructional Video4:20
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Vault Authentication Using the CLI

Higher Ed
This is a lab video on Vault authentication using the CLI. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on comparing authentication methods.
Instructional Video10:10
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Creating PDBs

Higher Ed
In this practice video, you will gain hands-on experience creating PDB databases from the seed using two different methods. You will create PDBs using SQL*Plus and the DBCA, allowing you to practice multiple approaches to PDB creation....
Instructional Video9:24
Curated Video

Oracle Database Administration from Zero to Hero - Creating PDBs (Part 2 of 2)

Higher Ed
In this video, we will continue our exploration of creating Pluggable Databases (PDBs). You will learn additional techniques, including creating PDBs using the CREATE PLUGGABLE DATABASE statement, creating PDBs from the Seed Container,...
Instructional Video4:40
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Querying Data Dictionary

Higher Ed
In this Practice video, you will learn how to retrieve specific information about an Oracle database by querying dynamic performance views and data dictionary views. You will gain hands-on experience in extracting meaningful insights...
Instructional Video12:37
Curated Video

Oracle Database Administration from Zero to Hero - Introducing Data Dictionary

Higher Ed
In this video, we will introduce the concept of the data dictionary in Oracle Database. You will learn about dynamic performance views and data dictionary views, and how to query them to retrieve valuable information about the database....
Instructional Video6:53
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Starting Up and Shutting Down DB Instances

Higher Ed
In this Practice video, you will gain hands-on experience with starting up and shutting down Oracle database instances. We will explore different startup and shutdown modes commonly used in Oracle databases. This clip is from the chapter...
Instructional Video16:34
Curated Video

Oracle Database Administration from Zero to Hero - Starting Up and Shutting Down Database Instances

Higher Ed
In this video, you will learn how to start up and shut down Oracle database instances using various options. We will also discuss best practices for shutting down a production system in a work environment. This clip is from the chapter...
Instructional Video11:20
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Creating Oracle Databases (Part 2 of 2)

Higher Ed
In this Practice video, we will create an Oracle database in the Windows platform (winsrv) by applying the concepts and techniques learned earlier. This clip is from the chapter "Installing and Creating Oracle Databases" of the series...
Instructional Video7:38
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Installing Oracle Database Software in Windows

Higher Ed
In this Practice video, you will learn the process of installing Oracle database software on the Windows platform, specifically focusing on the winsrv environment. This clip is from the chapter "Installing and Creating Oracle Databases"...
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 Video6:37
Curated Video

The Complete Vue.js Course for Beginners - Using Vue.js without Installation

Higher Ed
In this video, we will see how we can use and make Vue.js files without any installation and how we can use Vue.js by having to use Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course...
Instructional Video4:26
Curated Video

The Complete Vue.js Course for Beginners - Data Child to Parent

Higher Ed
In this video, we will talk about how we can pass data from a child component to a parent component. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic...
Instructional Video6:31
Curated Video

The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js

Higher Ed
In this video, we will create a child component and we will also discuss how we can pass data in between child components. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...
Instructional Video2:29
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Subroutines

Higher Ed
This video explains a subroutine, which is a piece of code that performs a specific task described in the code but does not return a result or value. This clip is from the chapter "Subs and Functions" of the series "The Ultimate Excel...
Instructional Video4:40
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Replace

Higher Ed
This video explains how to use the replace function to change the incorrect word. This clip is from the chapter "String Functions" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains strings in...
Instructional Video3:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variable Practice

Higher Ed
This video is a practice session on variables where you will declare the variable and store a value to it and read the string that was contained in it. This clip is from the chapter "Mastering Variables in VBA" of the series "The...
Instructional Video3:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Add a Button to a Spreadsheet

Higher Ed
This video explains how to place a button control on a spreadsheet. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces you to the course and how...
Instructional Video6:05
Curated Video

The Complete Vue.js Course for Beginners - Sending API Data

Higher Ed
In this video, you will learn how to send API data using an example. This clip is from the chapter "Routing and API" of the series "The Complete Vue.js Course for Beginners".This section explains routing, dynamic routing, and API.