Instructional Video24:54
Curated Video

Interpreting graphs in geography

Pre-K - Higher Ed
Pupil outcome: I can interpret data from a wide variety of graphs. Key learning points: - Graphs of data allow geographers to understand trends and correlations. - Bivariate graphical data allows geographers to predict other values...
Instructional Video25:56
Curated Video

Interpolation versus extrapolation

Pre-K - Higher Ed
Pupil outcome: I can state the difference between interpolation and extrapolation and the limitations of each. Key learning points: - Interpolation can be used to estimate a value within the data set. - Extrapolation can be used to...
Instructional Video30:43
Curated Video

Interpreting scatter graphs

Pre-K - Higher Ed
Pupil outcome: I can interpret scatter graphs using the data points shown. Key learning points: - Scatter graphs can be used to find a second value when the first value is known. - A general trend may be observed from a scatter graph. -...
Instructional Video34:11
Curated Video

Interpreting and drawing real-life graphs

Pre-K - Higher Ed
Pupil outcome: I can interpret and draw other real-life graphs. Key learning points: - Not all real-life graphs can be drawn using sections of different linear graphs. - The graphs are models, which means that we want them to be useful....
Instructional Video11:19
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout View

Higher Ed
This video explains the workout view.<br<br/>/>

This clip is from the chapter "Charts Framework in Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the charts framework in widget.
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 Video4:59
Curated Video

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

Higher Ed
In this video, you will learn about events in Vue.js; we will also discuss how we can use events in JavaScript as a framework.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
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 Video4:23
Curated Video

The Complete Vue.js Course for Beginners - Installing and Running Vue.js

Higher Ed
In this video, we will see how to install and run Vue.js, how to install Vue CLI, and how to install Node and NPM.
<
br/>
This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course for...
Instructional Video6:37
Curated Video

The Complete Vue.js Course for Beginners - Using Vue.js without Installation

Higher Ed
In this video, we will see how we can use and make Vue.js files without any installation and how we can use Vue.js by having to use Node and NPM.
<
br/>
This clip is from the chapter "Installing Vue.js" of the series "The Complete...
Instructional Video2:22
Curated Video

The Complete Vue.js Course for Beginners - Introduction to Vue.js

Higher Ed
This video explains Vue.js and what Vue.js is used for and why the Vue.js frame is called a progressive framework.
<
br/>
This clip is from the chapter "Introduction and Overview" of the series "The Complete Vue.js Course for...
Instructional Video3:17
Curated Video

The Complete Vue.js Course for Beginners - What Is Vue.js?

Higher Ed
This video introduces you to Vue.js, which is a JavaScript framework for building user interfaces. It is built on top of standard HTML, CSS, and JavaScript. It helps you do programs easily in it.
<
br/>
This clip is from the chapter...
Instructional Video4:26
Curated Video

The Complete Vue.js Course for Beginners - Data Child to Parent

Higher Ed
In this video, we will talk about how we can pass data from a child component to a parent component.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section...
Instructional Video4:14
Curated Video

The Complete Vue.js Course for Beginners - Props

Higher Ed
In this video, we will talk about props. It can be registered on a component to pass data from a parent component to one of its children components.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete...
Instructional Video3:51
Curated Video

The Complete Vue.js Course for Beginners - Dynamic Classes

Higher Ed
In this video, we will look at how we can dynamically overwrite classes in Vue.js.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic...
Instructional Video4:22
Curated Video

The Complete Vue.js Course for Beginners - HTML Binding

Higher Ed
This video is about HTML binding; we will also discuss how we can use tags in the Vue part of the HTML file and how we can do binding in between them.
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The...
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 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 Video6:31
Curated Video

The Complete Vue.js Course for Beginners - For Loop Array of Objects

Higher Ed
In this video, we will talk about the use of for loop with arrays. We will do practical work related to for loops with arrays.
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
Instructional Video4:33
Curated Video

The Complete Vue.js Course for Beginners - If Else Condition

Higher Ed
In this video, we will discuss the if-else condition using a code.
<
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 with...
Instructional Video7:00
Curated Video

The Complete Vue.js Course for Beginners - Two-Way Binding with Multiple Inputs

Higher Ed
In this video, you will learn about two-way binding with multiple bindings, and we will add a new dynamic in this video by adding multiple boxes and obtain data from them.
<
br/>
This clip is from the chapter "Getting Started with...