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. This clip...
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. This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16 Crash...
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.
Curated Video
ChatGPT for Creatives - Let's Make Some Formats
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...
Curated Video
ChatGPT for Creatives - Making Land
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...
Curated Video
ChatGPT for Creatives - How to Save Your Work Right Away
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...
Curated Video
ChatGPT for Creatives - Creating the Details and Characters
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...
Curated Video
Behavioral Design Patterns in C++ - Hangman - II
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.
Curated Video
Behavioral Design Patterns in C++ - Hangman - I
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Fire Events and User Events / 153
In this video, we will look at different events such as mouse clicks, mouse overs, mouse out, key down, and document load.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Component Rendering / 152
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Solution: WordCount / 158
In this video, we will look at a demonstration to add an extra layer of security to the user and plain password authentication.