Curated Video
Comprehensive Android Developer Bootcamp - Setting Up Journal Post Screen - Part 2
Build a Journal App with Firestore:Setting Up Journal Post Screen - Part 2 This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section you will see how...
Brian McLogan
Evaluate for sine cosine and tangent using reference angles
π Learn how to evaluate trigonometric functions of a given angle. Given an angle greater than 2pi in radians, to evaluate the trigonometric functions of the given angle, we first determine the smallest positive coterminal angle of the...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Web App Vulnerability Scanning
This episode shows how specialized web application vulnerability scanning tools can be used to identity security flaws in a web application. This clip is from the chapter "Securing Dedicated Systems" of the series "CompTIA Security+...
Curated Video
Complete Modern C++ - Perfect Forwarding - Part II (C++11)
In this video, we will understand how perfect forwarding preserves type information of template function arguments. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
Curated Video
Complete Modern C++ - Non-type Template Arguments
This video explains the purpose of non-type template arguments. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding, variadic...
Curated Video
C++ Standard Template Library in Practice - Creating Threads
The user wants to create threads to do multiple simultaneous tasks. β’ Review what problems threads are good for β’ Show how to create and use threads β’ Show an example to reinforce the topics covered This clip is from the chapter...
Let's Tute
Microsoft Excel Tutorial: Working with Sum Function
In this Microsoft Excel tutorial, we learn how to use the sum function to add numbers together. We also explore how to use cell numbers or ranges as arguments in the sum function, and how Excel ignores text when adding numbers....
Curated Video
Multi-Paradigm Programming with Modern C++ - Promise and Future
Publication safety pattern that we have implemented with atomics, is somewhat harder to implement for non-trivial types. Luckily, STL provides some primitives for publication safety. In this video we will learn about std future, std...
Brian McLogan
Sketch the angle then find the reference angle
π Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Verifying Commit Message Using Commitlint
This video demonstrates how to verify a commit message using the commitlint command. This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains GitHub hooks...
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - Element Formatting HTML
In this video, we'll learn about element formatting HTML. This clip is from the chapter "Learn HTML Course Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn about HTML here. You will learn about...
Curated Video
Excel VBA Programming The Complete Guide - R1C1 Notation, Part I
R1C1 notation is a different way of thinking about cells in Excel. Instead of using a letter for the column and a row for the number, R1C1 relies on numbers for both. In this lesson, we enable R1C1 notation in our Excel interface and...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 23 β Understanding Centralized Configuration in Kubernetes β Config Maps
In this video, you will be understanding centralized configuration in Kubernetes β Config Maps. This clip is from the chapter "Kubernetes with Microservices using Docker, Spring Boot, and Spring Cloud β V2" of the series "Master...
Curated Video
Complete Modern C++ - L-values, R-values, and R-value References (C++11)
This video starts with the basics of L-values and R-values and then explains the C++11 featureΓ’β¬βR-value references. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview...
Curated Video
Complete Modern C++ - Reference
This video explains reference type and how to use it instead of pointers. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references,...
Brian McLogan
How to find the reference angle of a negative radian
π Learn how to sketch angles in terms of pi. An angle is the figure formed by two rays sharing the same endpoint. Angle is measured in radians or in degrees. One complete revolution about a point is equivalent to 2pi radians and 360...
Brian McLogan
Find the reference angle and sketch both angles in standard position
π Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Brian McLogan
Evaluating trigonometric functions using the reference angle
π Learn how to evaluate trigonometric functions of a given angle. Given an angle greater than 2pi in radians, to evaluate the trigonometric functions of the given angle, we first determine the smallest positive coterminal angle of the...
Brian McLogan
Find the reference angle and sketch both angles in standard position
π Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Brian McLogan
Evaluate for sine cosine and tangent using reference angles
π Learn how to find the reference angle of a given angle. The reference angle is the acute angle formed by the terminal side of an angle and the x-axis. To find the reference angle, we determine the quadrant on which the given angle lies...
Curated Video
The Complete Java Developer Course: From Beginner to Master - User-Defined Methods, Part 2
This video is the second part of the two-part video, which talks about different user-defined methods. This clip is from the chapter "Methods" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Seven Dimensions
Recruiting High Achievers
In this video, the speaker discusses the importance of hiring high achievers and the challenges organizations face in doing so. They highlight the need to assess attitudinal characteristics and ask behavioral questions to identify high...
Curated Video
Complete Modern C++ - Project β Part X (dynamic_cast)
In this video, you will learn how to use dynamic_cast. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a project to...
Curated Video
C++ Standard Template Library in Practice - Max
The listener is new to algorithms and does not know about the max algorithms. β’ Introduce the listener to the std::max, and std::max_element algorithm β’ Show how it works and explain the different versions available β’ Reinforce the...