Hi, what do you want to do?
Curated Video
The Art of Doing - Web Development for Beginners - Functions
In this video, we will delve into functions in JavaScript, including function declarations, parameters, and function bodies. You will also learn how to call functions and pass arguments to them and explore best practices for writing...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Model Binding Introduction
At the end of this video, you will have a fairly good understanding of the model binding concept.
<
br/>
This clip is from the chapter "Model Binding in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This...
<
br/>
This clip is from the chapter "Model Binding in ASP.NET Core" of the series "ASP.NET 6.0 - Build Hands-On Web Projects".This...
Curated Video
Behavioral Design Patterns in C++ - Document Framework - II
In this video, we will continue adding classes to the document framework.
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
<
br/>
This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - BigInteger
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and scoping and things to avoid and embrace around this.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Iterator
This video explains a basic implementation of the Iterator design pattern.<br<br/>/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Curated Video
Behavioral Design Patterns in C++ - Lamp - II (Enum States)
In this video, we will use the variable to store the current state of the lamp so that one can take the correct action if the lamp is switched OFF or switched ON.
<
br/>
This clip is from the chapter "State" of the series...
<
br/>
This clip is from the chapter "State" of the series...
Curated Video
Behavioral Design Patterns in C++ - RPN Evaluator - I
This video demonstrates another example that uses the Interpreter design pattern and builds the RPN evaluator.
<
br/>
This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses...
<
br/>
This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Inbuilt Functions in Python - range and input
In this video, you will learn two important inbuilt functions in Python, which are range and input functions.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Type Conversion and Type Casting
In this video, we will understand how to convert one data type to another data type.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Numbers
This video explains the different types of numbers in Python.
<
br/>
This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and...
<
br/>
This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Code Preparation (NLP)
In this video, we will look at the code preparation we will use for NLP and understand it.
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with...
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Embeddings
In this video, we will understand the text as sequence data.
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, you...
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this section, you...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Text Preprocessing
In this video, we will move into action and understand how to do text preprocessing using Colab notebook.
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural...
<
br/>
This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Convolutional Neural...
Curated Video
Recommender Systems with Machine Learning - Making Recommendations
This video helps you with making recommendations.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
Curated Video
Master SQL for Data Analysis - Creating Tables - Constraints
Here, we will look at the different constraints that can be added to update or limit data stored in a specific column in a table.
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series...
<
br/>
This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series...
Curated Video
Master SQL for Data Analysis - Data-Type Conversions (CAST)
Here, we will understand predefined datatypes and how to convert one data type to another.
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section focuses...
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section focuses...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Random Train-Test Split
In this lesson, you will learn to perform the test train split, which will do the training split and then create a prediction; we will use a random dataset (80-20 ratio).
<
br/>
This clip is from the chapter "Project Amazon Product...
<
br/>
This clip is from the chapter "Project Amazon Product...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Generating Data
In this video, we will discuss how to generate data.
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into...
<
br/>
This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Multidimensional Arrays
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.
<
br/>
This clip is from the chapter "Arrays" of the series...
<
br/>
This clip is from the chapter "Arrays" of the series...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Cell Property
This video explains the Cell property used to reference the cells on your spreadsheets.
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section...
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Arrays and Loop
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.
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and...
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Arrays
This video explains arrays where you can store more than one value under the same name.
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains...
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Do Loop
This video explains the Do Loop that allows the user to repeat a certain process in a macro.
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Loop
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.
<
br/>
This clip is from the chapter "Loops...
<
br/>
This clip is from the chapter "Loops...