Curated Video
Collecting Like Terms GCSE Questions
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.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Dataset Usage
In this lesson, you will learn to develop our content-based filtering for the song project.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Age Distribution for Users
In this video, we will develop a histogram to visualize the age distribution for users.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Filtering Data Preparation
In this video, you will learn to implement Python to develop item-based collaborative filtering using Pandas, NumPy, and Matplotlib.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Data Preparation for Content-Based Filtering
In this lesson, you will learn to develop content-based filtering for a recommender system using Python.
Curated Video
Fundamentals of Secure Software - SAST (Static Application Security Testing)
This video provides an introduction to SAST (Static Application Security Testing).
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Count
In this lesson, we will create functions to calculate the count of the elements of the project.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Dataset Discussion
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Variables and Types
This video explains the variables and types in Swift programming.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Connecting EditProfileView and UserProfile
In this video, we will be connecting EditProfileView with UserProfile so that the user can see the updated profile details after editing them.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Using ImagePicker in Create Tweet
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetch User Function
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Login Services
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MainView
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,...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - SearchView
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - UPDATE Notes
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Introduction to Express
This video provides an introduction to Express.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - TopBar
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...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - MessagesView
In this video, we will show you how to design and implement a custom MessagesView.
Curated Video
The Art of Doing - Web Development for Beginners - Using querySelector()
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...
Curated Video
The Art of Doing - Web Development for Beginners - Guess My Number Project
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...
Curated Video
The Art of Doing - Web Development for Beginners - Functions
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...
Curated Video
The Art of Doing - Web Development for Beginners - Conditional Statements
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....
Curated Video
The Art of Doing - Web Development for Beginners - For and While Loops
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...