Instructional Video6:19
Curated Video

The Complete Vue.js Course for Beginners - Dynamic Routing

Higher Ed
In this video, we are going to talk about dynamic routing, what is dynamic routing, why we use dynamic routing and what is the difference between static routing and dynamic routing This clip is from the chapter "Routing and API" of the...
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 Video5:11
Curated Video

The Complete Vue.js Course for Beginners - beforeUnmount and unmounted

Higher Ed
Called right before a component instance is to be unmounted. When this hook is called, the component instance is still fully functional. This hook is not called during server-side rendering. This clip is from the chapter "Understanding...
Instructional Video4:35
Curated Video

The Complete Vue.js Course for Beginners - beforeUpdate and updated

Higher Ed
This video talks about the beforeUpdate and updated hooks in detail. This clip is from the chapter "Understanding the Lifecycle Hooks in Vue.js" of the series "The Complete Vue.js Course for Beginners".In this video, we will understand...
Instructional Video2:19
Curated Video

The Complete Vue.js Course for Beginners - beforeMount and mounted

Higher Ed
In this video, we will talk about beforeMount and mounted; mounted is the next lifecycle hook that gets called after the beforeMount hook and right after the Vue instance has been mounted. This clip is from the chapter "Understanding the...
Instructional Video3:10
Curated Video

The Complete Vue.js Course for Beginners - beforeCreate and created

Higher Ed
In this video, we will look at beforeCreate and created, where beforeCreated hook is before an instance has been fully initialized whereas the created hook is after an instance is created. This clip is from the chapter "Understanding the...
Instructional Video6:09
Curated Video

The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?

Higher Ed
In this video, we will talk about lifecycle hooks in Vue.js and how we can use them, and in which label we will work to instruct which method will be run first. This clip is from the chapter "Understanding the Lifecycle Hooks in Vue.js"...
Instructional Video3:55
Curated Video

The Complete Vue.js Course for Beginners - Teleport Components

Higher Ed
is a built-in component that allows us to "teleport" a part of a component's template into a DOM node that exists outside the DOM hierarchy of that component. This clip is from the chapter "Advanced Concepts" of the series "The Complete...
Instructional Video7:06
Curated Video

The Complete Vue.js Course for Beginners - Dynamic Components

Higher Ed
Dynamic components is a Vue.js feature that enables users to dynamically render different components based on certain conditions or user interactions. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js...
Instructional Video6:28
Curated Video

The Complete Vue.js Course for Beginners - Multiple Slots

Higher Ed
In this video, we will look at multiple slots, study different slots, why we make them, and where they are used. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this section,...
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 Video3:21
Curated Video

The Complete Vue.js Course for Beginners - Watchers

Higher Ed
A watcher in Vue is a special feature that allows us to observe some data and perform specific actions when it changes. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this...
Instructional Video3:56
Curated Video

The Complete Vue.js Course for Beginners - Computed Property

Higher Ed
A Computed property in Vue3 is used to declaratively describe a value that is dependent on other values. This clip is from the chapter "Advanced Concepts" of the series "The Complete Vue.js Course for Beginners".In this section, we will...
Instructional Video3:54
Curated Video

The Complete Vue.js Course for Beginners - Props and Non-Props Data

Higher Ed
A component non-prop attribute is an attribute or event listener that is passed to a component but does not have a corresponding property defined in props or emits. This clip is from the chapter "Advanced Concepts" of the series "The...
Instructional Video4:38
Curated Video

The Complete Vue.js Course for Beginners - Complete Form Validation

Higher Ed
In this video, we will discuss form validations and how to remove an error if it occurs. 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 forms...
Instructional Video4:45
Curated Video

The Complete Vue.js Course for Beginners - Complete Form

Higher Ed
In this video, we will extend the form a little bit further. To extend the form, we will add a label for hobbies and place a break between the hobbies bar. This clip is from the chapter "Form and Validation" of the series "The Complete...
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 Video20:22
APMonitor

Data Science 🐍 Interpolation

10th - Higher Ed
Interpolation constructs new prediction points from a discrete set of known data points. There are many types of interpolation such as nearest neighbor (piecewise constant), linear, polynomial, cubic spline, and basis spline. In...
Instructional Video24:04
APMonitor

Linear and Nonlinear Regression in Python

10th - Higher Ed
Polynomial or general nonlinear functions are developed with Numpy and Scipy in Python. These exercises also cover methods to create linear or spline interpolations that interpolate between data points.
Instructional Video10:34
Curated Video

High Performance Scientific Computing with C 1.3: Interpolation and Extrapolation

Higher Ed
How can we "fill in" the data points between discrete data? How can we extend beyond our data points? β€’ Learn linear interpolation β€’ Learn polynomial interpolation β€’ See the dangers of extrapolation
Instructional Video12:05
Curated Video

High Performance Scientific Computing with C 1.4: Numerical Integration

Higher Ed
How can we calculate integrals with a computer? How can we solve differential equations? β€’ Calculate integrals with the trapezoid and Simpson’s rule β€’ See how the error terms scale with different algorithms β€’ Solve differential equations...
Instructional Video9:33
Curated Video

High Performance Scientific Computing with C 1.2: Introduction – Why Use Computers for Math?

Higher Ed
Why is the history of computation so tied with mathematics? How are computers used today to solve mathematical problems? β€’ Understand the need for computers to solve mathematical problems β€’ Understand the problems for which computers are...
Instructional Video2:53
KnowMo

Understanding Scatter Graphs: Identifying Correlations and Making Predictions

12th - Higher Ed
The video discusses scatter graphs and their usefulness in determining the relationship between two sets of data. The speaker explains the concepts of positive, negative, and no correlation, and how to identify them on a scatter graph....
Instructional Video10:25
KnowMo

The Limits of Correlation: Understanding Causation and Making Predictions

12th - Higher Ed
The video is a lecture on the limits of correlation in statistics. The speaker discusses the importance of being careful when interpreting correlations and emphasizes that correlation does not infer causation. The video covers topics...