Hi, what do you want to do?
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Introduction to Node.js
This video provides an introduction to Node.js.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Course Overview
This video helps in providing an overview of what the course entails and what students can expect to learn.
Curated Video
Becoming a Cyber Security Professional - A Beginner's Career Guide - Path 2 - Career Change
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.
Curated Video
Becoming a Cyber Security Professional - A Beginner's Career Guide - Path 1 - College Student
Here, we will understand the career options for the freshly graduated or yet to graduate student interested in this field.
Curated Video
Becoming a Cyber Security Professional - A Beginner's Career Guide - The Most Essential Skills to Learn
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.
Curated Video
The Complete Bootstrap Beginners Course with 100+ examples - Bootstrap Introduction and Overview
This video introduces the concepts of Bootstrap and its components and provides a brief overview of its features, capabilities, and functions.
Curated Video
Understanding HTML Tags and Attributes
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...
Curated Video
Ruby on Rails in 100 Seconds
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.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Run and Test the App for User Data Protection
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...
<
br/>
This clip is from the chapter "Authentication and...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - User Data Validation
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...
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and...
Curated Video
Practical Cyber Hacking Skills for Beginners - Inspecting and Manipulating Website Code
In this video, you will learn how website codes work behind the scenes and to inspect and manipulate them.
Curated Video
Practical Cyber Hacking Skills for Beginners - HTML, CSS, JavaScript and PHP
Here, we will understand more about hypertext markup language (HTML), JavaScript, and the hypertext preprocessor.
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Testing the Counter Component
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...
<
br/>
This clip is from the chapter "Testing...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - What Is a Progressive Web Application?
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...
<
br/>
This clip is from the chapter "Bonus Section: Progressive Web Applications" of the series...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Display Paginated Movies
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...
<
br/>
This clip is from the chapter "Paginating the Movies" of the series "Build...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Testing a Few Spinner Components
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Using Spinkit with Spinloader Component
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...
<
br/>
This clip is from the chapter "Additional Content: Adding Spinkit for Loading Indication to Movies App" of...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Adding Spinkit to the App
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...
<
br/>
This clip is from the chapter...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Installing the Blazor Movie App with Database from GitHub on User Machines
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...
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - View User Profile Data with Authorization
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...
<
br/>
This clip is from the chapter "Authentication and Authorization" of the series "Build and Learn ASP.NET 6.0 Blazor...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Authentication in Action for the Movie App
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...
<
br/>
This clip is from the chapter...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Complete the Delete Operation
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...
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn ASP.NET 6.0...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Create a Confirm Delete Dialog
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...
<
br/>
This clip is from the chapter "Create a CRUD Application in Blazor" of the series "Build and Learn...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Render Fragment Usage to Change Modal Title Dynamically
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...
<
br/>
This clip is from the chapter "Create a CRUD...