Curated Video
CISSP Crash Course - Asset Handling
This video explains information, asset handling, and how to deal with data. This clip is from the chapter "Asset Security" of the series "CISSP Crash Course".This section covers domain 2, which focuses on asset security, data, and...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Starting Lambda Code
In this video, we will prepare to write the code for the chatbot; we will import a few required libraries, including JSON, datetime, and time. This clip is from the chapter "Chatbots Development with Amazon Lex" of the series "Chatbots...
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
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Plotting Images
In this video, you will learn how to plot images. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
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
The Ultimate Excel VBA Course - Learn and Master VBA Fast - InStr, InStrRev, and StrReverse
This video explains Instr and InstrRev, where Instr is looking from the start to the end, while InstrRev is looking from the end of the string to the beginning. The StrReverse returns a string by reversing the original string supplied....
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Offset Property
This video explains the offset property, a useful way to refer to a cell or a group of cells. 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
Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - Best Practice Tip Use Power BI Template Files
In this lesson, we will explore the benefits of using Power BI template files to streamline their projects. The video explains how to create and use template files effectively and provides examples of how templates can be customized to...
Curated Video
Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - Dealing with File Location Changes in Power BI
This lecture addresses another common issue Power BI users face: file location changes. The video explains how to manage file location changes in Power BI and maintain data connections to ensure that reports continue functioning as...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building Azure Machine Images with Packer
In this lab demonstration video, we will look at a demonstration of how to use Packer to build images in the Packer cloud. We will be working on the Azure-Arm builder as the use case for the lesson. This clip is from the chapter...
Curated Video
Oracle Database Administration from Zero to Hero - Using RMAN Recovery Catalog (Part 2 of 3)
In this video, we will continue our exploration of the RMAN Recovery Catalog. You will learn how to manually resynchronize recovery catalogs and catalog files into the RMAN repository. These techniques will help ensure the integrity and...
Curated Video
Oracle Database Administration from Zero to Hero - Duplicating a Database Using RMAN - Part I (3 of 3)
In this video, we will further explore database duplication using RMAN. You will learn how to define duplicate database file locations, duplicate a database to a remote host, and duplicate a database into the same host. This clip is from...
Curated Video
Oracle Database Administration from Zero to Hero - Introducing RESTORE and RECOVER Commands
In this video, we will introduce the RESTORE and RECOVER commands in Oracle databases. You will learn about the difference between non-critical and critical data loss, understand the actions performed by these commands, and explore the...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Configuring RMAN Persistent Settings
In this practice video, you will have hands-on experience with setting and testing RMAN persistent settings. You will apply the concepts learned in the previous videos to configure RMAN settings effectively. This clip is from the chapter...
Curated Video
Oracle Database Administration from Zero to Hero - Performing RMAN Backups - Part II (1 of 3)
In this video, we will focus on additional aspects of RMAN full backups. You will learn multiple options to backup control files and how to back up the SPFILE. This clip is from the chapter "Taking Backups in Oracle Databases" of the...
Curated Video
Oracle Database Administration from Zero to Hero - Managing the Archived Redo Log Files (Part 1 of 2)
In this video, we will shift our attention to the management of archived redo log files. You will learn about the different archiving modes, compare NOARCHIVELOG and ARCHIVELOG modes, and discover how to set archive destinations. This...
Curated Video
Oracle Database Administration from Zero to Hero - Managing the Redo Log (Part 3 of 4)
In this video, we will focus on the management of redo log groups and members. You will learn how to effectively manage these components to ensure reliable data recovery. This clip is from the chapter "Managing Fast Recovery Area and...
Curated Video
Oracle Database Administration from Zero to Hero - Managing the Fast Recovery Area
In this video, we will delve into the management of the Fast Recovery Area (FRA). You will learn about the purpose of the FRA, its advantages, and how to enable and monitor it. Additionally, we will discuss best practices for effectively...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Managing Resumable Space Allocation
In this practice video, you will gain hands-on experience by implementing the steps involved in managing resumable space allocation. You will practice the techniques for enabling and managing resumable space allocation in an Oracle...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Resumable Space Allocation (Part 2 of 2)
In this video, we will continue our discussion on managing resumable space allocation. You will learn about operations that can be made resumable, setting the resumable space allocation timeout interval, using triggers to control...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Resumable Space Allocation (Part 1 of 2)
In this video, we will explore the concept of resumable space allocation. You will learn how to describe resumable space allocation, enable it, and understand its benefits. This clip is from the chapter "Managing Oracle Database...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Data Files
In this video, we will focus on managing data files within an Oracle database. You will learn how to resize data files, alter data file availability, rename and relocate data files, and drop a data file. This clip is from the chapter...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Tables
This video explains tables in HTML. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - List
This video explains list and the types of lists in HTML using an example. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is...