Instructional Video16:09
Curated Video

Modern JavaScript from the Beginning - Second Edition - Express Setup and Basic API

Higher Ed
In this video, we will set up our project using Express and create a basic API with GET and POST routes. We will also use middleware to parse incoming JSON data and handle errors. This clip is from the chapter "RandomIdeas Project -...
Instructional Video5:14
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Package Managers

Higher Ed
This video explains package managers, which are often language- or framework-specific tools that manage the retrieval and organization of supporting code needed by developers that are created by other developers. This clip is from the...
Instructional Video4:16
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Microframeworks with JavaScript, Node, and Express.js

Higher Ed
This video explains microframeworks with JavaScript, Node, and Express.js. This clip is from the chapter "Back-End Web Frameworks" of the series "Web Development Concepts for Everyone".This video explains various back-end web frameworks.
Instructional Video8:11
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Templating Engines with EJS of Login with Express Authentication

Higher Ed
This video explains templating engines with EJS of login with Express authentication. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure...
Instructional Video6:42
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up Routing

Higher Ed
This video demonstrates setting up routing from scratch. This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on configuring...
Instructional Video13:47
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Code Along - Complete Configuring App Express File

Higher Ed
This video demonstrates the complete configuring of app Express file, and you will code along with the instructor throughout. This clip is from the chapter "Configuring App Express" of the series "Express Framework Fundamentals - Secure...
Instructional Video4:14
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up the Application Server Wiring

Higher Ed
This video demonstrates setting up the application server wiring. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This...
Instructional Video3:01
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Setting Up the Express Manifest and JSON Package File

Higher Ed
This video helps you with setting up the Express Manifest and JSON package file. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video8:02
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries

Higher Ed
This video helps you with initializing the Express project and libraries. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Instructional Video5:36
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: User Rating Matrix

Higher Ed
In this video, we will understand what a user rating matrix is and how we can build a user rating matrix.
Instructional Video10:14
Instructional Video10:06
Instructional Video15:32
Instructional Video11:16
Instructional Video20:01
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 Video9:17
Curated Video

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

Higher Ed
In this video, you will learn how to display notifications in our Twitter Clone app.
Instructional Video11:30
Curated Video

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

Higher Ed
In this video, we will be discussing how to fetch notifications for a user in our Twitter Clone app's backend.
Instructional Video7:34
Curated Video

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

Higher Ed
In this video, we will be creating notification functions for our full-stack Twitter Clone app. These functions will allow us to send notifications to users when certain events occur, such as when someone follows them or likes their tweet.
Instructional Video13:07
Curated Video

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

Higher Ed
In this video, you will learn how to set up notification sending in our app. We will create a NotificationSender class that takes in a user and a notification message, then sends the notification to the appropriate user.
Instructional Video5:52
Curated Video

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

Higher Ed
In this video, we will be covering the process of creating user accounts for our application.
Instructional Video9:19
Curated Video

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

Higher Ed
This video helps implement the user search filter in the app.
Instructional Video11:33
Curated Video

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

Higher Ed
In this video, you will learn how to create a custom view cell that displays the results of a search in a list format.
Instructional Video12:13
Curated Video

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

Higher Ed
In this video, you will learn how to implement a search bar in our Twitter Clone app using SwiftUI. We will create a custom search bar view and add it to our navigation bar.