Instructional Video4:59
Curated Video

Collecting Like Terms GCSE Questions

3rd - Higher Ed
This video provides three sets of differentiated GCSE exam style practice questions on the topic of collecting like terms and simplifying. The answers to the questions are provided and solutions explained.
Instructional Video4:58
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Dataset Usage

Higher Ed
In this lesson, you will learn to develop our content-based filtering for the song project.
Instructional Video7:33
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Age Distribution for Users

Higher Ed
In this video, we will develop a histogram to visualize the age distribution for users.
Instructional Video13:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Filtering Data Preparation

Higher Ed
In this video, you will learn to implement Python to develop item-based collaborative filtering using Pandas, NumPy, and Matplotlib.
Instructional Video7:59
Curated Video

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

Higher Ed
In this lesson, you will learn to develop content-based filtering for a recommender system using Python.
Instructional Video5:33
Curated Video

Fundamentals of Secure Software - SAST (Static Application Security Testing)

Higher Ed
This video provides an introduction to SAST (Static Application Security Testing).
Instructional Video5:13
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Count

Higher Ed
In this lesson, we will create functions to calculate the count of the elements of the project.
Instructional Video5:36
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Dataset Discussion

Higher Ed
In this video, we will look at the various libraries we would need to import for this project, including os, math, NumPy, time, and Pandas.
Instructional Video12:26
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Variables and Types

Higher Ed
This video explains the variables and types in Swift programming.
Instructional Video19:55
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Connecting EditProfileView and UserProfile

Higher Ed
In this video, we will be connecting EditProfileView with UserProfile so that the user can see the updated profile details after editing them.
Instructional Video11:21
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Using ImagePicker in Create Tweet

Higher Ed
In this video, we will be using the ImagePicker to enable users to select and upload images along with their tweets in the full stack Twitter Clone app.
Instructional Video17:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch User Function

Higher Ed
This video focuses on the "Fetch User" function, which is a crucial part of any app that requires user authentication. In this video, you will learn how to retrieve user data from our backend database and use it in our application. We...
Instructional Video17:03
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login Services

Higher Ed
This video covers the login services for our full stack Twitter Clone app. You will learn how to authenticate a user and generate a JSON web token using Node.js and the JWT library.
Instructional Video22:46
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MainView

Higher Ed
The MainView is the central hub of any Twitter Clone app, and in this video, we will guide you through the process of designing and implementing a custom MainView that showcases all the essential elements of your app, including the feed,...
Instructional Video12:02
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView

Higher Ed
In this video, we will walk you through the process of building a custom SearchView for your Twitter Clone app, and offer tips for optimizing the performance and usability of this feature.
Instructional Video18:35
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE Notes

Higher Ed
In this video, we will dive into how to use UPDATE requests to modify existing notes in an API and provide examples of how to structure and manage this data to ensure consistency and security.
Instructional Video19:28
Instructional Video5:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - TopBar

Higher Ed
The TopBar is often the first thing users see when they open your app, so it's important to make a great first impression; in this video, we will guide you through the process of building a custom TopBar for your Twitter Clone app that's...
Instructional Video7:07
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MessagesView

Higher Ed
In this video, we will show you how to design and implement a custom MessagesView.
Instructional Video15:08
Curated Video

The Art of Doing - Web Development for Beginners - Using querySelector()

Higher Ed
In this video, we will explore the querySelector method, which allows us to select elements using CSS selectors. You will learn how to use more complex selection options using querySelector and how it differs from getElementById. This...
Instructional Video14:24
Curated Video

The Art of Doing - Web Development for Beginners - Guess My Number Project

Higher Ed
In this video, we will code the "Guess My Number" project together, following the project requirements discussed in the previous video. We will implement the game logic step by step, utilizing functions to structure our code and make the...
Instructional Video14:11
Curated Video

The Art of Doing - Web Development for Beginners - Functions

Higher Ed
In this video, we will delve into functions in JavaScript, including function declarations, parameters, and function bodies. You will also learn how to call functions and pass arguments to them and explore best practices for writing...
Instructional Video14:41
Curated Video

The Art of Doing - Web Development for Beginners - Conditional Statements

Higher Ed
In this video, we will cover conditional statements in JavaScript, including if-else statements and the conditional (ternary) operator. You will learn how to use these statements to make decisions in our code based on Boolean conditions....
Instructional Video15:34
Curated Video

The Art of Doing - Web Development for Beginners - For and While Loops

Higher Ed
In this video, you will learn how to use for loops and while loops in JavaScript for different scenarios. We will explore the syntax, usage, and differences between for loops and for-of loops, as well as understand how while loops can be...