Instructional Video14:47
Curated Video

Getting Started with HashiCorp Nomad - Demo - Secure Nomad with TLS

Higher Ed
This video demonstrates how to secure our Nomad environment with TLS. You will learn about managing different internal serfs, open-source options to create serfs, and using the HashiCorp vault to create serfs. This clip is from the...
Instructional Video7:25
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using SQL Developer

Higher Ed
In this practice video, we will download and install SQL Developer, a graphical tool provided by Oracle, which enhances the database administration and development experience on the hosting PC. This clip is from the chapter "Installing...
Instructional Video7:19
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Multidimensional Arrays

Higher Ed
This video explains multidimensional arrays, which are made by adding a comma after the first number between round brackets of your array name, then adding another number. This clip is from the chapter "Arrays" of the series "The...
Instructional Video7:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Cell Property

Higher Ed
This video explains the Cell property used to reference the cells on your spreadsheets. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains loops...
Instructional Video4:56
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators

Higher Ed
This video explains logical operators in VBA such as AND, OR, NOT. This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains the various...
Instructional Video2:29
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Subroutines

Higher Ed
This video explains a subroutine, which is a piece of code that performs a specific task described in the code but does not return a result or value. This clip is from the chapter "Subs and Functions" of the series "The Ultimate Excel...
Instructional Video3:47
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Arrays and Loop

Higher Ed
This video explains how to store some numbers in an array and then use a loop to print the amount of cells in the spreadsheet. This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA...
Instructional Video5:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Do Loop

Higher Ed
This video explains the Do Loop that allows the user to repeat a certain process in a macro. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains...
Instructional Video2:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Each Loop

Higher Ed
This video explains the For Each loop that is normally used with collections and arrays, which helps you run one or more loops to cycle through. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course...
Instructional Video4:51
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Loop

Higher Ed
This video explains the For loop that enables you to loop through a range of cells with just a few codes lines until the condition is met, and the code moves onto the next line of code. This clip is from the chapter "Loops with VBA" of...
Instructional Video6:15
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - VBA Practice Conditional Operators

Higher Ed
This video is a practice session on conditional operators where if a person scores 85 and above, we will want to grade an A along with changing the background color of the cell. This clip is from the chapter "VBA Conditional Statements"...
Instructional Video3:06
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Conditional Operators

Higher Ed
This video explains the various conditional operators such as =, <, >, <=, >=, <>, and so on. This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Instructional Video3:19
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Else and ElseIf

Higher Ed
This video explains Else and ElseIf variables in Excel VBA using an example where you can add an Else part that tells VBA what happens if the opening line returns False. This clip is from the chapter "VBA Conditional Statements" of the...
Instructional Video2:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - If Statements

Higher Ed
This video explains If statements in Excel VBA using an example where if the input is less than 10, the condition will be satisfied or else it won't show an output. This clip is from the chapter "VBA Conditional Statements" of the series...
Instructional Video6:30
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Other Excel VBA Variable Types

Higher Ed
This video explains the other Excel VBA variable types such as As long, As Single, As Double, and As Currency. The difference between all these data types is how many digits they can hold. This clip is from the chapter "Mastering...
Instructional Video4:08
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Addition and Subtraction

Higher Ed
This video explains how to add and subtract in Excel VBA. This clip is from the chapter "Mastering Variables in VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains variables in VBA using...
Instructional Video3:43
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variable Practice

Higher Ed
This video is a practice session on variables where you will declare the variable and store a value to it and read the string that was contained in it. This clip is from the chapter "Mastering Variables in VBA" of the series "The...
Instructional Video2:08
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Variables

Higher Ed
This video explains variables in VBA that help store things in memory. Variables can be of different types such as integers or strings. In VBA, you will need to declare every variable you are going to use. This clip is from the chapter...
Instructional Video6:48
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Offset Property

Higher Ed
This video explains the offset property, a useful way to refer to a cell or a group of cells. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces...
Instructional Video3:42
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Add a Button to a Spreadsheet

Higher Ed
This video explains how to place a button control on a spreadsheet. This clip is from the chapter "Introduction" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section introduces you to the course and how...
Instructional Video8:12
Curated Video

The Complete Vue.js Course for Beginners - Routing

Higher Ed
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...
Instructional Video3:56
Curated Video

The Complete Vue.js Course for Beginners - Slots

Higher Ed
In Vue.js, slots are a way to pass content to a component. They allow you to define a section of a component's template that can be replaced by the parent component. This clip is from the chapter "Advanced Concepts" of the series "The...
Instructional Video5:25
Curated Video

The Complete Vue.js Course for Beginners - Simple Form

Higher Ed
In this video, we will create a simple form and we will do validation through Vue.js in it. This clip is from the chapter "Form and Validation" of the series "The Complete Vue.js Course for Beginners".In this section, we will look at...
Instructional Video3:18
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Bonus Lecture: The ONE ChatGPT Prompt to Rule Them All (Promptception)

Higher Ed
In this video, we will understand the concept of “Promptceptionâ€, which involves using one ChatGPT prompt to generate multiple layers of prompts and ideas. We will walk through a step-by-step process for creating a “meta-promptâ€...