Curated Video
PowerShell for Automating Administration - Introduction
This video provides an introduction to the project that you will be working on in this section. This clip is from the chapter "Project Introduction" of the series "PowerShell for Automating Administration".This section focuses on the...
Curated Video
PowerShell for Automating Administration - How to Hide Date Time Using PowerShell
This video will help you hide date and time in the taskbar using PowerShell in a Windows 11 machine. This clip is from the chapter "PowerShell Automation Concepts" of the series "PowerShell for Automating Administration".This section...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Python Scripts and IDLE
This video explains Python scripts and IDE. This clip is from the chapter "Getting Set Up on a PC or MAC" of the series "Python Bootcamp in a Day - Python Programming for Beginners".null
Curated Video
Recommender Systems with Machine Learning - Age Distribution for Users
This video helps you find the age distribution for users from the dataset. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Shell Scripting
In this video, you will learn about shell scripting. 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 program,...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Getting the Data
In this video, we will look at using the request library to seek out the webpage from which we want the information. In our case, we have chosen the web page or artificial intelligence. This clip is from the chapter "Basics of Chatbots...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Remove Tags and Lemmatize
In this video, we will look at removing tags or symbols that we do not want to use in our word token development process. We will then lemmatize the word token using the tag map lemmatizer. This clip is from the chapter "Basics of...
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: Interconnection
This video demonstrates the process of connecting Amazon Lambda to our chatbot. We will create the functions required for our chatbot and author it from scratch. This clip is from the chapter "Chatbots Development with Amazon Lex" of the...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Build and Test
After creating the intents, we will want to create a few messages as responses to be displayed by the chatbot. You will learn to add acceptance and decline responses to the chatbot. This clip is from the chapter "Chatbots Development...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Adding Custom Slots
In this video, you will learn to add multiple customized slots to the utterances. We will create prompts, add slot types, create multiple slots, and then save our intent on the chatbot. This clip is from the chapter "Chatbots Development...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Generic Utterance with Slots
This is the continuation of the lesson from the previous video, where we learned how to create a new intent and then create sample utterances. We will look at completing the information required for the chatbot to understand the intent...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Job Constraints
This is a demonstration of creating and understanding job constraints. We will define new allocations, constraints, and attributes for the new client we created in the previous lesson. This clip is from the chapter "Expanding on Nomad...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Using SQL Developer
In this practice video, we will download and install SQL Developer, a graphical tool provided by Oracle, which enhances the database administration and development experience on the hosting PC. This clip is from the chapter "Installing...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing Database Tablespaces and Data Files
In this video, you will learn about database tablespaces and data files, including their structure, types, and usage in Oracle database architecture. This clip is from the chapter "Database Architecture" of the series "Oracle Database...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing Oracle Database Architecture (Part 2 of 2)
In this video, you will learn about the major Oracle database files, including their purpose, types, and locations. This clip is from the chapter "Database Architecture" of the series "Oracle Database Administration from Zero to Hero".In...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Preparing Course Practice Environment (Part 2 of 2)
In this video, we will continue our practice of setting up the course environment by demonstrating how to create a Windows-based virtual machine. If you already have a Windows-based VirtualBox appliance that you can use for this course,...
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 Developer Toolbar
This video explains the Excel VBA developer toolbar and the various panels associated with it. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Macro Recording
This video explains how to record a simple macro that center-aligns texts. 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...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Routing
In this video, we are going to talk about dynamic routing, what is dynamic routing, why we use dynamic routing and what is the difference between static routing and dynamic routing This clip is from the chapter "Routing and API" of the...
Curated Video
The Complete Vue.js Course for Beginners - beforeMount and mounted
In this video, we will talk about beforeMount and mounted; mounted is the next lifecycle hook that gets called after the beforeMount hook and right after the Vue instance has been mounted. This clip is from the chapter "Understanding the...
Curated Video
The Complete Vue.js Course for Beginners - beforeCreate and created
In this video, we will look at beforeCreate and created, where beforeCreated hook is before an instance has been fully initialized whereas the created hook is after an instance is created. This clip is from the chapter "Understanding the...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Components
Dynamic components is a Vue.js feature that enables users to dynamically render different components based on certain conditions or user interactions. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js...