Instructional Video4:10
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Introduction to Atomic Classes – AtomicInteger

Higher Ed
In this session, we will learn about atomic classes – AtomicInteger. This clip is from the chapter "More Concurrency with Concurrent Collections and Atomic Operations" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video9:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Simplify Functional Programming Code with Method References

Higher Ed
In this session, we will learn about simplify functional programming code with method references. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video5:00
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 24 - Map Interface - Basic Operations

Higher Ed
In this session, we will learn about map interface - basic operations. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java collections - list...
Instructional Video4:18
Curated Video

Ordering Integers Using a Number Line

3rd - 5th
Compare and order integers using the number line.
Instructional Video2:30
Curated Video

Learn and Master C Programming - register' keyword in C

Higher Ed
Look at how 'register' keyword can be used and when to use it. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into keywords like auto,...
Instructional Video6:36
Curated Video

Learn and Master C Programming - Using Pointers

Higher Ed
We will jump into Visual Studio to apply the stuff we learned in previous lecture and write some code to see pointers in action. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video8:38
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 07 - Introduction to Java API for XML Binding (JAXB) and Configuring JAXB 2

Higher Ed
SOAP Web Services with Spring and Spring Boot: Step 07 - Introduction to Java API for XML Binding (JAXB) and Configuring JAXB 2 This clip is from the chapter "SOAP Web Services with Spring and Spring Boot" of the series "Master Java Web...
Instructional Video5:03
Curated Video

API Testing with Postman - Using Parameters in API Calls

Higher Ed
Understand different kinds of parameters used in APIs and how to use them in Postman. • Show examples of query parameters • Explore an example of path parameters • Discuss header and request body parameters This clip is from the chapter...
Instructional Video5:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Returning from a Java Method - an Introduction

Higher Ed
In this video, we will learn about returning from a Java method - an introduction. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".Here,...
Instructional Video4:34
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Stream Intermediate Operations - Exercises - Squares of First 10, Map

Higher Ed
In this session, we will learn about stream intermediate operations - exercises - squares of first 10, map. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners -...
Instructional Video8:43
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 26 - Map Interface - Exercise - Count Occurrences of Characters and Words

Higher Ed
In this session, we will learn about map interface - exercise - count occurrences of characters and words. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Instructional Video7:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 11 - Stream Terminal Operations - 2 - Min, Collect To List

Higher Ed
In this session, we will learn about stream terminal operations - 2 - min, collect to list. This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video2:09
Brian McLogan

How to find three consecutive integers with a sum of 54 - Free Math Help - Online Tutor

12th - Higher Ed
👉 Learn how to solve equations from word problems. A word problem is a real word simulation of a mathematics principle. We can solve equation(s) from a word problems by first understanding what the problem is asking. We then assign...
Instructional Video4:15
Curated Video

Excel VBA Programming The Complete Guide - Multiple Variable Declarations

Higher Ed
VBA allows multiple variables to be declared on a single line. The user has to be careful, however. If the wrong syntax is used, some variables can be assigned an automatic Variant data type. Variant is a chameleon data type that is...
Instructional Video6:38
Brian McLogan

What does Descartes rule of signs tell us

12th - Higher Ed
👉 Learn about Descartes' Rule of Signs. Descartes' rule of the sign is used to determine the number of positive and negative real zeros of a polynomial function. Knowing the number of positive and negative real zeros enables also to also...
Instructional Video6:35
Curated Video

Describe an advanced data structure : Useful Math: The Inclusion-Exclusion Principle

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
Instructional Video6:36
Curated Video

Complete Modern C++ - Expression Evaluation Order

Higher Ed
In this video, learn and understand the issues with unspecified expression evaluation order and how C++17 fixes it. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains...
Instructional Video10:01
Curated Video

C++ Programming By Example - Coding a Virtual Die – Displaying the Output

Higher Ed
How to display formatted output to the user? • Know printf() via cppreference • Use printf() to show formatted statements • Implement different placeholders to print different values This clip is from the chapter "Building a Virtual Die...
Instructional Video11:57
Curated Video

Comprehensive Android Developer Bootcamp - Saving a Baby item and Show it in Log

Higher Ed
Build a Baby Needs App:Saving a Baby item and Show it in Log This clip is from the chapter "Build a Baby Needs App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your Baby Needs app....
Instructional Video1:50
Curated Video

Learn and Master C Programming - A r Look At How Pointers Work!

Higher Ed
We will look at how pointers actually work in C/C++. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look into what pointers are and what...
Instructional Video10:01
Curated Video

Excel VBA Programming The Complete Guide - Variable Declarations and Assignments

Higher Ed
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 ( = ). This clip is from the chapter "Variables and Data Types" of the series "Excel...
Instructional Video8:03
Curated Video

Excel VBA Programming The Complete Guide - Error and Err.Number

Higher Ed
The Err object collects information about errors encountered during macro execution. In this lesson, we explore its helpful Number property and take a look at over 100 different VBA error messages. This clip is from the chapter...
Instructional Video13:19
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Dealing with Mapping Extensions

Higher Ed
This video explains how to deal with mapping extensions. This clip is from the chapter "Mapping and Indexing Data" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section focuses on mapping and indexing...
Instructional Video4:18
Curated Video

GCSE Secondary Maths Age 13-17 - Algebra: Inequalities - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...