Instructional Video12:22
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - User Data Validation

Higher Ed
This lecture shows the process of user data validation using data annotations. You will learn the process of validating form fields.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and...
Instructional Video6:51
Curated Video

Psychedelic Update: LSD On The Fastrack For Anxiety

Higher Ed
Discover the groundbreaking development in mental health: MM-120, an LSD-derived drug for anxiety treatment, now with FDA breakthrough status. Explore its science, potential, and the journey towards FDA approval, plus natural methods to...
Instructional Video3:11
Curated Video

The Importance Of Company Culture

9th - Higher Ed
What defines a company's culture? Is it simply the benefits and perks or is it something bigger, like feeling inspired by those around you to do your best. We've asked some of our recent interviewees to chime in on this as well as the...
Instructional Video2:44
Curated Video

Preparing a Cover Letter

9th - Higher Ed
Applying for a job and the employer asks for a cover letter? No sweat! Billy walks us through the process of crafting the perfect cover letter.
Instructional Video2:36
Curated Video

Rocket Man Eric Scott Sets New Altitude Record with Rocket Belt

Pre-K - Higher Ed
In this video, Eric Scott, the only Rocket Belt performer in the world, sets a new altitude record by landing in a high place without using valuable propellant to return to the ground. The rocket belt, developed in the 1960s, uses...
Instructional Video7:46
Curated Video

Java Multithreading and Parallel Programming Masterclass - Introducing RxJava Framework (In a Nutshell)

Higher Ed
This video helps in introducing the RxJava framework (in a nutshell).
Instructional Video2:49
Instructional Video9:05
Curated Video

Java Multithreading and Parallel Programming Masterclass - What Is a Deadlock and How Can We Avoid It?

Higher Ed
This video explains about the Deadlock situation and how it can be avoided.
Instructional Video2:04
Curated Video

Java Multithreading and Parallel Programming Masterclass - Course Overview

Higher Ed
This video provides an overview of the course.
Instructional Video2:17
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Using the Inbuilt AntiRansomware Tool

Higher Ed
In this video, you will learn about the built-in anti-ransomware tools available in the Windows operating system.
Instructional Video6:06
Curated Video

Cyber Security for Absolute Beginners - 2022 Edition - Part 02 - Introduction to Stylometry

Higher Ed
This video illustrates an application called Stylometry, which can determine if an anonymous document may or may not have been written by us.
Instructional Video14:01
Curated Video

Practical Cyber Hacking Skills for Beginners - Crawling, Auditing, and Generating Reports with Burp Suite

Higher Ed
In this video, we will look at AltoroMutual, a testing website developed by IB, specifically for testing against vulnerabilities on the internet to different types of attacks.
Instructional Video5:31
Curated Video

Practical Cyber Hacking Skills for Beginners - OWASP Top 10

Higher Ed
Let's learn about an awareness document representing a broad consensus about web applications' most critical security risks.
Instructional Video3:46
Curated Video

Practical Cyber Hacking Skills for Beginners - NMAP Port States

Higher Ed
This video will teach us about the six port states: open, closed, filtered, unfiltered, closed/filtered, and open/filtered.
Instructional Video7:16
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - What Is a Progressive Web Application?

Higher Ed
This lecture describes the fundamentals and features of a progressive web application. It also discusses how Blazor fits that role.
<
br/>
This clip is from the chapter "Bonus Section: Progressive Web Applications" of the series...
Instructional Video24:09
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Display Paginated Movies

Higher Ed
This lecture shows how to carry out the pagination of the BlazorMovieApp application. Pagination displays the specified number of records per page.
<
br/>
This clip is from the chapter "Paginating the Movies" of the series "Build...
Instructional Video3:05
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Testing a Few Spinner Components

Higher Ed
In this lecture, we will experiment with a couple of Spinner components (Chase and Grid) to appreciate the contribution of the package. The app is run without a delay and analysis is done for the visual results (with and without a...
Instructional Video12:15
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Authentication in Action for the Movie App

Higher Ed
This lecture shows the usage of individual user accounts in the completed movies app from the previous section. You will see how only logged-in (authenticated) users can view the movies.
<
br/>
This clip is from the chapter...
Instructional Video9:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Edit Movies

Higher Ed
Through this lecture, the editing of movies has been accomplished using the same modal dialog used for adding a new movie. You will learn how to achieve the task of editing a record through a user input modal popup.
<
br/>
This clip...
Instructional Video6:56
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Communication Between Movie Detail and Movies

Higher Ed
This lecture explains how communication between the child and its parent component takes place. So, practically speaking, when the modal dialog is closed on saving a record, the added record is visible without refreshing the...
Instructional Video8:01
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create an Interface for Data Access Service

Higher Ed
This video shows the creation of an interface for a data access service that implements this interface.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor...
Instructional Video4:56
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Add the Movie Entity to the ApplicationDbContext

Higher Ed
In this video, you are shown how to add the movie entity to the ApplicationDbContext class, which was generated with the selection of authentication (individual user account).
<
br/>
This clip is from the chapter "Create a CRUD...
Instructional Video4:51
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Movie Class

Higher Ed
A Movie Class is added to the newly created Models folder in this video. This will act as the model for the EF Core for generating the corresponding table in the database.
<
br/>
This clip is from the chapter "Create a CRUD...
Instructional Video5:30
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Implement Basic Authorization

Higher Ed
In this video, you are shown how to implement basic authorization in the Blazor app.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0 Blazor Hands-On".This section...