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 Video4:24
Curated Video

Behavioral Design Patterns in C++ - TextPad - IV

Higher Ed
In this video, we will implement the menu class for handling user input. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Instructional Video4:03
Curated Video

Behavioral Design Patterns in C++ - TextPad - III

Higher Ed
In this video, we will implement the input handling functionality in the application class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Instructional Video3:54
Curated Video

Behavioral Design Patterns in C++ - TextPad - II

Higher Ed
This video starts with the creation of the application class and implementation of its important methods. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video6:13
Curated Video

Behavioral Design Patterns in C++ - FindDialog - II

Higher Ed
In this video, you will see how the dialog box handles the event from the button using the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video14:58
Curated Video

Learn Tableau by Working on Exciting Dashboards - Create a Dashboard

Higher Ed
This video explains how to combine all the previous sheets and create the dashboard.
Instructional Video30:00
Curated Video

Learn Tableau by Working on Exciting Dashboards - Create a Dashboard-1

Higher Ed
This video explains what the dashboards in Tableau are and how we can create a dashboard.
Instructional Video4:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Top Three with Max % Allocation

Higher Ed
This video explains how to create the view in which it shows the top three with maximum % allocation.
Instructional Video22:26
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Home Page / 102

Higher Ed
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Instructional Video28:28
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Individual Movie Information / 074

Higher Ed
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.
Instructional Video15:06
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 073

Higher Ed
In this video, you will learn how to effectively handle the chaining of fetch calls to avoid nesting them together, clean up our component code, and abstract those details away from our component code.
Instructional Video20:15
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Tailwind Introduction / 063

Higher Ed
This video will explain Tailwind and its functional components to load the style components into our React project, the Cinemate, and add the required dependencies for the project.
Instructional Video14:34
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Common Properties

Higher Ed
In this video, we will look at a showcase of how to install the Tailwind CSS and set up to use in our current project. We will understand installing Tailwind CDN versus Tailwind CLI. We will then learn to apply different kinds of common...
Instructional Video14:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Components / 045

Higher Ed
We will work on building the user interface for our TaskMate application. We will create a components folder in the source and develop components, header, Addtask, and Showtask. We will create the input box and basic CSS styles.
Instructional Video11:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Responsive Screen and Component Tools / 210

Higher Ed
Here, we will examine and explore the various possible settings related to our responsive screen. We will define page sizes, appearance of components on different pages, etc.
Instructional Video2:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Footer / 209

Higher Ed
In this lesson, we will learn to create our footer for the SoundMate project. We will define parameters to alter its appearance at the bottom of the page to our requirements.
Instructional Video12:56
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header and Hero Section/ 208

Higher Ed
We will take the project styling further, and look at creating the separate header and Hero sections. The Hero section will have a tagline and subtitle and then the other section with the cards and other components.
Instructional Video5:11
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Hover, Focus, and Other States

Higher Ed
In this lesson, you will learn to apply custom properties in special states, like when working with buttons, we will use "hover", "focus" properties for fonts, and other states that can be customized to our project requirements.
Instructional Video9:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Introduction and Demo

Higher Ed
This video demonstrates the Tailwind CSS framework use in detail, which is packed with classes like flex, pt-4, text-center, and rotate-90 that can build any design directly in the markup.
Instructional Video11:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Forms and Input / 025

Higher Ed
In this lesson, you will learn to create forms and provide user input into the forms to collect data or add and delete tasks. You will learn to control the way the form behaves in accepting inputs.
Instructional Video11:09
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Props: Children / 018

Higher Ed
In this video, you will learn about property child or children, which are offsets of the properties passed on from the parent props to the child props or children props.
Instructional Video11:08
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Homepage / 162

Higher Ed
In this lesson, we will begin with creating a section for the homepage and add the individual cards by importing the Postcard state from the components folder.
Instructional Video9:44
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: Page Component Wrapper / 156

Higher Ed
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Instructional Video6:39
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Test: API Async Loading / 155

Higher Ed
In this video, we will compare the three service models and note the fundamental differences and their advantages of use.