Instructional Video6:46
Curated Video

Building Microservices API in Go - Hello World

Higher Ed
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...
Instructional Video6:56
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Delete

Higher Ed
In this video, you will learn about list and ArrayList—choosing iteration approach for printing and deleting.
Instructional Video2:59
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 07 - List and ArrayList - Iterating Around Elements

Higher Ed
In this video, you will learn about list and ArrayList—iterating around elements.
Instructional Video2:02
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Exercise Solutions - Book Class and Three Instances

Higher Ed
In this video, you will learn about exercise solutions—Book class and three instances.
Instructional Video4:06
Instructional Video4:10
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Work Quickly with Keyboard Shortcuts and Key Tips

Higher Ed
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. This clip...
Instructional Video5:47
Curated Video

Advanced Chatbots with Deep Learning and Python - Vectorizing Train and Test Data

Higher Ed
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data.
Instructional Video9:39
Curated Video

Advanced Chatbots with Deep Learning and Python - Vectorize Stories

Higher Ed
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.
Instructional Video3:01
Curated Video

Advanced Chatbots with Deep Learning and Python - Tokenizer

Higher Ed
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.
Instructional Video7:30
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Export Data from Project

Higher Ed
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...
Instructional Video5:01
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Completing the GridImagesView

Higher Ed
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. This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16 Crash...
Instructional Video11:09
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: tf-idf Matrix

Higher Ed
In this video, you will learn to make the recommendation engine using the tf-idf matrix.
Instructional Video3:15
Curated Video

Fundamentals of Secure Software - Password Demo

Higher Ed
This is a demo video on password management.
Instructional Video7:51
Curated Video

Comparative Adjectives and Game for Kids

Pre-K - 3rd
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...
Instructional Video8:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Accuracy Versus Recommendations

Higher Ed
We will now perform data visualization; we will check the accuracy of our recommender model with the recommendations.
Instructional Video12:27
Curated Video

ChatGPT for Creatives - Let's Make Some Formats

Higher Ed
In this video, you will learn to specify different genres and subgenres to ChatGPT and make it provide us with different formats of the storytelling components that we can use to create our very own story of preference with ideal word...
Instructional Video15:10
Curated Video

ChatGPT for Creatives - Making Land

Higher Ed
In this video, you will learn to create the landscape of the world being built. The video covers several key aspects of creating the land, including choosing the type of terrain, creating the physical features of the world, and...
Instructional Video4:27
Curated Video

ChatGPT for Creatives - How to Save Your Work Right Away

Higher Ed
In this video, the author talks about the importance of saving work while creating comics or manga. He also shares his personal experience of losing work and the lessons he learned from it. Finally, he offers practical tips on how to...
Instructional Video15:48
Curated Video

ChatGPT for Creatives - Creating the Details and Characters

Higher Ed
In this video, we will dive into creating the details and characters for a novel and talk about the importance of developing well-rounded characters that readers can relate to. We will create lists of ghost stories based on folklore in...
Instructional Video3:39
Curated Video

Behavioral Design Patterns in C++ - Hangman - II

Higher Ed
This video will help you test the Hangman game. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video7:22
Curated Video

Behavioral Design Patterns in C++ - Hangman - I

Higher Ed
In this video, we will implement the popular Hangman game on the console. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video10:23
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Fire Events and User Events / 153

Higher Ed
In this video, we will look at different events such as mouse clicks, mouse overs, mouse out, key down, and document load.
Instructional Video11:08
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152

Higher Ed
In this lesson, we will look at a term to describe the ability to render different user interface (UI) markup if a condition is true or false, the conditional rendering.
Instructional Video5:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: WordCount / 158

Higher Ed
In this video, we will look at a demonstration to add an extra layer of security to the user and plain password authentication.