Hi, what do you want to do?
Curated Video
Complete Modern C++ - Mandatory Copy Elision - I
This video builds up the base for mandatory copy elision. It shows the limitation of copy elision in pre-C++17 standards.
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This...
r/>
This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This...
Brian McLogan
Learn how to solve a literal equation with a quadratic term h = vt-gt^2 , g ex 22
👉 Learn how to solve literal equations involving formulas. A literal equation is an equation where the unknown values are represented by variables. To solve a literal equation means to make one of the variables the subject of the...
Brian McLogan
What does it mean to isolate the variable
👉 Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Meet The Stack - Simple But Powerful
Learn various uses of stack which is a very simple and easy to understand data structure.
r/>
This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section,...
r/>
This clip is from the chapter "Stacks And Queues" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Introduction to BigDecimal Java Class
In this video, we will learn about introduction to the BigDecimal Java class.
r/>
This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this...
r/>
This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 05 - Need for ConcurrentMap
In this session, we will learn about need for ConcurrentMap.
r/>
This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete Beginners - Java...
r/>
This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - List Interface - Immutability and Introduction of Implementations – Array
In this session, we will learn about list interface - immutability and introduction of implementations – array.
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java...
r/>
This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java...
Brian McLogan
Sum and Difference Formulas | Full Lesson
In this video we will work through what the sum and difference formulas are, and how to apply them to help use evalutate trigonometric expressions, verify trigonometric identities and solve trigonometric equations.
Brian McLogan
Pre-Calculus - Verifying that two complex numbers are equal 2, (a+1)+(b+2)i=5+7i
In this video I show you how to find the value of a and b of complex number when you have two complex numbers equal to each other. When two complex numbers are equal to each other the values of a and b must be equal to one another. (a+1)...
Brian McLogan
Solving a literal equation by solving for y with a fraction
We solve a literal equation just like any other equation. When we solve for a variable we need to isolate the variable meaning we need to undo the operations that are being applied to the variable. Make sure you apply the inverse...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Examples of Various JavaScript Executor Methods for Various Web Operations
This video provides examples of the JavaScript executor methods for web operations.
r/>
This clip is from the chapter "Selenium Python-Miscellaneous Features" of the series "Selenium Python Automation Testing from Scratch and...
r/>
This clip is from the chapter "Selenium Python-Miscellaneous Features" of the series "Selenium Python Automation Testing from Scratch and...
Curated Video
SSL Complete Guide 2021: HTTP to HTTPS - Point Addition on Elliptic Curve
In this video, we'll learn about point addition on elliptic curve.
r/>
This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and...
r/>
This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and...
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 13 - Quick Introduction to JPA
In this video, we will cover a quick introduction to JPA.
r/>
This clip is from the chapter "Journey From Spring JDBC to JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will...
r/>
This clip is from the chapter "Journey From Spring JDBC to JPA" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".In this section, you will...
Curated Video
Finding Mistakes in Evaluations of Algebraic Expressions
Identify mistakes in evaluating expressions with variables.
Curated Video
The Order of Operations in Numerical Expressions
Understand the need for the order of operations in numerical expressions.
Seven Dimensions
Negotiating a Business Deal
In this video, two negotiators, Steve and Paul, discuss the details of opening an office in Melbourne, Australia. They navigate through various negotiation tactics and considerations, including cost, location, employee accents, and...
Food Farmer Earth
As the Urban Growth Boundary Approaches: A Wary Farmer Notices
Bill Zimmerman, a small farmer in Vancouver, Washington talks about the approaching urban growth boundary (UGB) that may soon encompass his farm. Every 5 years the UGB in Washington State is up for review by the county (his is in Clark...
Curated Video
Technology in Operations: Advantages and Downsides
The video discusses the role of technology in modern-day operational processes. It explores how technology can be both a hindrance and a help in operational processes, with a focus on the advantages and disadvantages of technology in...
Curated Video
Core Java Programming Course- Data - Time Formatter
This video explains the data - time formatter.
r/>
This clip is from the chapter "Date and Time Operations (Rev Java 8)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explores the...
r/>
This clip is from the chapter "Date and Time Operations (Rev Java 8)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explores the...
Curated Video
Complete Modern C++ - Exception Handling - Part VI - (noexcept Keyword in C++11)
This video introduces the noexcept keyword.<br/<br/>>
This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Brian McLogan
Tutorial - Combining complex numbers ex 2, (9 + 8i) + (9 - 9i)
In this video series I will show you how to combine complex number by either subtracting or adding them together. Complex numbers have real and imaginary components. When combining complex numbers we can only add the real to the...
Brian McLogan
Tutorial - Adding two imaginary numbers together ex 12, 5i + 7i
In this video playlist you will learn everything you need to know with complex and imaginary numbers<br/>
5i + 7i
5i + 7i
Brian McLogan
Tutorial - How to subtract a complex number from an imaginary number ex 15, 3i - (1 - 12i)
In this video playlist you will learn everything you need to know with complex and imaginary numbers<br/>
3i - (1 - 12i)
3i - (1 - 12i)
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Getting Started with Synchronized
In this session, we will learn about getting started with Synchronized.
r/>
This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete...
r/>
This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete...