Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing IAC Template with Bicep to Deploy Infrastructure - Part 1
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - What Is a GitHub Runner
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.
Curated Video
Learning GitHub Actions for DevOps CI/CD - GitHub Environments | How to Add Manual Approvals
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - GitHub Actions Store Your Secrets and Passwords Securely
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...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Comparative Profit Analysis - Exclude LOD Example
This video explains comparative profit analysis using an exclude level of detailed expression example.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Cohort Analysis - Fixed LOD Example
This video explains cohort analysis, which is a popular expression of fixed level of detailed expression.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Fixed LOD
This video explains what the fixed level of detailed expressions are by connecting to the sample retailer data.
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Foliage Mode in UE5
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...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - 3D Foliage Particle Setup
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...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Setting Up Grass Foliage Particles
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....
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Organizing the Project
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...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Blender Setup and Resource Pack
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - User Account and Cart
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Codebook Demo / 097
This video demonstrates updating and stylizing the product list based on specific eCommerce store sales criteria.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Ordering Data / 260
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Update Environment Variables / 145
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 140
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Product Service: API End Points / 138
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Data Service: API Endpoints / 137
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dashboard: Condition 2 / 135
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dashboard: Condition 1 / 134
In this video, we will explore the admin dashboard and look at the few available features on the dashboard.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Order Page / 133
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Order Submit Function / 132
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Undefined Value Warning / 131
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.