Instructional Video8:12
Curated Video

The Complete Vue.js Course for Beginners - Routing

Higher Ed
This video talks about what routing is. Routing is one of the many features provided by Vue.js to allow users to switch between pages without refreshing everytime a page is loaded. This clip is from the chapter "Routing and API" of the...
Instructional Video3:54
Curated Video

The Complete Vue.js Course for Beginners - Props and Non-Props Data

Higher Ed
A component non-prop attribute is an attribute or event listener that is passed to a component but does not have a corresponding property defined in props or emits. This clip is from the chapter "Advanced Concepts" of the series "The...
Instructional Video3:43
Curated Video

Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - Best Practice Tip Use Power BI Template Files

Higher Ed
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...
Instructional Video9:59
Curated Video

Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - No Issues with Changing Sheet Excel Names Anymore

Higher Ed
This lesson offers a solution to a common problem faced by Power BI users, the need to change Excel sheet names. Following the steps outlined in the video, users can easily update sheet names without causing issues in their Power BI...
Instructional Video12:06
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using External Tables

Higher Ed
In this practice video, you will apply your knowledge by creating external tables using the ORACLE_LOADER and ORACLE_DATAPUMP access drivers. Through hands-on exercises, you will gain practical experience in utilizing External Tables to...
Instructional Video7:15
Curated Video

Oracle Database Administration from Zero to Hero - Using Data Recovery Advisor (Part 1 of 2)

Higher Ed
In this video, we will introduce the Data Recovery Advisor and its role in the backup and recovery lifecycle. You will learn about the various stages of the Data Recovery Advisor and its significance in detecting and resolving data...
Instructional Video5:48
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Automating RMAN Backup Jobs (Part 2 of 2)

Higher Ed
In this practice video, you will create automatic scheduled jobs that implement a sample database backup strategy on the Windows platform. You will apply the concepts learned in the previous video to automate RMAN backup jobs...
Instructional Video10:50
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Automating RMAN Backup Jobs (Part 1 of 2)

Higher Ed
In this practice video, you will create automatic scheduled jobs that implement a sample database backup strategy on the Linux platform. You will apply the concepts learned in the previous video to automate RMAN backup jobs effectively....
Instructional Video8:30
Curated Video

Oracle Database Administration from Zero to Hero - Automating RMAN Backup Jobs

Higher Ed
In this video, we will explore the automation of RMAN backup jobs. You will learn how to create and schedule RMAN backup scripts in both Linux and Windows platforms, ensuring regular and consistent backups. This clip is from the chapter...
Instructional Video5:58
Curated Video

Oracle Database Administration from Zero to Hero - Performing Recovery Part II - Switching Data Files and Performing PITR (1 of 2)

Higher Ed
In this video, we will delve deeper into database recovery techniques. You will learn how to recover datafiles by switching to image copies and understand the different levels of implementing Point-in-Time Recovery (PITR). This clip is...
Instructional Video9:38
Curated Video

Oracle Database Administration from Zero to Hero - Performing RMAN Backups - Part I (2 of 2)

Higher Ed
In this video, we will focus on performing full backups using RMAN. You will learn how to create whole database backups and partial backups, and how to specify a format for RMAN backups. This clip is from the chapter "Taking Backups in...
Instructional Video9:57
Curated Video

Oracle Database Administration from Zero to Hero - Performing RMAN Backups - Part I (1 of 2)

Higher Ed
In this video, we will explore different backup strategies, backup types, and backup modes. You will gain an understanding of the various RMAN backup types available for Oracle databases. This clip is from the chapter "Taking Backups in...
Instructional Video5:53
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Enabling the ARCHIVELOG Mode

Higher Ed
In this practice video, you will have the opportunity to enable the ARCHIVELOG mode in the database on srv1. You will also examine the generated archived redo log files, putting into practice the concepts discussed in the previous...
Instructional Video10:04
Curated Video

Oracle Database Administration from Zero to Hero - Managing the Archived Redo Log Files (Part 2 of 2)

Higher Ed
In this video, we will continue our exploration of managing archived redo log files. You will learn how to control the archived redo log file name format, change the database archiving mode, display the current archiving mode, and gain...
Instructional Video6:06
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using Database Links

Higher Ed
In this practice video, we will reinforce our understanding of using database links. You will create and use a database link to the SOE schema in PDB1. This clip is from the chapter "Managing Database Connectivity" of the series "Oracle...
Instructional Video6:25
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Configuring Oracle Network Environment (Part 3 of 4)

Higher Ed
In this practice video, we will further enhance our understanding of configuring the Oracle network environment. You will install the sample application, Swingbench. This clip is from the chapter "Managing Database Connectivity" of the...
Instructional Video8:11
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Configuring Oracle Network Environment (Part 2 of 4)

Higher Ed
In this practice video, we will continue our hands-on practice with configuring the Oracle network environment. You will control the allowable connection naming methods and the Listener using lsnrctl. This clip is from the chapter...
Instructional Video13:58
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Undo Data

Higher Ed
In this practice video, you will gain hands-on experience performing common tasks involved in managing undo data within an Oracle database. You will examine and analyze undo statistics, activate the Undo Advisor, and calculate the...
Instructional Video6:34
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Database Memory (Part 1 of 2)

Higher Ed
In this practice video, you will gain hands-on experience by implementing Automatic Memory Management (AMM) on srv1. You will practice the steps involved in configuring and managing database memory using the AMM feature. This clip is...
Instructional Video10:49
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Performing Basic CDB Admin Tasks

Higher Ed
In this practice video, you will gain hands-on experience by performing various basic administration tasks in a Container Database (CDB). You will modify the states of the CDB and PDBs, modify PDB restart states, modify a parameter in a...
Instructional Video14:30
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 271

Higher Ed
This video explains the HTML template for the project. This clip is from the chapter "Project: Bookmark Manager" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new project on...
Instructional Video3:51
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Individual Document / 262

Higher Ed
This video explains how to fetch information for an individual 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...
Instructional Video6:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Babel / 154

Higher Ed
This video explains how to use Babel for compiling JavaScript. This clip is from the chapter "Babel" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains Babel, which is a JavaScript...
Instructional Video4:23
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Deployment Using GitHub and Netlify / 317

Higher Ed
This video explains how to push the code onto GitHub and Netlify. 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...