Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Add Items to List in Database with Express and SQLit3
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...
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Program: Find Max Value In Array
Furthering our program writing skills, we will learn to create a program that determines the maximum value in an array.
Curated Video
The Art of Doing - Web Development for Beginners - Understanding Attributes
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...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Account Takeover through Clickjacking – Part 1
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...
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Bypassing CSP through AngularJS
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...
Curated Video
The Art of Doing - Web Development for Beginners - Pseudo Classes
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...
Curated Video
The Art of Doing - Web Development for Beginners - The Display Property: Inline Values
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...
Curated Video
The Art of Doing - Web Development for Beginners - CSS Selectors
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...
Curated Video
The Art of Doing - Web Development for Beginners - CSS Animations
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...
Curated Video
The Art of Doing - Web Development for Beginners - The Display Property: Block Values
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...
Curated Video
The Art of Doing - Web Development for Beginners - Defining Element Width
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Server-Side Validation with AddCustomer View
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...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - Create the UpdateOrder View
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...
Curated Video
Behavioral Design Patterns in C++ - Dynamic Array - I
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...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Visitor
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.
Curated Video
Behavioral Design Patterns in C++ - Containers - II (List)
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.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - IV
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.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Visitor
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.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Visitor
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.
Curated Video
Behavioral Design Patterns in C++ - TextPad - V
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Reducers: Add and Remove / 093
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Function: Edit and Delete / 047
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Global Level Styling / 020
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Router Setup / 054
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.