Instructional Video6:30
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Environment Setup / 003

Higher Ed
This video explains the code editor—VS code, the extension related to our editor, and the browser.
<
br/>
This clip is from the chapter "JavaScript Basics" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
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.
<
br/>
This clip is from the chapter "Introduction and Resources" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video13:25
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Integrating Packer with Red Hat Ansible

Higher Ed
This video provides a hands-on lab that covers how to use Packer with Red Hat Ansible to automate the configuration of virtual machine images.
<
br/>
This clip is from the chapter "Packer Integrations" of the series "Automating...
Instructional Video14:57
Curated Video

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

Higher Ed
This video provides a hands-on lab that covers how to use breakpoints in Packer to pause the build process at specific points in the configuration. The lab covers how to add breakpoints to a Packer template, use the debug flag to...
Instructional Video4:52
Curated Video

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

Higher Ed
This video provides a hands-on lab covering converting a Packer template from JSON to HCL format. The lab covers how to use the Packer init command to convert the template and how to modify the resulting HCL file to update the...
Instructional Video10:29
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Code Organization

Higher Ed
This video provides a hands-on lab that walks through the process of using modules in Packer to organize and reuse common configuration blocks. The lab covers how to create a module, pass variables to the module, and use the module in...
Instructional Video4:39
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Post-Processors

Higher Ed
This video provides a hands-on lab that walks through the process of using a post-processor in Packer. The lab covers using the amazon-import post-processor to upload the machine image to an S3 bucket and register it as an AMI in...
Instructional Video7:26
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Examples of Post-Processors

Higher Ed
In this video, several examples of post-processors are discussed, including the docker-import post-processor, which imports the machine image into Docker, and the vagrant post-processor, which exports the image as a Vagrant box. The...
Instructional Video6:35
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Post-Processors

Higher Ed
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...
Instructional Video5:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Examples of Different Provisioners

Higher Ed
In this video, we will explore examples of different provisioners, including how to upload a single file and multiple files in a local directory. We will explore executing a script and running commands on the machine.
<
br/>
This...
Instructional Video12:53
Curated Video

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

Higher Ed
In this hands-on lab demonstration video, we will work with Packer variables. We will add a variable and local block and update the Packer template to use variables. We will build an image with variables and a variable file. We will...
Instructional Video21:17
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Deployment Using GitHub and Netlify / 321

Higher Ed
This video explains how to deploy the code for the quiz application using GitHub and Netlify.
<
br/>
This clip is from the chapter "Project: Quiz Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On...
Instructional Video12:35
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Introduction to CSS

Higher Ed
This video introduces you to Cascading Style Sheets.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML...
Instructional Video4:11
Curated Video

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

Higher Ed
This video explains how to add comments to the HTML code.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an...
Instructional Video12:28
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Environment Setup

Higher Ed
This video explains the environmental setup used for HTML and CSS.
<
br/>
This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video7:41
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Whisper AI

Higher Ed
In this video, we will explore Whisper AI, an ASR system designed to transcribe spoken language into written text, and its potential applications. You will learn how it can be incorporated into speech recognition workflows to enhance...
Instructional Video5:57
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - VLookUp in Excel

Higher Ed
In this video, we will be introduced to the VLookUp function in Excel and how ChatGPT can assist in automating this data analysis task. We will use ChatGPT's capabilities to perform VLookUp operations in Excel to analyze/manipulate...
Instructional Video8:29
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Creating a 'Word Cloud' Using Streamlit

Higher Ed
This video demonstrates ChatGPT with Streamlit, a popular Python library for building interactive web apps, to create a “word cloud”. We will generate word clouds, visualize textual data, and gain insights into data visualization...
Instructional Video5:19
Curated Video

Alteryx Advanced - Exercise 5

Higher Ed
In this exercise, we will use the ex5-kchousedata.csv file to create a regression model that predicts the house price through assisted modeling.
<
br/>
This clip is from the chapter "Exercises and Course" of the series "Alteryx...
Instructional Video6:04
Curated Video

Alteryx Advanced - Exercise 2

Higher Ed
We will use the SQL dump, import the SQL database and use its data in Alteryx using In-Database tools, join the three tables, and remove the excess fields after the join. Using the collated data, we will create a stream that shows the...
Instructional Video4:38
Curated Video

Alteryx Advanced - Exercise 1

Higher Ed
In exercise 1, we will autofield the ex1-academicperf.csv file, then use Regex to add a tag if the nationality column is not clean and save the output to the Calgary database. We will use the Calgary input and create a new field that...
Instructional Video10:03
Curated Video

Alteryx Advanced - In-Database

Higher Ed
In this video, we will explore in-database processing, which enables blending and analysis of large datasets without moving the data from the database. You will learn to use the input tool and the different data sources that support...
Instructional Video9:36
Curated Video

Alteryx Advanced - Using Multiple Files and Calgary

Higher Ed
In this video, we will understand how to use multiple files and learn the Calgary function. You will learn about using directory and dynamic input tools to handle multiple files. You will learn to use wildcard characters. We will...
Instructional Video1:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Benefits of Monolithic Architecture

Higher Ed
Let's explore the advantages and benefits offered by monolithic architecture. We will understand how the centralized nature of monolithic systems simplifies development, deployment, and maintenance processes, providing benefits such as...