Instructional Video14:05
Curated Video

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

Higher Ed
In this video, we will be implementing a "Refreshable ScrollView" in our SwiftUI app, which will allow us to refresh the content of our view by pulling down on the scroll view.
Instructional Video8:44
Curated Video

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

Higher Ed
In this video, we will demonstrate how to build a user model for our application.
Instructional Video8:00
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Upload Profile Image

Higher Ed
In this video, we will cover how to upload a profile image for the user using SwiftUI and Node.js.
Instructional Video7:52
Curated Video

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

Higher Ed
In this video, we will create the notification routers for our Twitter Clone app. By the end of this video, we will have fully functional notification routes in our Twitter Clone app.
Instructional Video2:53
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Tweet Image Check

Higher Ed
In this video, you will learn how to implement server-side validation to check whether uploaded images for tweets are in the correct format using the Jimp package in Node.js.
Instructional Video5:27
Curated Video

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

Higher Ed
In this video, you will learn how to use the toJSON method in Mongoose to manipulate the user object before sending it as a JSON response.
Instructional Video5:48
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Express Server and Nodemon

Higher Ed
n this video, we will show you how to use Express.js to build a powerful and scalable server for your web applications.
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 Video5:31
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Running the API

Higher Ed
This video demonstrates how to run an API required for frontend of the app development.
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 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...
Instructional Video14:10
Curated Video

The Art of Doing - Web Development for Beginners - JavaScript Data Types

Higher Ed
In this video, we will dive into different data types in JavaScript, including strings, numbers, Booleans, objects, and undefined. You will learn how to work with these data types and understand their properties and methods. This clip is...
Instructional Video7:57
Curated Video

Unpacking the Seasons: How Earth's Tilt Influences Weather Patterns

6th - Higher Ed
Explore the fascinating science behind the changing seasons and their impact on weather patterns globally. From the equinoxes that balance day and night to the solstices that mark the extremes of sunlight, learn how Earth's tilt and...
Instructional Video5:20
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Logical Operators

Higher Ed
This video explains logical operators. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops, and...
Instructional Video4:36
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Optional Chaining Operators

Higher Ed
This video explains chaining operators. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops, and...
Instructional Video6:21
Curated Video

Behavioral Design Patterns in C++ - Methods for States - II

Higher Ed
This video demonstrates the implementation of method for states in code. This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video6:07
Curated Video

SQL Server Course for Beginners with 100+ examples - Back Up a Database in SQL

Higher Ed
Learn how to back up a database in SQL. We will back up the database in a local directory with the extension .bak. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Instructional Video3:58
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL

Higher Ed
Learn how to implement the SELECT TOP statement in SQL. We will work with the SELECT TOP PERCENT statement as well. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Instructional Video1:55
Curated Video

SQL Server Course for Beginners with 100+ examples - AVG() Function

Higher Ed
Learn how to implement the AVG() function in SQL. We will find the average of column values. This clip is from the chapter "Built-In Functions in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video2:26
Curated Video

SQL Server Course for Beginners with 100+ examples - OR Operator

Higher Ed
Learn how to work with the OR operator in SQL to display records only if one condition is TRUE. The OR operator should separate these two conditions. This clip is from the chapter "Operators in SQL" of the series "SQL Server Course for...
Instructional Video3:38
Curated Video

SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL

Higher Ed
Learn how to work with the WHERE clause in SQL. WHERE clause filters records based on condition(s). This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video6:25
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Mediator

Higher Ed
This video demonstrates the basic implementation of the Mediator pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Instructional Video6:13
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Momentum

Higher Ed
In this video, you will learn about momentum. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive deeper into...
Instructional Video8:11
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Categorical Cross Entropy

Higher Ed
In this video, you will learn about categorical cross entropy, which is used in multiclass classification. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with...