Instructional Video4:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - APIs

Higher Ed
This video explains an Application Programming Interface, which is a declaration of how an application can communicate with another application, library, or framework. This clip is from the chapter "Client / Server Communications" of the...
Instructional Video3:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - HTTP Methods

Higher Ed
This video explains HTTP methods, where predefined verbs are used to describe the interaction that the client wishes to engage in with the server, often called a request. The most common HTTP methods are GET, POST, PUT, and DELETE. This...
Instructional Video3:21
Curated Video

Learn Java from Scratch - A Beginner's Guide - Using Latest Java Version with Latest Eclipse

Higher Ed
In this video, we will get Eclipse 2021 IDE to work with JDK 16.
Instructional Video2:57
Instructional Video3:25
Instructional Video4:30
Instructional Video6:41
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - EJS State Management and Updates with Express Routing and Locals

Higher Ed
This video explains the EJS state management and updates with Express routing and locals. This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Instructional Video9:44
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Sign Up and Database Completion with Hashing and Salt

Higher Ed
In this video, we will work on sign up and database completion with Hashing and Salt. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure...
Instructional Video5:52
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Logout Functionality for Users and Live Interaction

Higher Ed
In this video, we will use the logout functionality for users and live interaction. This clip is from the chapter "Authenticating Username and Password with Express and Passport" of the series "Express Framework Fundamentals - Secure...
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 Video4:05
Curated Video

A Detailed Guide to the OWASP Top 10 - API5:2023 Broken Function Level Authorization

Higher Ed
In this session, we will analyze Broken Function Level Authorization, understanding its impact on API security and methods to prevent it.
Instructional Video3:25
Curated Video

A Detailed Guide to the OWASP Top 10 - API Endpoints

Higher Ed
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.
Instructional Video5:40
Curated Video

A Detailed Guide to the OWASP Top 10 - #1 Broken Access Control

Higher Ed
This video explains A01:2021 - broken access control, which is the most significant security risk-facing application.
Instructional Video3:32
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Social Media Ethics - Part 2

Higher Ed
This video further continues to talk about social media ethics when it comes to social media sites like Facebook. This clip is from the chapter "Social Media Security and Email Security" of the series "The Absolute Beginners Guide to...
Instructional Video4:55
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Social Media Ethics

Higher Ed
In this video, you will learn about social media ethics. This clip is from the chapter "Social Media Security and Email Security" of the series "The Absolute Beginners Guide to Cybersecurity 2023 - Part 4".This section focuses on social...
Instructional Video2:10
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Creating New Accounts and Logging In (DO NOT DO THIS)

Higher Ed
In this video, you will learn to create a new account and log in to Reddit. This clip is from the chapter "Internet and Browsing Security" of the series "The Absolute Beginners Guide to Cybersecurity 2023 - Part 4".This section delves...
Instructional Video9:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - S3 Terminology

Higher Ed
Like any technology, S3 has unique terminology associated with it. If you hope to understand and implement S3 well, you must understand this terminology, and this video will provide you with definitions of key S3 terms.
Instructional Video10:06
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 Video10:04
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet UI

Higher Ed
In this video, we will be implementing the functionality to like and unlike tweets in the UI of our Twitter Clone app.
Instructional Video10:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet Server-Side

Higher Ed
In this video, we will focus on implementing the functionality of liking and unliking a tweet on the server-side.
Instructional Video10:50
Curated Video

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

Higher Ed
In this video, we will be implementing an ImagePicker in our iOS Twitter Clone app, which will allow the user to select an image from their device's photo library or take a picture using their camera.
Instructional Video14:03
Curated Video

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

Higher Ed
In this video, you will learn how to implement the "Follow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Instructional Video14:31
Curated Video

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

Higher Ed
In this video, we will explore how to design and implement a FeedView in a mobile app.