Hi, what do you want to do?
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.
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
r/>
This clip is from the chapter "GitHub Hooks" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section...
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.
r/>
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...
r/>
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...
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.
r/>
This clip is from the chapter "Kubernetes with Microservices using Docker, Spring Boot, and Spring Cloud – V2" of the series...
r/>
This clip is from the chapter "Kubernetes with Microservices using Docker, Spring Boot, and Spring Cloud – V2" of the series...
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.
r/>
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives...
r/>
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives...
Curated Video
Complete Modern C++ - Reference
This video explains reference type and how to use it instead of pointers.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
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.
r/>
This clip is from the chapter "Methods" of the series "The Complete Java Developer Course: From Beginner to Master".This...
r/>
This clip is from the chapter "Methods" of the series "The Complete Java Developer Course: From Beginner to Master".This...
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.
r/>
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...
r/>
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...
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 algo
rithm
• Show how it works and explain the different versions
available
...
• Introduce the listener to the std::max, and std::max_element algo
rithm
• Show how it works and explain the different versions
available
...
Curated Video
C++ Standard Template Library in Practice - Iterator Adaptors
We want to learn what other non-container iterators are available, and what they can do.
• Introduce the different adapter iterator
types
• Learn what they can do and cover the d
ifferences
• Show them in action...
• Introduce the different adapter iterator
types
• Learn what they can do and cover the d
ifferences
• Show them in action...
Let's Tute
Microsoft Excel Tutorial: Working with Average Functions
This tutorial teaches how to use the average function in Microsoft Excel, including how to insert the function, what to consider when selecting cells, and how to avoid errors. The video also demonstrates three different ways to find the...
Curated Video
Mastering Spring Framework Fundamentals - The Proxy Design Pattern
This video demonstrates how to use the let prefix.<br/<br/>>
This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
This clip is from the chapter "Variable Prefixes" of the series "TypeScript for Beginners".This section introduces you to variable prefixes and explains how to use them.
Brian McLogan
Learn how to find the reference angle of a radian in the second quadrant
👉 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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Exploring a Git Tag Object
This video explains the process of exploring a Git tag object.
r/>
This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It...
r/>
This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - How do Remote and Local Branches Sync?
This video explains how to sync remote and local branches in Git.
r/>
This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an...
r/>
This clip is from the chapter "Git Push, Fetch, and Pull" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section provides an...
Curated Video
Excel VBA Programming The Complete Guide - Variable Declarations and Assignments
In this lesson, we explore the syntax for declaring a variable and its data type, as well as assigning it an initial value with the assignment operator ( = ).
r/>
This clip is from the chapter "Variables and Data Types" of the...
r/>
This clip is from the chapter "Variables and Data Types" of the...
Curated Video
GCSE Secondary English Age 13-17 - Vocabulary: Reference - Explained
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 00 - Java Reference Types - Section Introduction
In this video, we will learn about Java reference types - section introduction.
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look...
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look...