Instructional Video10:08
Curated Video

Learning GitHub Actions for DevOps CI/CD - Developing IAC Template with Bicep to Deploy Infrastructure - Part 1

Higher Ed
This is the first of the two-part video where you will develop and deploy an IAC template with Bicep in order to automate infrastructural deployment for specific requirements. These specific requirements are resources such as Storage...
Instructional Video6:02
Curated Video

Learning GitHub Actions for DevOps CI/CD - What Is a GitHub Runner

Higher Ed
This video provides an introduction to the GitHub runner. This clip is from the chapter "GitHub Runners" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on GitHub runners.
Instructional Video8:23
Curated Video

Learning GitHub Actions for DevOps CI/CD - GitHub Environments | How to Add Manual Approvals

Higher Ed
This video demonstrates GitHub environments, and you will focus on how to add manual approvals. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section...
Instructional Video6:21
Curated Video

Learning GitHub Actions for DevOps CI/CD - GitHub Actions Store Your Secrets and Passwords Securely

Higher Ed
This video demonstrates how GitHub Actions store your secrets and passwords securely. This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on...
Instructional Video7:17
Curated Video

Learn Tableau by Working on Exciting Dashboards - Comparative Profit Analysis - Exclude LOD Example

Higher Ed
This video explains comparative profit analysis using an exclude level of detailed expression example.
Instructional Video5:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Cohort Analysis - Fixed LOD Example

Higher Ed
This video explains cohort analysis, which is a popular expression of fixed level of detailed expression.
Instructional Video5:12
Curated Video

Learn Tableau by Working on Exciting Dashboards - Fixed LOD

Higher Ed
This video explains what the fixed level of detailed expressions are by connecting to the sample retailer data.
Instructional Video9:33
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Foliage Mode in UE5

Higher Ed
In this lesson, we will begin to set up foliage mode within Unreal Engine 5. We will cover how to set basic static mesh as a foliage asset and how to control its settings to get better results from painting our vegetation. This clip is...
Instructional Video10:34
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - 3D Foliage Particle Setup

Higher Ed
In this lesson, we will find out how to set up a particle system for the other variances in our foliage collections. We will make use of particles to place each collection created onto a preview plane to ensure that the density of our...
Instructional Video10:03
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Grass Foliage Particles

Higher Ed
In this lesson, we will set up our particle system to be used for placing foliage within a terrain. We will make use of our created 3D foliage and start adjusting parameters for placing density in each of our collections individually....
Instructional Video11:12
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Organizing the Project

Higher Ed
In this lesson, you will learn how to fix issues with the overall sorting of a foliage pack in Blender. We will take our time to rename and pack our plants in different collections to have better control over what we have created. This...
Instructional Video6:48
Curated Video

Blender to Unreal Engine - 3D Plants and Vegetation - Blender Setup and Resource Pack

Higher Ed
In this lesson, we will look through the basic setup of Blender and the course resource pack. This clip is from the chapter "Introduction and Blender Setup" of the series "Blender to Unreal Engine - 3D Plants and Vegetation".In this...
Instructional Video13:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - User Account and Cart

Higher Ed
This video discusses the context in React, a method to pass props from parent to child component(s) by storing the props in a store. We will create a "cart" context to store items in our shopping cart.
Instructional Video10:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Codebook Demo / 097

Higher Ed
This video demonstrates updating and stylizing the product list based on specific eCommerce store sales criteria.
Instructional Video10:37
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Ordering Data / 260

Higher Ed
You can specify the sort order for your data using orderBy() and limit the number of documents retrieved using the limit(). Note an orderBy() clause.
Instructional Video5:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Update Environment Variables / 145

Higher Ed
Let's discuss the arithmetic operators available in JavaScript to perform operations on constants and variables and look at the different operators available in JavaScript.
Instructional Video6:38
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 140

Higher Ed
In this video, you will learn to validate our forms in React. Here, the form will force us to enter details before we are taken to the product confirmation page.
Instructional Video9:51
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Product Service: API End Points / 138

Higher Ed
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
Instructional Video15:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Data Service: API Endpoints / 137

Higher Ed
In this lesson, we will understand the styled system, a collection of utility functions that add style props to your React components and allow you to control styles based on criteria.
Instructional Video11:54
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dashboard: Condition 2 / 135

Higher Ed
After exploring the basics of the EC2 dashboard, you will now learn to create your EC2 instance, launch an example, and deploy a Linux-based AMI.
Instructional Video9:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dashboard: Condition 1 / 134

Higher Ed
In this video, we will explore the admin dashboard and look at the few available features on the dashboard.
Instructional Video14:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Order Page / 133

Higher Ed
In this video, you will learn how to create the basket layout for storing the chosen products and increase or decrease the quantity of the items or delete the items from the list.
Instructional Video16:52
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132

Higher Ed
In this lecture, the next step is to start building the home page of the eCommerce site. We will use components to tell React what we want to see on the screen.
Instructional Video2:28
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Undefined Value Warning / 131

Higher Ed
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.