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
Behavioral Design Patterns in C++ - TextPad - IV
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...
Curated Video
Behavioral Design Patterns in C++ - TextPad - III
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...
Curated Video
Behavioral Design Patterns in C++ - TextPad - II
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...
Curated Video
Behavioral Design Patterns in C++ - FindDialog - II
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...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Create a Dashboard
This video explains how to combine all the previous sheets and create the dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Create a Dashboard-1
This video explains what the dashboards in Tableau are and how we can create a dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Top Three with Max % Allocation
This video explains how to create the view in which it shows the top three with maximum % allocation.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Home Page / 102
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Individual Movie Information / 074
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Page Not Found / 073
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Tailwind Introduction / 063
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Common Properties
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Components / 045
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Responsive Screen and Component Tools / 210
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Footer / 209
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Header and Hero Section/ 208
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Hover, Focus, and Other States
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Introduction and Demo
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Forms and Input / 025
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Props: Children / 018
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Homepage / 162
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: Page Component Wrapper / 156
In this lesson, you will learn about strings in JavaScript, which store a series of characters or text in quotes with an example.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: API Async Loading / 155
In this video, we will compare the three service models and note the fundamental differences and their advantages of use.