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 Complete Vue.js Course for Beginners - How to Create Components
In this video, you will learn to create components, and make or add new components in your application. You will also learn how to import new components in your application. This clip is from the chapter "Getting Started with Basic Code"...
Curated Video
The Complete Vue.js Course for Beginners - File and Folder Overview
In this video, we will understand the file and folder structure of Vue.js. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course for Beginners".This section explains the installation of Vue.js and...
Curated Video
The Complete Vue.js Course for Beginners - Reuse Components
In this video, we will discuss the reuse of components. You will learn to build a reusable component in Vue, which will be used to reuse it in Create or Edit or anywhere that requires the same code and functionality. This clip is from...
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.
Curated Video
The Complete Vue.js Course for Beginners - Page Not found
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,...
Curated Video
The Complete Vue.js Course for Beginners - Routing
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...
Curated Video
Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - No Issues with Changing Sheet Excel Names Anymore
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Using Oracle Data Pump
In this practice video, you will apply your knowledge by implementing common tasks involved in using Oracle Data Pump utilities. Through hands-on exercises, you will gain practical experience in effectively utilizing Data Pump for data...
Curated Video
Oracle Database Administration from Zero to Hero - Using Oracle Data Pump (Part 1 of 3)
In this video, you will discover Oracle Data Pump, a powerful data movement utility. We will discuss the various data movement methods offered by Data Pump and how to use directory objects to enhance your data pump operations. This clip...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Swipe Library - I / 308
This video explains the swipe library, which was designed by other developers. This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Setup / 273
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Authentication - I / 263
This video explains authentication, which is another service on our Firebase. 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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firestore Queries / 259
This video explains queries and how to give a particular condition to fetch data. 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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Connection / 254
This video explains the Firebase connection inside notNotion. 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 powerful...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - II / 204
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - I / 203
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.
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Post-Processors
This video provides an overview of post-processors in HashiCorp Packer, explaining what they are and how they can be used to perform additional processing on the generated machine image. The video also covers some of the built-in...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Filter Documents / 276
This video explains how to filter the documents in the bookmark manager. 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...
Curated Video
Alteryx Advanced - Introduction to the Course
This video introduces Alteryx and the team that delivers the course (Alteryx certified consultants), and looks at Alteryx as a powerful data analytics tool in the market. The video explains the features, capabilities, and use cases of...
Curated Video
Indexes and Optimization
Discover the significance of indexes in database performance and optimization. Learn how to create and use indexes to enhance the efficiency of your SQL queries, a key skill in database management.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Layout
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Refactor the Categories
This video demonstrates how we can refactor product listing categories based on certain specifics, update any changes made to the products, or take them off the listing.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Styled Components
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.