Instructional Video3:42
Curated Video

SQL Server Course for Beginners with 100+ examples - NOT NULL Constraint

Higher Ed
Learn how to work with the NOT NULL constraint in SQL to enforce a column with values, that is, not null. Remember, as columns can have NULL by default, we use the NOT NULL constraint to enforce a column NOT to accept values. This clip...
Instructional Video4:14
Curated Video

Behavioral Design Patterns in C++ - DialogBox - II

Higher Ed
This video will help in the implementation of all the widget classes. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Instructional Video6:48
Curated Video

Behavioral Design Patterns in C++ - DialogBox - I

Higher Ed
This video will help you create a DialogBox where you will add some widgets and see how to interact with the widgets through the mediator design pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns...
Instructional Video5:38
Curated Video

Behavioral Design Patterns in C++ - Undo - IV

Higher Ed
In this video, we will continue implementing the undo method in the remaining command classes. 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 Video4:26
Curated Video

Behavioral Design Patterns in C++ - Undo - III

Higher Ed
This video will help you implement the undo method of several command classes. 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 Video5:47
Curated Video

Behavioral Design Patterns in C++ - Undo - II

Higher Ed
This video explains the concept of undo in more depth. 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 encapsulates requests as...
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.