Curated Video
The Complete Vue.js Course for Beginners - Dynamic Routing
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...
Curated Video
The Complete Vue.js Course for Beginners - Routing
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...
Curated Video
The Complete Vue.js Course for Beginners - beforeUnmount and unmounted
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...
Curated Video
The Complete Vue.js Course for Beginners - beforeUpdate and updated
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...
Curated Video
The Complete Vue.js Course for Beginners - beforeMount and mounted
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...
Curated Video
The Complete Vue.js Course for Beginners - beforeCreate and created
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...
Curated Video
The Complete Vue.js Course for Beginners - What Are Lifecycle Hooks in Vue JS?
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"...
Curated Video
The Complete Vue.js Course for Beginners - Teleport Components
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...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Components
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...
Curated Video
The Complete Vue.js Course for Beginners - Multiple Slots
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,...
Curated Video
The Complete Vue.js Course for Beginners - Slots
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...
Curated Video
The Complete Vue.js Course for Beginners - Watchers
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...
Curated Video
The Complete Vue.js Course for Beginners - Computed Property
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...
Curated Video
The Complete Vue.js Course for Beginners - Props and Non-Props Data
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...
Curated Video
The Complete Vue.js Course for Beginners - Complete Form Validation
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...
Curated Video
The Complete Vue.js Course for Beginners - Complete Form
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...
Curated Video
The Complete Vue.js Course for Beginners - Simple Form
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...
APMonitor
Data Science π Interpolation
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...
APMonitor
Linear and Nonlinear Regression in Python
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.
Curated Video
High Performance Scientific Computing with C 1.3: Interpolation and Extrapolation
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
Curated Video
High Performance Scientific Computing with C 1.4: Numerical Integration
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...
Curated Video
High Performance Scientific Computing with C 1.2: Introduction β Why Use Computers for Math?
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...
KnowMo
Understanding Scatter Graphs: Identifying Correlations and Making Predictions
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....
KnowMo
The Limits of Correlation: Understanding Causation and Making Predictions
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...