Instructional Video2:20
Instructional Video2:23
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Course Overview

Higher Ed
This video helps in providing an overview of what the course entails and what students can expect to learn.
Instructional Video9:50
Curated Video

Becoming a Cyber Security Professional - A Beginner's Career Guide - Path 2 - Career Change

Higher Ed
Here, we will discuss the career options for those with some gainful experience in different fields, looking to change to this career discipline of cybersecurity.
Instructional Video8:36
Curated Video

Becoming a Cyber Security Professional - A Beginner's Career Guide - Path 1 - College Student

Higher Ed
Here, we will understand the career options for the freshly graduated or yet to graduate student interested in this field.
Instructional Video15:11
Curated Video

Becoming a Cyber Security Professional - A Beginner's Career Guide - The Most Essential Skills to Learn

Higher Ed
This video illustrates the essential skills that are required to be inculcated and the practical skill sets required to learn and build a cybersecurity professional career.
Instructional Video1:38
Curated Video

The Complete Bootstrap Beginners Course with 100+ examples - Bootstrap Introduction and Overview

Higher Ed
This video introduces the concepts of Bootstrap and its components and provides a brief overview of its features, capabilities, and functions.
Instructional Video0:34
Curated Video

Understanding HTML Tags and Attributes

12th - Higher Ed
This video provides an introduction to HTML tags and attributes. It explains that HTML tags consist of a tag name enclosed in angle brackets, but attributes can also be added to provide additional information to the tag. Attributes are...
Instructional Video2:44
Curated Video

Ruby on Rails in 100 Seconds

12th - Higher Ed
Ruby on Rails is a web application framework that has build many unicorn startups like Airbnb, Shopify, and GitHub. Learn the basics of Rails in this quick video.
Instructional Video5:58
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Run and Test the App for User Data Protection

Higher Ed
This lecture shows the application in the running state and tests with a few movies with different user credentials to demonstrate the user profile data with data protection.
<
br/>
This clip is from the chapter "Authentication and...
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 Video10:41
Curated Video

Practical Cyber Hacking Skills for Beginners - Inspecting and Manipulating Website Code

Higher Ed
In this video, you will learn how website codes work behind the scenes and to inspect and manipulate them.
Instructional Video6:44
Curated Video

Practical Cyber Hacking Skills for Beginners - HTML, CSS, JavaScript and PHP

Higher Ed
Here, we will understand more about hypertext markup language (HTML), JavaScript, and the hypertext preprocessor.
Instructional Video13:10
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Testing the Counter Component

Higher Ed
This video explains the way a bUnit package is added to a Blazor test project created with xUnit test framework and shows how to write a unit test to test the built-in counter component.
<
br/>
This clip is from the chapter "Testing...
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 Video25:40
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Using Spinkit with Spinloader Component

Higher Ed
This lecture is devoted to using the Spinkit installed earlier to present nice loading indicators with CSS styling.
<
br/>
This clip is from the chapter "Additional Content: Adding Spinkit for Loading Indication to Movies App" of...
Instructional Video3:55
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Adding Spinkit to the App

Higher Ed
This lecture teaches the steps to configure BlazorPro.Spinkit, a Nuget package that allows animated loading indicators while the data is being asynchronously fetched from the database.
<
br/>
This clip is from the chapter...
Instructional Video12:43
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Installing the Blazor Movie App with Database from GitHub on User Machines

Higher Ed
This lecture walks through the process of simulating the Blazor CRUD application with the database after cloning it from the GitHub repository.
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series...
Instructional Video20:57
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - View User Profile Data with Authorization

Higher Ed
This lecture shows all the steps in code required for implementing authorization to view user profile data.
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series "Build and Learn ASP.NET 6.0 Blazor...
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 Video11:26
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Complete the Delete Operation

Higher Ed
This lecture teaches the process of completion of deleting a record after confirming the willingness of users.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0...
Instructional Video9:38
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Confirm Delete Dialog

Higher Ed
This lecture shows how to create a confirm delete dialog for getting the confirmation from users before deleting a movie.
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn...
Instructional Video4:44
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Render Fragment Usage to Change Modal Title Dynamically

Higher Ed
This lecture shows a way to change the visual appearance (modal title) of the same modal dialog for two different operations: add and edit movies at runtime, dynamically.
<
br/>
This clip is from the chapter "Create a CRUD...