Instructional Video3:47
Curated Video

Deep Learning - Crash Course 2023 - Activation Function

Higher Ed
In this video, you will learn how to apply an activation function to the weighted average to make sure the output value falls between 0 and 1. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash...
Instructional Video5:01
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Completing the GridImagesView

Higher Ed
In this video, we will understand how to change the image view. You will learn to create partial views of the images and also be able to scale the text. This clip is from the chapter "Emoji App" of the series "SwiftUI iOS 16 Crash...
Instructional Video3:15
Curated Video

Fundamentals of Secure Software - Password Demo

Higher Ed
This is a demo video on password management.
Instructional Video9:26
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Benefits of Cloud Computing

Higher Ed
Why move to the cloud? This video provides an overview of the benefits of cloud computing. You can save money, time, and headaches when moving to the cloud.
Instructional Video5:39
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - AWS Security Hub

Higher Ed
AWS Security Hub offers a single console for a number of useful security options in AWS, including IDS with Amazon GuardDuty, vulnerability scans with Amazon Inspector, and automatic policy compliance scans with Amazon Macie.
Instructional Video5:26
Curated Video

Web Hacker's Toolbox - Tools Used by Successful Hackers - Fuzzing with Burp Suite Intruder Tips and Tricks

Higher Ed
This video helps you with tips and tricks on Fuzzing with Burp Suite Intruder. You will learn some advanced tricks that can be used in your own projects as well. This clip is from the chapter "Fuzzing with Burp Suite Intruder" of the...
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 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 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 Video8:14
Curated Video

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

Higher Ed
In this video, we will be discussing the different bug fixes for the login functionality in our full stack Twitter Clone app. We will be exploring issues related to authentication and working through solutions to fix these bugs. By the...
Instructional Video12:19
Curated Video

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

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

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Password Hashing with Bcrypt

Higher Ed
In this video, we will explore how to securely hash and store user passwords using Bcrypt.
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 Video5:03
Curated Video

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

Higher Ed
In this video, you will learn how to display the user's profile image in our SwiftUI Twitter Clone app.
Instructional Video5:57
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fetching a Specific User

Higher Ed
In this video, you will learn how to fetch a specific user using their ID, and send back only the necessary user data.
Instructional Video7:49
Curated Video

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

Higher Ed
In this video, we will dive deeper into JWTs and learn how to use them for secure user authentication and authorization.