Instructional Video10:58
Curated Video

Comprehensive Android Developer Bootcamp - Setting Up Journal Post Screen - Part 2

Higher Ed
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...
Instructional Video5:01
Brian McLogan

Evaluate for sine cosine and tangent using reference angles

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video5:44
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Web App Vulnerability Scanning

Higher Ed
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+...
Instructional Video5:32
Curated Video

Complete Modern C++ - Perfect Forwarding - Part II (C++11)

Higher Ed
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...
Instructional Video7:15
Curated Video

Complete Modern C++ - Non-type Template Arguments

Higher Ed
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...
Instructional Video9:36
Curated Video

C++ Standard Template Library in Practice - Creating Threads

Higher Ed
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...
Instructional Video2:17
Let's Tute

Microsoft Excel Tutorial: Working with Sum Function

9th - Higher Ed
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....
Instructional Video9:34
Curated Video

Multi-Paradigm Programming with Modern C++ - Promise and Future

Higher Ed
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...
Instructional Video1:07
Brian McLogan

Sketch the angle then find the reference angle

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video9:29
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Verifying Commit Message Using Commitlint

Higher Ed
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...
Instructional Video3:24
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Element Formatting HTML

Higher Ed
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...
Instructional Video9:53
Curated Video

Excel VBA Programming The Complete Guide - R1C1 Notation, Part I

Higher Ed
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...
Instructional Video6:31
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 23 – Understanding Centralized Configuration in Kubernetes – Config Maps

Higher Ed
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...
Instructional Video7:11
Curated Video

Complete Modern C++ - L-values, R-values, and R-value References (C++11)

Higher Ed
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...
Instructional Video5:32
Curated Video

Complete Modern C++ - Reference

Higher Ed
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,...
Instructional Video1:06
Brian McLogan

How to find the reference angle of a negative radian

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video4:38
Brian McLogan

Find the reference angle and sketch both angles in standard position

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video3:22
Brian McLogan

Evaluating trigonometric functions using the reference angle

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video3:24
Brian McLogan

Find the reference angle and sketch both angles in standard position

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video5:23
Brian McLogan

Evaluate for sine cosine and tangent using reference angles

12th - Higher Ed
πŸ‘‰ 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...
Instructional Video10:41
Curated Video

The Complete Java Developer Course: From Beginner to Master - User-Defined Methods, Part 2

Higher Ed
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...
Instructional Video17:19
Seven Dimensions

Recruiting High Achievers

Higher Ed
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...
Instructional Video6:09
Curated Video

Complete Modern C++ - Project – Part X (dynamic_cast)

Higher Ed
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...
Instructional Video3:14
Curated Video

C++ Standard Template Library in Practice - Max

Higher Ed
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...