Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Checking Default App Permissions - Android
This video talks about the kinds of permissions the applications have on an Android device. We will look at app permissions such as Instagram, Rebtel, and introduce to you an app to manage the permissions quickly and effectively. This...
Curated Video
The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Browser Security - Brave Browser
In this video, you will dive into the realm of browser security, focusing on the specific features and tools available for enhancing security while using the Brave Browser. This clip is from the chapter "Internet and Browsing Security"...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - VPN Configuration Option
AWS has added a few helpful configuration options to VPNs, including split tunnels, Direct Connect, and adding certificates for authentication into VPNs.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Gateways (VPGs and CGWs)
Do you want to connect your local network to AWS in a seemingly permanent way that is also secure? If so, you need to understand VPGs and CGWs, the topic of this video.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Cloud Computing Models
You may be wondering how you can use the cloud. Do you have to move everything to the cloud or just some solutions? What do buzzwords such as IaaS, PaaS, and SaaS mean? You will find out in this video.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Exploring the Management Console
After learning to create our free-tier account on AWS, you will learn to use the interface and how to get around managing the AWS console—in short, explore the AWS console.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Making Recommendations
We will explore how to make recommendations using collaborative filtering in the movie recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Occurrence Count
In this video, you will learn how to count the number of occurrences of each element in content-based filtering.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Fixing Profile User Data
In this video, we will be fixing the profile user data in our SwiftUI Twitter Clone App. We will be identifying the errors and issues causing the wrong data to be displayed and resolve them.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Save EditProfileView
In this video, we will cover the process of saving edited profile information in our Twitter Clone app.
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 - EditProfileView 2
Continuing from the previous video, we dive deeper into the EditProfileView to create a customizable user profile feature. By the end of this video, you will have a fully functional EditProfileView that allows users to update their...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Server and User Model
This video will cover the creation of server and user models for the backend part of our full stack Twitter Clone app.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Touring Android
Android devices are very customizable. The Google Play store offers shopping options for new applications (apps). Google accounts are mandatory. This video explores features specific to Android devices. This clip is from the chapter...
Curated Video
Blender to Unreal Engine - Become a Dungeon Prop Artist - UE5 Introduction to UI (User Interface)
In this lesson, we will get introduced to the UI in Unreal Engine 5. This will help speed up your workflow because you will develop basic knowledge of all its menus to find them when you need them. Over time, this should become instinctual.
Curated Video
SQL Server Course for Beginners with 100+ examples - Aliases
Learn how to work with Aliases in SQL to give a temporary name to a table or column. The AS keyword creates an alias, making column names more readable. Remember that the alias's existence expires when that query's duration ends. This...
Curated Video
SQL Server Course for Beginners with 100+ examples - Install SQL Server on Windows 11
Learn how to download and install Microsoft SQL Server on Windows 11. We will also install SQL Server Management Studio (SSMS). This clip is from the chapter "SQL Installation and Setup" of the series "SQL Server Course for Beginners...
Curated Video
SQL Server Course for Beginners with 100+ examples - Install SQL Server on Windows 10
Learn how to download and install Microsoft SQL Server on Windows 10. We will also install SQL Server Management Studio (SSMS). This clip is from the chapter "SQL Installation and Setup" of the series "SQL Server Course for Beginners...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing IAC Template with Bicep to Deploy Infrastructure - Part 1
This is the first of the two-part video where you will develop and deploy an IAC template with Bicep in order to automate infrastructural deployment for specific requirements. These specific requirements are resources such as Storage...
Curated Video
Blender to Unreal Engine - 3D Plants and Vegetation - Unreal Engine 5 Basics
In this lesson, we will start working with Unreal Engine 5. We will get introduced to the launcher, create a new project, and walk through the UI setup. This clip is from the chapter "Unreal Engine 5 Basics" of the series "Blender to...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - ScrollToTop Component / 108
This video describes how to use elastic load balancing with your auto scaling group to distribute traffic across the instances in your auto scaling group.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Scroll Restoration: Scroll to Top / 075
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Route Parameters / 057
In this lesson, we will understand the parameters that are defined to a route, which helps to avoid repetitive tasks, especially in the scenario of large volumes of data.
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Core Data Manager
This video explains the core data manager. This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.