Instructional Video8:33
Curated Video

Learn Go in 3 Hours - Pointers

Higher Ed
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 langu
ages.
• Learn...
Instructional Video9:20
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - The direct object reference attack - do not leak implementation details

Higher Ed
Direct Object Reference: The direct object reference attack - do not leak implementation details
r/>
This clip is from the chapter "Direct Object Reference" of the series "Web Security: Common Vulnerabilities And Their...
Instructional Video3:33
Practical Ninjas

How to cite in LaTeX | Inserting Bibliography in the document | Share Latex | Learn LaTeX 10

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

Mastering Spring Framework Fundamentals - Coding Beans to Use Constructor Dependency Injection

Higher Ed
In this video, you will learn about Union type in TypeScript.
r/>
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...
Instructional Video9:23
Curated Video

Comprehensive Android Developer Bootcamp - Create Firestore user and Authenticated user

Higher Ed
Build a Journal App with Firestore:Create Firestore user and Authenticated user
r/>
This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section...
Instructional Video9:45
Curated Video

Comprehensive Android Developer Bootcamp - Retrieving Data From Firestore Collection

Higher Ed
Introduction to Realtime Databases – Firebase and Firestore:Retrieving Data From Firestore Collection
r/>
This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The...
Instructional Video7:11
Curated Video

Complete Modern C++ - Value Categories

Higher Ed
In this video, you will learn about L-value and R-value.

• Identify key parts of the applic
ation
• Plan out the class structure using class diag
rams (UML)
• Create a class implementation usi
ng
UML diagrams
...
Instructional Video6:59
Curated Video

Complete Modern C++ - Reference Versus Pointer

Higher Ed
This video compares pointers, references, and explains how to choose between them.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions,...
Instructional Video4:32
Curated Video

Complete Modern C++ - Range-Based For Loop - I (C++11)

Higher Ed
This video introduces the new range-based for loop in C++11 and explains how to use it.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic...
Instructional Video5:58
Curated Video

Complete Modern C++ - std::variant - III

Higher Ed
In this video, you will learn how to use the visitor to read or modify active members in a variant.<br/<br/>>

This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video3:45
Curated Video

Complete Modern C++ - Task-Based Concurrency - Part II

Higher Ed
This videos explains std::async in more depth.<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 Video7:24
Curated Video

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

Higher Ed
This video introduces perfect forwarding, which is a very important concept implemented through R-value references.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see...
Instructional Video11:00
Curated Video

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

Higher Ed
This video explains how to use variables in Ansible.
r/>
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...
Instructional Video1:57
Brian McLogan

Learning to find the reference angle in the second 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 Video11:07
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Testing Filters Action Generators

Higher Ed
In this video you'll continue testing by adding test cases for the filter actions.
r/>
This clip is from the chapter "Testing Your Application" of the series "The Complete React Developer Course (with Hooks and Redux)".This...
Instructional Video5:42
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Removing Data from Firebase

Higher Ed
In this video you'll learn how you can remove data from Firebase.<br/<br/>>

This clip is from the chapter "Firebase 101" of the series "The Complete React Developer Course (with Hooks and Redux)".Learn about Firebase 101 here.
Instructional Video4:33
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - How are Variables Stored in Memory?

Higher Ed
This video talks about how variables are stored in memory.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners -...
Instructional Video3:09
Curated Video

The Art of Doing: Dive Into Android Development with Kotlin - Links to Resources Used

Higher Ed
In this video, we will look at some important resource links used in the course.
r/>
This clip is from the chapter "Installation and Setup" of the series "The Art of Doing: Dive Into Android Development with Kotlin".In this...
Instructional Video12:14
Curated Video

The Complete Java Developer Course: From Beginner to Master - 2D Arrays (Side Topic)

Higher Ed
This video explains about the 2D arrays.
r/>
This clip is from the chapter "Methods" of the series "The Complete Java Developer Course: From Beginner to Master".This section explains Methods that are a set of blocks of code...
Instructional Video16:33
Curated Video

Hieronymus Bosch, The Garden of Earthly Delights (Part Three): Great Art Explained

9th - Higher Ed
The painting was just too complex and detailed to deal with in fifteen minutes, so I made it in three parts.



There are no records to tell us what Bosch or his contemporaries were thinking. There are so many theories...
Instructional Video12:28
Curated Video

JavaScript Audio

Pre-K - Higher Ed
JavaScript allows you to play and control audio. Mark demonstrates how in this video.
Instructional Video4:40
Curated Video

Complete Modern C++ - Copy Constructor - Part II

Higher Ed
This video explains how and when to implement a user-defined copy constructor. It also explains the rule of 3.
r/>
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an...
Instructional Video5:36
Curated Video

Complete Modern C++ - Using std::promise

Higher Ed
This video explains std::promise in depth and how to use it to pass data between threads with explicit synchronization.
r/>
This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks...
Instructional Video3:29
Curated Video

Mastering Spring Framework Fundamentals - Creating a Data Access Object to Access a Database

Higher Ed
This video demonstrates how to work with array interfaces.<br/<br/>>

This clip is from the chapter "Interfaces" of the series "TypeScript for Beginners".This section introduces you to interfaces and explains how to use them.