Instructional Video6:32
Curated Video

Master SQL for Data Analysis - Schema, Metadata, Data Dictionary

Higher Ed
Let's learn how to create multiple relational database instances and define the needed table for each entity type.
<
br/>
This clip is from the chapter "Databases - Terminology" of the series "Master SQL for Data Analysis".This...
Instructional Video11:18
Curated Video

Oracle Database Administration from Zero to Hero - Creating an Oracle Database (Part 3 of 3)

Higher Ed
In this video, we will continue the process of creating an Oracle database by exploring topics such as responding to the DBCA window, working with sample schemas, dropping Oracle databases, and following guidelines for creating Oracle...
Instructional Video4:02
Curated Video

The Complete Vue.js Course for Beginners - Two-Way Binding in Vue.js

Higher Ed
In this video, you will learn about two-way binding; we will get an overview of it and
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets...
Instructional Video5:41
Curated Video

The Complete Vue.js Course for Beginners - Methods and Parameters

Higher Ed
In this video, you will learn about methods with parameters in Vue.js.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for Beginners".This section gets you started...
Instructional Video7:40
Curated Video

The Complete Vue.js Course for Beginners - Vue.js Interpolation

Higher Ed
Vue.js interpolation is simply the process of displaying a string that's defined within your component logic. In this video, we will see how we can use interpolation and its role in Vue.js
<
br/>
This clip is from the chapter...
Instructional Video1:58
Curated Video

The Complete Vue.js Course for Beginners - How to Create Components

Higher Ed
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.
<
br/>
This clip is from the chapter "Getting Started with...
Instructional Video4:01
Curated Video

The Complete Vue.js Course for Beginners - File and Folder Overview

Higher Ed
In this video, we will understand the file and folder structure of Vue.js.
<
br/>
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...
Instructional Video5:09
Curated Video

The Complete Vue.js Course for Beginners - Reuse Components

Higher Ed
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.
<
br/>
This...
Instructional Video2:19
Curated Video

The Complete Vue.js Course for Beginners - beforeMount and mounted

Higher Ed
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.
<
br/>
This clip is from the chapter...
Instructional Video3:10
Curated Video

The Complete Vue.js Course for Beginners - beforeCreate and created

Higher Ed
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.
<
br/>
This clip is from the chapter...
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.
<
br/>
This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In...
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 Video6:56
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Community and Social Involvement (Finding Causes, Volunteering, Fundraising)

Higher Ed
In this video, we will discover different ways to volunteer our time and skills and explore the benefits of fundraising and philanthropy, social justice, environmental issues, or other causes for ideas and resources to help make a...
Instructional Video6:31
Curated Video

The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js

Higher Ed
In this video, we will create a child component and we will also discuss how we can pass data in between child components.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
Instructional Video11:24
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building VMware Templates with Packer

Higher Ed
In this demonstration lab, we will understand VMware and showcase how to utilize HashiCorp Packer to build images within a VMware environment. You will learn to create templates using VMware.
<
br/>
This clip is from the chapter...
Instructional Video8:58
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building Azure Machine Images with Packer

Higher Ed
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.
<
br/>
This clip is from the...
Instructional Video8:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Writing Packer Templates

Higher Ed
In this lab demonstration, we will create our first Packer template. We will create a source block, validate the Packer template, create a building block, and build a new image using Packer.
<
br/>
This clip is from the chapter...
Instructional Video5:52
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Converting JSON Templates to HCL

Higher Ed
This lab demonstration video will walk us through migrating a JSON template to HCL2 format. We will begin with creating a JSON template, then run through creating an HCL2 command and convert it to a pkr.hcl template.
<
br/>
This...
Instructional Video4:28
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with HashiCorp Vault’s KV v2 Secrets Engine

Higher Ed
This video demonstrates how to use Packer with HashiCorp Vault’s KV v2 Secrets Engine to securely manage secrets during the build process.
<
br/>
This clip is from the chapter "Packer Integrations" of the series "Automating Image...
Instructional Video2:38
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Using Environment Variables

Higher Ed
This video will explore environmental variables and how to use them in a template. Environment variables are a great solution to setting credentials or variables that often change.
<
br/>
This clip is from the chapter "Variables" of...
Instructional Video5:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Declaring Packer Variables

Higher Ed
Before we discuss values in Packer, we will first understand the concept of declaring variables, which can be declared and defined in a “.pkrsvars.hcl” file. Or an “auto.pkrsvars.hcl” file or any other file name referenced when...
Instructional Video6:28
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Variables

Higher Ed
In this video, we will look at an overview of variables in Packer, which can be used to define defaults and values during a build. They allow you to remove hard-coded values and pass parameters to the configuration.
<
br/>
This clip...
Instructional Video6:16
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders

Higher Ed
In this video, we will understand the concept of a Packer builder responsible for creating machines and generating images. More than one builder can be specified in a template. We will compare the different builder models...
Instructional Video10:38
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Writing Packer Templates

Higher Ed
In this video, you will learn about the Packer template, which consists of declarations and commands, such as what plugins to use, configuring the plugins, and the order in which to run the plugins.
<
br/>
This clip is from the...