Curated Video
Learning ASP.NET Web API (Video 19)
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...
Curated Video
Java 11 Programming for Beginners 5.1: Using Generics and Collections
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...
IDG TECHtalk
Python for loop: How to easily iterate over collections of items
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.
Curated Video
Core Java Programming Course- Modified/Enhanced "For" loop
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.
NASA
NASA | The Moon As Art Contest
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...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - What is Amazon Web Services (AWS)?
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...
Curated Video
Multi-Paradigm Programming with Modern C++ - Distributing the Work
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...
Curated Video
Comprehensive Android Developer Bootcamp - Journal App - Final Product
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...
Curated Video
Comprehensive Android Developer Bootcamp - Firestore - Creating Documents Using POJO - Plain Old Java Objects
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Sorting and Searching Collections
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...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Sort Method
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 24 - Map Interface - Basic Operations
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 22 - Map Interface - an Introduction - Key and Value
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...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Linux Distributions
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...
History Hit
Maps, Our Place in the World: Ptolemy's map
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
Curated Video
RESTful Web API Design with Node.js (Video 14)
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...
Packt
Creating the UI With Materialize CSS
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...
Curated Video
API Testing with Postman - Validating APIs with Postman Requests
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Comparable
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Queues
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...
Curated Video
Learning Akka (Video 36)
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...
Religion for Breakfast
What is the History of Magic Wands?
Magic wands...we see them everywhere in the modern fantasy genre. But what is the history of these mythological tools?
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'
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'
Curated Video
Complete Java SE 8 Developer Bootcamp - The Collection Interface
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,...