Brian McLogan
Find the reference angle and sketch both angles in standard position
👉 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
Java Programming for Complete Beginners - Java 16 - Step 10 - Java Wrapper Classes - Auto Boxing and a Few Wrapper Constants – SIZE
In this video, we will learn about Java wrapper classes - auto boxing and a few wrapper constants – SIZE. This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section,...
Brian McLogan
Why you should never memorize the unit circle How to use without memorizing
Why you should never memorize the unit circle How to use without memorizing
Brian McLogan
4e Warm up (Where does the sine graph come from?)
4e Warm up (Where does the sine graph come from?)
Curated Video
.NET Core Microservices - Secure Product API
This video explains secure product API. This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about identity server.
Curated Video
Complete Modern C++ - Generalized Lambda Capture
This video gives an overview on generalized lambda capture. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda expressions.
Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Installing Filebeat
This video demonstrates how to install Filebeat. This clip is from the chapter "Analyzing Log Data with the Elastic Stack" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to analyze log...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Using Loops
This video demonstrates how to use loops. This clip is from the chapter "Ansible Playbooks- Deep Dive" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section explores playbooks in Ansible in details.
Curated Video
Learn Go in 3 Hours - Pointers
Go unabashedly embraces the pointers, while removing their most dangerous abilities. • This video walks through using pointers in Go, and how they can be used to simulate call-by-reference in other languages. • Learn that pointers in Go...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - The direct object reference attack - do not leak implementation details
Direct Object Reference: The direct object reference attack - do not leak implementation details This clip is from the chapter "Direct Object Reference" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this...
Practical Ninjas
How to cite in LaTeX | Inserting Bibliography in the document | Share Latex | Learn LaTeX 10
This video presents how to cite articles, journal papers or books using LaTeX in a document. One also learns to insert bibliography in the document. The video explains the concepts with hands on code. Stay calm and keep learning....
Curated Video
Mastering Spring Framework Fundamentals - Coding Beans to Use Constructor Dependency Injection
In this video, you will learn about Union type in TypeScript. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to...
Curated Video
Comprehensive Android Developer Bootcamp - Create Firestore user and Authenticated user
Build a Journal App with Firestore:Create Firestore user and Authenticated user 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...
Curated Video
Comprehensive Android Developer Bootcamp - Retrieving Data From Firestore Collection
Introduction to Realtime Databases – Firebase and Firestore:Retrieving Data From Firestore Collection This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The Comprehensive Android...
Curated Video
Complete Modern C++ - Value Categories
In this video, you will learn about L-value and R-value. • Identify key parts of the application • Plan out the class structure using class diagrams (UML) • Create a class implementation using UML diagrams This clip is from the chapter...
Curated Video
Complete Modern C++ - Reference Versus Pointer
This video compares pointers, references, and explains how to choose between them. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Curated Video
Complete Modern C++ - Range-Based For Loop - I (C++11)
This video introduces the new range-based for loop in C++11 and explains how to use it. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Curated Video
Complete Modern C++ - std::variant - III
In this video, you will learn how to use the visitor to read or modify active members in a variant. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Curated Video
Complete Modern C++ - Task-Based Concurrency - Part II
This videos explains std::async in more depth. This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Curated Video
Complete Modern C++ - Perfect Forwarding - Part I (C++11)
This video introduces perfect forwarding, which is a very important concept implemented through R-value references. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Ansible Playbooks- Variables
This video explains how to use variables in Ansible. This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an introduction to playbooks...
Brian McLogan
Learning to find the reference angle in the second quadrant
👉 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 React Developer Course (with Hooks and Redux) - Testing Filters Action Generators
In this video you'll continue testing by adding test cases for the filter actions. This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This section deals...