Instructional Video4:15
Curated Video

The Complete Vue.js Course for Beginners - API

Higher Ed
In this video, you will learn about API, how to make an API, how to test an API, and what are the methods of API. This clip is from the chapter "Routing and API" of the series "The Complete Vue.js Course for Beginners".This section...
Instructional Video3:26
Curated Video

The Complete Vue.js Course for Beginners - Page Not found

Higher Ed
In this video, we will talk about the Page Not Found error and how to create the Page Not found view. This clip is from the chapter "Routing and API" of the series "The Complete Vue.js Course for Beginners".This section explains routing,...
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 Video6:28
Curated Video

The Complete Vue.js Course for Beginners - Multiple Slots

Higher Ed
In this video, we will look at multiple slots, study different slots, why we make them, and where they are used. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this section,...
Instructional Video4:38
Curated Video

The Complete Vue.js Course for Beginners - Complete Form Validation

Higher Ed
In this video, we will discuss form validations and how to remove an error if it occurs. This clip is from the chapter "Form and Validation" of the series "The Complete Vue.js Course for Beginners".In this section, we will look at forms...
Instructional Video3:21
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using Data Recovery Advisor

Higher Ed
In this practice video, you will gain hands-on experience in using the Data Recovery Advisor. You will learn how to utilize the advisor to detect and repair the loss of data files, ensuring the integrity and recoverability of your...
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 Video4:44
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Resumable Space Allocation

Higher Ed
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...
Instructional Video11:51
Curated Video

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

Higher Ed
In this practice video, you will implement various tasks involved in managing data files in Oracle databases. You will practice relocating data files online and offline and removing unavailable data files from a container. This clip is...
Instructional Video4:54
Curated Video

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

Higher Ed
In this practice video, you will continue exploring database memory management by implementing Automatic Shared Memory Management (ASMM) on srv1. You will practice configuring and fine-tuning shared memory components using ASMM. This...
Instructional Video12:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Setup / 273

Higher Ed
This video explains the Firebase setup and the backend details. 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...
Instructional Video4:27
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Fetching Documents- II / 256

Higher Ed
This video explains the process of getting the document and storing information. 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...
Instructional Video10:41
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Loaders

Higher Ed
This video explains how loaders help us transform the output. This clip is from the chapter "Webpack" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains webpack, which is an important...
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 Video5:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Backup Data / 247

Higher Ed
This video explains how to back up data for future use. This clip is from the chapter "Project: News Portal" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains how to create a custom...
Instructional Video9:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Async and Await / 187

Higher Ed
This video explains the async and await keywords in JavaScript. This clip is from the chapter "Asynchronous JavaScript" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains one of the...
Instructional Video6:35
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - II / 204

Higher Ed
This video explains how modules can help us divide the complexity of any project. This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the modules...
Instructional Video11:29
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - I / 203

Higher Ed
This video explains the modules and their importance in JavaScript. This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the modules in JavaScript.
Instructional Video6:14
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Exceptions / 202

Higher Ed
This video explains exceptions in JavaScript. This clip is from the chapter "Error Handling and Exceptions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains error handling and...
Instructional Video10:32
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Error Handling / 201

Higher Ed
This video explains how to handle an error in JavaScript. This clip is from the chapter "Error Handling and Exceptions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains error...
Instructional Video12:45
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Methods / 119

Higher Ed
This video explains methods in OOP with an example. This clip is from the chapter "Object-Oriented Programming" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains object-oriented...
Instructional Video5:21
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Basic Form Validation / 062

Higher Ed
This video explains how to work around the paragraph field according to our result. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video8:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Testing RegEx Patterns / 061

Higher Ed
This video explains how to validate the input from the user using RegEx patterns. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video12:16
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Resources

Higher Ed
This video explains how to find code, cheat sheets, and resources for the course. This clip is from the chapter "Introduction and Resources" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...