Instructional Video3:04
Curated Video

Learning ASP.NET Web API (Video 19)

Higher Ed
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based...
Instructional Video5:43
Curated Video

Java 11 Programming for Beginners 5.1: Using Generics and Collections

Higher Ed
This video introduces the features of generics and collections, two features that very much work together. • An example problem: the personal finance analyzer • A quick chat on the theory of collections and generics • Establish basic...
Instructional Video5:30
IDG TECHtalk

Python for loop: How to easily iterate over collections of items

Higher Ed
If you have a collection of items in Python, like a list or a dictionary, Python's "for" construction lets you loop through it easily and work with each element in turn. Learn the basics, and avoid a few of the pitfalls, in this video.
Instructional Video6:01
Curated Video

Core Java Programming Course- Modified/Enhanced "For" loop

Higher Ed
This video explains the modified or enhanced "For" loop. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Instructional Video2:04
NASA

NASA | The Moon As Art Contest

3rd - 11th
To celebrate its 5th Anniversary, the Lunar Reconnaissance Orbiter mission decided to hold a contest to pick a cover image for "The Moon As Art" collection. This collection features a variety of beautiful visuals that were created using...
Instructional Video2:26
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - What is Amazon Web Services (AWS)?

Higher Ed
This video briefly introduces you to AWS. You will also learn its basic robust set of services. This clip is from the chapter "Exam Tips and Tricks" of the series "AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021...
Instructional Video9:24
Curated Video

Multi-Paradigm Programming with Modern C++ - Distributing the Work

Higher Ed
Task creation is cheap, but it’s not free. We have to find a compromise between loading all threads with data and introducing unnecessary overhead. In this video we will learn a simple formula for distributing the work, and also discover...
Instructional Video13:07
Curated Video

Comprehensive Android Developer Bootcamp - Journal App - Final Product

Higher Ed
Build a Journal App with Firestore:Journal App - Final Product 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 how to build your...
Instructional Video5:58
Curated Video

Comprehensive Android Developer Bootcamp - Firestore - Creating Documents Using POJO - Plain Old Java Objects

Higher Ed
Introduction to Realtime Databases – Firebase and Firestore:Firestore - Creating Documents Using POJO - Plain Old Java Objects This clip is from the chapter "Introduction to Realtime Databases – Firebase and Firestore" of the series "The...
Instructional Video1:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Sorting and Searching Collections

Higher Ed
Learn how collections can be sorted and searched through, with methods provided by the Collections class. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn...
Instructional Video12:32
Curated Video

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

Higher Ed
Sorting is one of the most popular operations in Excel. In this lesson, we utilize the Range.Sort method to sort both one and two columns at a time (in ascending or descending order) and discuss how we can ignore the values in the header...
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 Video2:50
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 22 - Map Interface - an Introduction - Key and Value

Higher Ed
In this session, we will learn about map interface - an introduction - key and value. This clip is from the chapter "Collections" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore Java...
Instructional Video5:09
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Linux Distributions

Higher Ed
This video gives you an overview of Linux distribution systems. This clip is from the chapter "Installing and Connecting to a Linux System" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
Instructional Video6:56
History Hit

Maps, Our Place in the World: Ptolemy's map

12th - Higher Ed
Why are some people obsessed with maps and what do they mean? What is unique about Ptolemy's world map? Maps, Our Place in the World, Part 1
Instructional Video11:32
Curated Video

RESTful Web API Design with Node.js (Video 14)

Higher Ed
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on both...
Instructional Video16:39
Packt

Creating the UI With Materialize CSS

Higher Ed
Tracalorie Project (Using the Module Pattern): Creating the UI With Materialize CSS This clip is from the chapter "Tracalorie Project (Using the Module Pattern)" of the series "Modern JavaScript from the Beginning".In this section, you...
Instructional Video6:46
Curated Video

API Testing with Postman - Validating APIs with Postman Requests

Higher Ed
Show how to check that an API is returning expected results. • Set up a request • Add a check on the test tab of the request • Demonstrate sharing tests between requests at the collection level This clip is from the chapter "Automating...
Instructional Video4:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Comparable

Higher Ed
The author implements the Comparable interface as one option for providing this information. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about...
Instructional Video5:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Queues

Higher Ed
A queue is a FIFO collection (first in, first out). Items are added to the tail and removed from the head. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...
Instructional Video5:04
Curated Video

Learning Akka (Video 36)

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 these...
Instructional Video6:47
Religion for Breakfast

What is the History of Magic Wands?

12th - Higher Ed
Magic wands...we see them everywhere in the modern fantasy genre. But what is the history of these mythological tools?
Instructional Video0:22
The March of Time

1940: VATICAN CITY MUSEUMS (Musei Vaticani): People sitting in Loggia di Raffaello in Pinacoteca (Art Gallery), LS Two men standing before HUGE Raffaello (Raphael Sanzio) painting 'The Transfiguration'

12th - Higher Ed
MOT 1940: VATICAN CITY MUSEUMS (Musei Vaticani): People sitting in Loggia di Raffaello in Pinacoteca (Art Gallery), LS Two men standing before HUGE Raffaello (Raphael Sanzio) painting 'The Transfiguration'
Instructional Video2:52
Curated Video

Complete Java SE 8 Developer Bootcamp - The Collection Interface

Higher Ed
The most general interface that can be used with many collection classes (excluding maps). This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list,...