Instructional Video11:26
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Creating Rectangles from File

Higher Ed
This video is the first project of this section where you create the rectangle class from a file.
r/>
This clip is from the chapter "File I/O and Exceptions" of the series "The Complete Java Developer Course: From Beginner to...
Instructional Video4:46
All In One Social Media

Video Marketing Equipment Guide

Higher Ed
Video Marketing Equipment Guide // You need to have the right equipment to make some engaging videos. But you do not have to break the bank to get started with recording videos for your video marketing. You can start your YouTube and...
Instructional Video11:40
Curated Video

Comprehensive Android Developer Bootcamp - Creating Multiple Documents and Retrieving Multiple Documents

Higher Ed
Introduction to Realtime Databases – Firebase and Firestore:Creating Multiple Documents and Retrieving Multiple Documents
r/>
This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the...
Instructional Video9:07
Curated Video

Comprehensive Android Developer Bootcamp - Creating Layouts with Two Fragments

Higher Ed
Android Fragments – An Introduction:Creating Layouts with Two Fragments
r/>
This clip is from the chapter "Android Fragments – An Introduction" of the series "The Comprehensive Android Developer Bootcamp".In this section you...
Instructional Video6:09
Curated Video

Multi-Paradigm Programming with Modern C++ - Coroutines on a Thread Pool

Higher Ed
We had implemented a concurrent tasks framework in Section 9. Back then we observed that threads had to wait on each other, which reduces concurrency. In this section, we will create a tasks framework that uses coroutines to achieve...
Instructional Video6:21
Curated Video

C++ Standard Template Library in Practice - Locks

Higher Ed
The user wants to learn about locks to avoid race conditions.

• Introduce its basic concepts to the
user
• Give an overview of how to use the n
ew feature
• Show an example to reinforce the
t
opics covered
...
Instructional Video7:06
Curated Video

C++ Standard Template Library in Practice - Shared Pointers

Higher Ed
The user is unfamiliar with the shared_ptr and wants to learn more about it.

• Introduce the shared_ptr and wea
k_ptr
• Show what it can do, and how
to use it
• Reinforce the lesson
wi
th an example

This...
Instructional Video5:42
Curated Video

C++ Standard Template Library in Practice - Min

Higher Ed
The listener is new to algorithms and does not know about the min algorithms.

• Introduce the listener to the std::min and std::min_element algo
rithm
• Show how it works and explain the different versions
available
...
Instructional Video8:43
Curated Video

Excel VBA Programming The Complete Guide - The Range.Select Method

Higher Ed
In this section of the course, we take a deep dive into the Range, the most popular object in the Excel Object Model. We begin with the Select method, which highlights the range's boundaries on the spreadsheet.
r/>
This clip is...
Instructional Video10:50
Curated Video

Excel VBA Programming The Complete Guide - Deleting Rows

Higher Ed
Deleting rows from a spreadsheet can be a risky operation --- if moving downwards in direction, there's a risk that some rows will NOT be deleted. In this lesson, we explore iteration in reverse (from a larger number to a smaller one)...
Instructional Video7:11
Curated Video

Excel VBA Programming The Complete Guide - The With-End With Construct

Higher Ed
The With - End With construct is a shorthand syntax that allows for multiple properties to be overwritten on an object. In this lesson, we practice modifying the Name, Size, Bold and Italic properties on the Font object.
r/>
...
Instructional Video5:21
Brian McLogan

Evaluate 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 Video4:19
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 Video4:43
Curated Video

Excel VBA Programming The Complete Guide - The Cells Property

Higher Ed
In this lesson, we practice selecting single-cell Range objects with the Cells property before applying the Resize property to expand the selection to multi-cell Ranges.
r/>
This clip is from the chapter "Range References" of...
Instructional Video8:15
Brian McLogan

Master determining the reference angle from a given angle

12th - Higher Ed
Master determining the reference angle from a given angle
Instructional Video5:03
Curated Video

Learning Akka (Video 10)

Higher Ed
Akka helps you to build scalable, resilient, and fault-tolerant distributed systems that can provide outstanding performance on local machines as well as over remote networks. Employing the actor model, it is possible to leverage...
Instructional Video6:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js

Higher Ed
In this video, we will learn how to develop multiple node packages into one big codebase.<br/>
• Understand what a monorepo is and insta<br/>ll Lerna.js
• Cr<br/>eate multiple packages<<br/>br/>• Use these multiple packages
Instructional Video8:29
Curated Video

Complete Modern C++ - Operator Overloading - Part I (Basics)

Higher Ed
This video explains the basics of operator overloading and implementation of common unary and binary operators.

• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and...
Instructional Video4:19
Curated Video

Complete Modern C++ - Passing Arguments to Threads

Higher Ed
In this video, learn how to pass arguments to thread functions.<br/<br/>>

This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Instructional Video10:35
Curated Video

C++ Standard Template Library in Practice - User - Defined Iterators

Higher Ed
We want to learn how to make our own iterator.

• Discuss the different ways to implement an ite
rator
• Talk about how there is an old way and
a new way
• Implement our own iterator using th
e
newest method
...
Instructional Video3:38
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Magic Variables

Higher Ed
This video explores the special set of magic variables.
r/>
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...
Instructional Video2:18
Brian McLogan

Learning to find the reference angle in the third quadrant

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 Video8:53
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - Java Reference Types – Puzzles

Higher Ed
In this video, we will learn about Java reference types – puzzles.
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 into string...
Instructional Video7:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Reference Types - How are they Stored in Memory?

Higher Ed
In this video, we will learn about reference types - how they are stored in memory.
r/>
This clip is from the chapter "Reference Types" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...