Instructional Video12:29
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Add Items to List in Database with Express and SQLit3

Higher Ed
This video demonstrates adding items to the list in the database with Express and SQLit3. This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Instructional Video3:13
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Find Max Value In Array

Higher Ed
Furthering our program writing skills, we will learn to create a program that determines the maximum value in an array.
Instructional Video11:00
Curated Video

The Art of Doing - Web Development for Beginners - Understanding Attributes

Higher Ed
In this video, we will explore the different attributes available in HTML, such as id, class, and style, and how they can be used to customize web page elements. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Instructional Video24:09
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Account Takeover through Clickjacking – Part 1

Higher Ed
This is the first of the two-part video that demonstrates the actual attack where you would take control of the account with the help of Clickjacking. This clip is from the chapter "Full-Stack Attacks on Modern Web Applications" of the...
Instructional Video17:49
Curated Video

Web Hacking Expert - Full-Stack Exploitation Mastery - Bypassing CSP through AngularJS

Higher Ed
This video explains and demonstrates the bypassing of CSP through AngularJS. This clip is from the chapter "Bypassing Content Security Policy in Modern Web Applications" of the series "Web Hacking Expert Full-Stack Exploitation...
Instructional Video18:42
Curated Video

The Art of Doing - Web Development for Beginners - Pseudo Classes

Higher Ed
In this video, you will learn about CSS pseudo classes, which are keywords added to selectors to specify special states of selected elements. We will explore examples of pseudo classes such as hover, active, and focus, and how they can...
Instructional Video17:02
Curated Video

The Art of Doing - Web Development for Beginners - The Display Property: Inline Values

Higher Ed
In this video, we will explore the display property in CSS and its inline values. You will learn how inline-level elements behave in terms of layout and spacing and how we can override their default behavior using CSS to create unique...
Instructional Video15:50
Curated Video

The Art of Doing - Web Development for Beginners - CSS Selectors

Higher Ed
In this video, you will learn about different CSS selectors such as Universal selector, Element selector, Selector list, Class selector, ID selector, and Descendant selector. We will also understand how CSS properties are inherited from...
Instructional Video13:55
Curated Video

The Art of Doing - Web Development for Beginners - CSS Animations

Higher Ed
In this video, we will delve into CSS animations, which are more complex and versatile than transitions. You will learn how to define animations using keyframes and bind them to elements. We will explore the differences between...
Instructional Video16:17
Curated Video

The Art of Doing - Web Development for Beginners - The Display Property: Block Values

Higher Ed
In this video, we will delve into the display property in CSS and its block values. You will learn how block-level elements behave in terms of layout and spacing and how we can override their default behavior to create custom layouts...
Instructional Video14:33
Curated Video

The Art of Doing - Web Development for Beginners - Defining Element Width

Higher Ed
In this video, you will learn how to define the element's width using pixel values, percentage values, and viewport units. You will also learn how to define classes for styling different-sized images. This clip is from the chapter "CSS...
Instructional Video9:33
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Server-Side Validation with AddCustomer View

Higher Ed
AddCustomer view is added in this video along with suitable markup with built-in tag helpers to add model or server-side application. The application is run at the end of the video to demonstrate server-side validation in action. This...
Instructional Video8:55
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View

Higher Ed
You will be able to understand the creation and working of the view to render an updated order record. You will get a refresher on the client- and server-side validation in the process. The completed application until this point is run...
Instructional Video9:22
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - I

Higher Ed
In this video, we will introduce a dynamic array that may be used in both single-threaded and multi-threaded applications. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you...
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Visitor

Higher Ed
This video talks about the pros and cons of the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video4:52
Curated Video

Behavioral Design Patterns in C++ - Containers - II (List)

Higher Ed
In this video, you will implement another class called linked list. This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
Instructional Video2:49
Curated Video

Behavioral Design Patterns in C++ - Shapes Example - IV

Higher Ed
This video explains the single and double dispatch concepts. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video7:59
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Visitor

Higher Ed
This video explains the basic implementation of the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video5:23
Curated Video

Behavioral Design Patterns in C++ - Introduction-Visitor

Higher Ed
This video provides an introduction to the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video6:58
Curated Video

Behavioral Design Patterns in C++ - TextPad - V

Higher Ed
In this video, we will modify the menu class and break its dependency of the application class. This will make it reusable with any class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video15:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Reducers: Add and Remove / 093

Higher Ed
This lesson creates a new reducer method called removeFromCart, which accepts a value and removes an item from the basket. We will then add an handler to our remove button.
Instructional Video20:20
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Function: Edit and Delete / 047

Higher Ed
After learning to create the task list to add and delete tasks, we will now look at the functionality of creating the edit option and the delete option.
Instructional Video12:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Global Level Styling / 020

Higher Ed
In this video, you will learn about the global level of styling, where the styling of the components or elements are available everywhere and are the generalized stylings applicable throughout, usually referred to as index.css.
Instructional Video9:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Router Setup / 054

Higher Ed
In this video, you will learn how to install the React router; we will understand how to activate the functionality, what syntax we need to use to include this route functionality.