Curated Video
Vue.js 3 and Firebase for Beginners - Nested Routes
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...
Curated Video
Linux Crash Course for Beginners - 2023 - Processes and Jobs
In this video, you will learn about processes and jobs commands such as systemctl, ps, top, kill, crontab, and at.
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
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.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 09 - Exploring New Java API - Files - readString and writeString Methods
In this video, let's look at a few files-related methods that were introduced in JDK 11.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList
In this video, we will take a first look at ArrayList—refactoring student class to use ArrayList.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Arrays - Compare, Sort, and Fill
In this video, you will learn about Java arrays—compare, sort, and fill.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Java Arrays - Puzzles - Arrays of Objects, Primitive Data Types, toStr
In this video, you will learn about Java arrays with puzzles—arrays of objects, primitive data types, toStr.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding String Is Immutable and String Concat, Upper Case, Lower
In this video, you will understand that string is immutable and string Concat, upper case, lower.
Curated Video
Unraveling Intelligence: From IQ to Brain Boosting Activities
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...
Curated Video
Chatbots Development with Amazon Lex - Responses with Boto
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses obtained with Boto.
Curated Video
Chatbots Development with Amazon Lex - Session state Dialog Hook and Dialog Action
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...
Curated Video
Chatbots Development with Amazon Lex - Completing Lambda Function
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.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - File Handling
In this video, we will be looking at file and exception handling. We will wrap our file statements inside the try and catch blocks.
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating MainEmojiQuoteView and GridImagesView
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 2 - Image and Color Picker section.screenflow
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating the Image View
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...
Curated Video
SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote Model
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...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: User-Based Collaborative Filtering
In this lesson, we will discuss user-based collaborative filtering in machine learning for a recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Design Approaches for ML
In this lecture, we will explore the design approaches for recommender systems using machine learning.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Benefits of Machine Learning
Let's understand what role machine learning plays in a recommender system and what are the benefits of machine learning.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Content-Based Filtering
In this lesson, we will understand the first model of filtering, content-based filtering, and learn its pros and cons.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Content-Based Filtering
In this lesson, we will understand content-based filtering and how to develop it with machine learning.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Generations of Recommender Systems
In this lesson, we will look at the first, second, and third generations of recommender systems.
Curated Video
A Detailed Guide to the OWASP Top 10 - Understanding SQL and Databases
This video explains databases and Structured Query Language (SQL).