Hi, what do you want to do?
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Classes as Expression
This video explains classes as an expression in JavaScript.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Static Keyword
This video explains the static keyword in JavaScript.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Prototypal-Chains
This video explains prototypal-chains.
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes enhancements...
<
br/>
This clip is from the chapter "Classes Enhancements and OOPS" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains classes enhancements...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Optional Chaining Operators
This video explains chaining operators.
<
br/>
This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops,...
<
br/>
This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops,...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Arrow Functions 2
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a critical part of this course because...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Spread Operators - 2
This video is a continuation of spread operators in JavaScript.
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Rest Parameters
This video explains the rest parameters.
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments,...
<
br/>
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments,...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Let Const Rather than Var
This video explains the replacements of the Var keyword, which are Let and Const.
<
br/>
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
<
br/>
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This...
Curated Video
Behavioral Design Patterns in C++ - Containers - III (Issues)
This video explains the issue where the elements inside the container are accessed.<br<br/>/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
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++ - Organization - III (Iterator)
This video explains one more variation of the Iterator design pattern; here, you will move the traversal algorithm out of the class and put it inside the iterator.
<
br/>
This clip is from the chapter "Iterator" of the series...
<
br/>
This clip is from the chapter "Iterator" of the series...
Curated Video
Behavioral Design Patterns in C++ - Organization - II (Cursor)
In this video, we will demonstrate another variation of the Iterator pattern in which the Iterator is called a cursor.
<
br/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section...
<
br/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Iterator
This video provides an introduction to the Iterator design pattern.<br<br/>/>
This clip is from the chapter "Iterator" of the series "Behavioral Design Patterns in C++".This section focuses on the Iterator design pattern.
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++ - Pros and Cons-State
This video talks about the pros and cons of the State design pattern.<br<br/>/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Basic Example-2
This video explains a basic example of the State design pattern.<br<br/>/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-State
This video provides an introduction to the State design pattern and helps find the state of the object.
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State...
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State...
Curated Video
Behavioral Design Patterns in C++ - Methods for States - III
This video extends the code and modifies the state class.<br<br/>/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Curated Video
Behavioral Design Patterns in C++ - Methods for States - I
This video demonstrates another approach—methods for state approach that can be implemented in the State design pattern.
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section...
<
br/>
This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section...
Curated Video
Behavioral Design Patterns in C++ - Lamp - II (Enum States)
In this video, we will use the variable to store the current state of the lamp so that one can take the correct action if the lamp is switched OFF or switched ON.
<
br/>
This clip is from the chapter "State" of the series...
<
br/>
This clip is from the chapter "State" of the series...
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - VI
This video explains the concept of cyclic dependency.<br<br/>/>
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on 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++ - Shapes Example - IV
This video explains the single and double dispatch concepts.<br<br/>/>
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on 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++ - Basic Implementation-Visitor
This video explains the basic implementation of the Visitor pattern.<br<br/>/>
This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on 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++ - Pros and Cons-Mediator
This video talks about the pros and cons of the Mediator design pattern.<br<br/>/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Mediator
This video is an introduction to the Mediator pattern.<br<br/>/>
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Observer
This video talks about the pros and cons of the Observer pattern.<br<br/>/>
This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.