Hi, what do you want to do?
Curated Video
Interpreting graphs in geography
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...
Curated Video
Interpolation versus extrapolation
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...
Curated Video
Interpreting scatter graphs
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. -...
Curated Video
Interpreting and drawing real-life graphs
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....
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout View
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.
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.
Curated Video
The Complete Vue.js Course for Beginners - Two-Way Binding in Vue.js
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...
<
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...
Curated Video
The Complete Vue.js Course for Beginners - Events and Parameters
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...
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
Curated Video
The Complete Vue.js Course for Beginners - Methods and Parameters
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...
<
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...
Curated Video
The Complete Vue.js Course for Beginners - Vue.js Interpolation
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...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - How to Create Components
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...
<
br/>
This clip is from the chapter "Getting Started with...
Curated Video
The Complete Vue.js Course for Beginners - File and Folder Overview
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...
<
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...
Curated Video
The Complete Vue.js Course for Beginners - Installing and Running Vue.js
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...
<
br/>
This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course for...
Curated Video
The Complete Vue.js Course for Beginners - Using Vue.js without Installation
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...
<
br/>
This clip is from the chapter "Installing Vue.js" of the series "The Complete...
Curated Video
The Complete Vue.js Course for Beginners - Introduction to Vue.js
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...
<
br/>
This clip is from the chapter "Introduction and Overview" of the series "The Complete Vue.js Course for...
Curated Video
The Complete Vue.js Course for Beginners - What Is Vue.js?
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...
<
br/>
This clip is from the chapter...
Curated Video
The Complete Vue.js Course for Beginners - Data Child to Parent
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...
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section...
Curated Video
The Complete Vue.js Course for Beginners - Props
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...
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The Complete...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Classes
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...
<
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...
Curated Video
The Complete Vue.js Course for Beginners - HTML Binding
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...
<
br/>
This clip is from the chapter "Basic Code Part" of the series "The...
Curated Video
The Complete Vue.js Course for Beginners - Reuse Components
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...
<
br/>
This...
Curated Video
The Complete Vue.js Course for Beginners - Create a Child Component in Vue.js
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...
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
Curated Video
The Complete Vue.js Course for Beginners - For Loop Array of Objects
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...
<
br/>
This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js...
Curated Video
The Complete Vue.js Course for Beginners - If Else Condition
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...
<
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...
Curated Video
The Complete Vue.js Course for Beginners - Two-Way Binding with Multiple Inputs
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...
<
br/>
This clip is from the chapter "Getting Started with...