Instructional Video4:24
Curated Video

Vue.js 3 and Firebase for Beginners - Nested Routes

Higher Ed
This video explains nested routes in Vue and how it enables you to have multiple components render on the same page. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this section, we...
Instructional Video19:42
Curated Video

Linux Crash Course for Beginners - 2023 - Processes and Jobs

Higher Ed
In this video, you will learn about processes and jobs commands such as systemctl, ps, top, kill, crontab, and at.
Instructional Video8:20
Curated Video

Linux Crash Course for Beginners - 2023 - File Display Commands

Higher Ed
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Instructional Video5:06
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring New Java API - Files - readString and writeString Methods

Higher Ed
In this video, let's look at a few files-related methods that were introduced in JDK 11.
Instructional Video5:57
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList

Higher Ed
In this video, we will take a first look at ArrayList—refactoring student class to use ArrayList.
Instructional Video5:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Arrays - Compare, Sort, and Fill

Higher Ed
In this video, you will learn about Java arrays—compare, sort, and fill.
Instructional Video8:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Java Arrays - Puzzles - Arrays of Objects, Primitive Data Types, toStr

Higher Ed
In this video, you will learn about Java arrays with puzzles—arrays of objects, primitive data types, toStr.
Instructional Video5:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding String Is Immutable and String Concat, Upper Case, Lower

Higher Ed
In this video, you will understand that string is immutable and string Concat, upper case, lower.
Instructional Video9:17
Curated Video

Unraveling Intelligence: From IQ to Brain Boosting Activities

6th - Higher Ed
Explore the complex world of intelligence, starting with IQ tests and diving into how various activities can enhance cognitive function. This video examines the neuroscience behind intelligence, including how our brains process...
Instructional Video6:05
Curated Video

Chatbots Development with Amazon Lex - Responses with Boto

Higher Ed
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses obtained with Boto.
Instructional Video7:28
Curated Video

Chatbots Development with Amazon Lex - Session state Dialog Hook and Dialog Action

Higher Ed
In this lecture, we will understand what a session state is, basically the state of the conversation between the user and the Amazon Lex chatbot and dialog action, which determines the action that Amazon Lex should take to the Lambda...
Instructional Video1:36
Curated Video

Chatbots Development with Amazon Lex - Completing Lambda Function

Higher Ed
In this lesson, we will complete the Lambda function and the last part of the chatbot build—the fulfillment code hook and add them to the database.
Instructional Video11:41
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - File Handling

Higher Ed
In this video, we will be looking at file and exception handling. We will wrap our file statements inside the try and catch blocks.
Instructional Video5:07
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating MainEmojiQuoteView and GridImagesView

Higher Ed
Here, you will learn to calibrate the “MainEmojiQuoteViewâ€. We will link the emoji to the quotes view and the images to the emoji quotes. When the app is run, we can make the emoji produce a random quote in the bubble and link the...
Instructional Video3:47
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 2 - Image and Color Picker section.screenflow

Higher Ed
Now, we will focus on learning how to resize the image. You will learn to add a slider that accepts a value, which will be the dimension of the screen display where the image gets displayed. We can resize the image and the font using the...
Instructional Video8:02
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating the Image View

Higher Ed
This video demonstrates how we can update the image view. We will use binding variables defining the image, color, and size. We will also adjust the image view based on the device that the app will run. This clip is from the chapter...
Instructional Video4:35
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote Model

Higher Ed
This video demonstrates how to use a quotable API. We will use Google to locate the Luke Peavey Quotable and obtain random quotes. We will use the JSON decoder and develop the Quote Model. This clip is from the chapter "Emoji App" of the...
Instructional Video2:45
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: User-Based Collaborative Filtering

Higher Ed
In this lesson, we will discuss user-based collaborative filtering in machine learning for a recommender system.
Instructional Video5:10
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Design Approaches for ML

Higher Ed
In this lecture, we will explore the design approaches for recommender systems using machine learning.
Instructional Video7:53
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Benefits of Machine Learning

Higher Ed
Let's understand what role machine learning plays in a recommender system and what are the benefits of machine learning.
Instructional Video4:40
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Content-Based Filtering

Higher Ed
In this lesson, we will understand the first model of filtering, content-based filtering, and learn its pros and cons.
Instructional Video3:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Content-Based Filtering

Higher Ed
In this lesson, we will understand content-based filtering and how to develop it with machine learning.
Instructional Video2:54
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Generations of Recommender Systems

Higher Ed
In this lesson, we will look at the first, second, and third generations of recommender systems.
Instructional Video9:06
Curated Video

A Detailed Guide to the OWASP Top 10 - Understanding SQL and Databases

Higher Ed
This video explains databases and Structured Query Language (SQL).