Curated Video
Behavioral Design Patterns in C++ - RPN Evaluator - II
This video explains how to use the parser to parse some expressions. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - RPN Evaluator - I
This video demonstrates another example that uses the Interpreter design pattern and builds the RPN evaluator. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Behavioral Design Patterns in C++ - Boolean Interpreter - III
In this video, we will go ahead and add the support for the OR keyword. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Boolean Interpreter - II
This video builds on the previous video and helps design the Interpreter design pattern. Here, the terminal and non-terminal classes are converted into classes. This clip is from the chapter "Interpreter" of the series "Behavioral Design...
Curated Video
Behavioral Design Patterns in C++ - Boolean Interpreter - I
This video helps in the implementation of the Boolean Interpreter design pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Interpreter
This video explains the basic implementation of the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Interpreter
This video provides an introduction to the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
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
Top 3 Mistakes to Avoid When Simplifying Expressions using the Distributive Property
Whether you need a quick refresher or a step-by-step explanation on how to avoid making the the top 3 most common mistakes when simplifying expressions using the distributive property, then this video is for you! I will explain what the...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Mean Squared Error
In this video, we will understand MSE (Mean Squared Error) from a probabilistic perspective. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Curated Video
Master SQL for Data Analysis - Common Table Expressions (CTEs)
In this video, you will learn more about the common table expression, which allows us to reference data within a SELECT statement. This clip is from the chapter "SQL – Simplify Queries (Views, CTEs)" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Simple CASE - Data Transformation
In this video, we will look at the first option to create a use case, which is the simple case used to compare an input expression using the = operator. This clip is from the chapter "SQL - Conditional Logic (CASE)" of the series "Master...
Curated Video
Master SQL for Data Analysis - Overview-5
This video briefly outlines conditional logic with a case, how data gets transformed with this logic, and classification and binning. This clip is from the chapter "SQL - Conditional Logic (CASE)" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Conditional Logic – Multiple Rows
The second type of subquery used to filter data based on conditional logic is the subquery that may return multiple rows of data. This clip is from the chapter "SQL – Subqueries" of the series "Master SQL for Data Analysis".This section...
Curated Video
Master SQL for Data Analysis - Creating Tables - Constraints
Here, we will look at the different constraints that can be added to update or limit data stored in a specific column in a table. This clip is from the chapter "SQL - Creating Databases, Schemas, and Tables" of the series "Master SQL for...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Each Loop
This video explains the For Each loop that is normally used with collections and arrays, which helps you run one or more loops to cycle through. This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel VBA Course...
Curated Video
Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - Circular Dependency Errors and How to Fix Them
This video addresses circular dependency errors in Power BI, occurring with interdependent table relationships. The video provides a step-by-step guide to identifying and resolving circular dependency errors to maintain the integrity of...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - For Loop (in and of) / 019-1
This video explains for loop, which will help you ease your condition while writing for loops. This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
Alteryx Advanced - Cleaning
In this video, you will learn about a necessary step, “cleaningâ€, where data is transformed to get meaningful results. You will learn about uncleansed fields and the causes of null data. We will explore the imputation tool, which...
Curated Video
Mastering C++ Standard Library Features [Video] - Value Categories: The Full Picture
Learn about the more fine-grained value categories of the language, in order to increase your understanding of the rules that guide move semantics
Curated Video
Mastering C++ Standard Library Features [Video] - Move Semantics
Understand what move semantics are and how they enable efficient resource transfer and ownership transfer
Curated Video
Mastering C++ Standard Library Features [Video] - Lvalues and Rvalues
Understand the difference between lvalue and rvalues, gaining a solid theoretical base required to understand move semantics
Curated Video
Substitution in Algebra
This video explains substitution in maths within the topic of algebra and what it means to evaluate an expression. Practice questions and solutions are at the end of the video.
Curated Video
Solving Algebra Word Problems
In this video we explain how to solve algebra worded problems. We explain how to form expressions and equations from worded algebra questions. The video starts off with simple examples, building up to the more complex age problems....