Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Chatbot on Website
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Integration with Boto
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Chatbot Steps
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Selecting Rows and Columns
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Create a Job Specification
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....
Curated Video
Getting Started with HashiCorp Nomad - The Nomad UI
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Vault Authentication Using the CLI
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.
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Creating PDBs
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....
Curated Video
Oracle Database Administration from Zero to Hero - Creating PDBs (Part 2 of 2)
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,...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Querying Data Dictionary
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...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing Data Dictionary
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....
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Starting Up and Shutting Down DB Instances
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...
Curated Video
Oracle Database Administration from Zero to Hero - Starting Up and Shutting Down Database Instances
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Creating Oracle Databases (Part 2 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Installing Oracle Database Software in Windows
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"...
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
The Complete Vue.js Course for Beginners - Using Vue.js without Installation
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...
Curated Video
The Complete Vue.js Course for Beginners - Data Child to Parent
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...
Curated Video
The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Subroutines
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Replace
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variable Practice
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...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Add a Button to a Spreadsheet
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...
Curated Video
The Complete Vue.js Course for Beginners - Sending API Data
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.