Hi, what do you want to do?
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Find the Longest Word in a String
In this video, you will learn how to find the longest word in a given string using JavaScript. The video covers the step-by-step process of solving this problem, including how to split the string into an array of words, looping through...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Looping Through Arrays in JavaScript
In this video, you will learn how to loop through arrays in JavaScript using different methods such as for loops, for…of loops, forEach() method, and map() method.
<
br/>
This clip is from the chapter "Data Structures - From Zero...
<
br/>
This clip is from the chapter "Data Structures - From Zero...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - Compounding and Augmented Operators in JavaScript
This is a solution video where you will learn about compounding and augmented operators in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series...
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise Solution - Escape Sequences in JavaScript
This is a solution video where you will work on escape sequences in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from...
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Strings in Solidity
In this video, you will learn about strings in Solidity and how to declare and initialize them.
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for...
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write Solidity Variables
This is an exercise video on how to write Solidity variables.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Curated Video
Linux Crash Course for Beginners - 2023 - Linux File Editor
In this video, we will cover the Linux file editor. You will learn about vi editor.
Curated Video
Fundamentals of Neural Networks - Language Processing
NLP is a tool for structuring data in a way that AI systems can process that deals with language. NLP uses AI to 'read' through a document and extract key information.
<
br/>
This clip is from the chapter "Recurrent Neural Networks"...
<
br/>
This clip is from the chapter "Recurrent Neural Networks"...
Curated Video
Fundamentals of Neural Networks - Why Use RNN
A Recurrent neural network is a type of artificial neural network commonly used in speech recognition and natural language processing. Recurrent neural networks recognize data's sequential characteristics and use patterns to predict...
Curated Video
Building Microservices API in Go - Hello World
In this video, we will dive into the basics of building an HTTP web server in Go using the standard HTTP library. We will cover topics such as request multiplexer (router) and handler functions, and how to register endpoints with the...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Delete
In this video, you will learn about list and ArrayList—choosing iteration approach for printing and deleting.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - List and ArrayList - Iterating Around Elements
In this video, you will learn about list and ArrayList—iterating around elements.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Exercise Solutions - Book Class and Three Instances
In this video, you will learn about exercise solutions—Book class and three instances.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 17 - How to Name a Variable
This video talks about how to name a variable.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Work Quickly with Keyboard Shortcuts and Key Tips
This video demonstrates how to use keyboard shortcuts and key tips to work more efficiently in Project 2021. Understand how to access commands using keyboard shortcuts and key tips to access commands with just a few keystrokes.
<
br/>...
<
br/>...
Curated Video
Advanced Chatbots with Deep Learning and Python - Vectorizing Train and Test Data
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data.
Curated Video
Advanced Chatbots with Deep Learning and Python - Vectorize Stories
In this video, we will understand how to vectorize the story by defining functions, using the data, and developing an index and tokenizer. We will also determine the maximum story length calculated.
Curated Video
Advanced Chatbots with Deep Learning and Python - Tokenizer
You will learn to import the tokenizer with and without filters. We will fit the tokenizer into our vocabulary using the fit_on_texts built-in command.
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Export Data from Project
In this video, we will understand how to export project data from Microsoft Project 2021. We will discover how to create output formats compatible with other applications and tools, facilitating data sharing and reporting with...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Completing the GridImagesView
In this video, we will understand how to change the image view. You will learn to create partial views of the images and also be able to scale the text.
<
br/>
This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16...
<
br/>
This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: tf-idf Matrix
In this video, you will learn to make the recommendation engine using the tf-idf matrix.
Curated Video
Fundamentals of Secure Software - Password Demo
This is a demo video on password management.
Curated Video
Comparative Adjectives and Game for Kids
In this educational adventure, children will discover how to compare different things using words like "bigger," "smaller," "faster," and more. With vibrant animations and clear explanations, we'll explore the concept of comparative...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Accuracy Versus Recommendations
We will now perform data visualization; we will check the accuracy of our recommender model with the recommendations.