Curated Video
Mastering Swift 2 Programming (Video 55)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Oxford Comma
Chapter by Chapter (Never Let Me Go): Chapter Eleven
Welcome to the eleventh video in our chapter by chapter analysis of Kazuo Ishiguro's Never Let Me Go! In this video we'll look at the the reason why Kathy and Ruth are friends in the first place and if their friendship can survive its...
Curated Video
Learning R for Data Visualization (Video 19)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Mastering Swift 2 Programming (Video 3)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
IDG TECHtalk
How to create sets in Python: Introduction
Learn how Python's set type can be used to create collections of unique objects, with powerful ways to inspect and manipulate their contents.
Curated Video
Core Java Programming Course- Iterating on Maps
This video explains how to iterate on maps. This clip is from the chapter "Sets and Maps" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various sets and maps available in Java.
Curated Video
RESTful Web API Design with Node.js (Video 12)
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...
Curated Video
Learning Lodash 4.0 (Video 9)
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
IDG TECHtalk
Python lists: Slicing, or obtaining portions of lists from lists
Python's slice syntax lets you take portions of object collections, such as lists. Learn how to use slices efficiently and correctly, and avoid some of the gotchas associated with slicing.
Curated Video
Excel VBA Programming The Complete Guide - Objects as Properties
It's easy to see object properties as simple, static data values -- integers, floating point numbers, or strings. However, object properties can also store other objects, complete with their own distinct properties and methods. In this...
Curated Video
Excel VBA Programming The Complete Guide - Collection Objects in Real Life
Some objects in VBA are collection objects. Their purpose is to serve as a box or container for related objects. For example, the Worksheets collection object stores a Worksheet object for each worksheet in a Workbook. In this lesson, we...
Curated Video
Learning ASP.NET Web API (Video 6)
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...
Packt
Examining the Document Object
DOM Manipulation & Events: Examining the Document Object This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the document...
Institute for New Economic Thinking
Karl’s Legacy | Polanyi on Polanyi
Kari Polanyi Levitt discusses the work of her father, the influential political economist Karl Polanyi, and the dramatic return to modernity of his warnings against unregulated capitalism, which has disrupted the fabric of society, and...
IDG TECHtalk
Python lists: The basics of a common way to store groups of objects in Python
Lists are a built-in data structure for Python for keeping together groups of objects in an ordered way. Here we'll cover the basics of the list object and how to perform common operations with it.
Religion for Breakfast
The Infancy Gospel of Thomas Explained
Stories about Jesus' birth are famous. But what about stories about Jesus' childhood? One early Christian text, the Infancy Gospel of Thomas, invents some pretty crazy stories about the schoolboy Jesus. But what did this text mean for an...
Brave Wilderness
FACE TO FACE with a Venomous Snake!
On this episode of Breaking Trail, Coyote gets face to face with one of the most beautiful snakes in the world, the Eyelash Viper! Known for being an arboreal species of pit viper, the Eyelash Viper never disappoints in any of the...
TMW Media
This museum has some amazing collections
We’re traveling to the oldest city in the US and we’ll find that it’s as active as ever. We can’t visit St. Augustine without letting you sample a drink from the Fountain of Youth! We show you the very spot where the city’s history...
Indigo Artbox
Paul Cezanne: 6 Minute Art History Video
Learn about Paul Cezanne, one of the greatest painters of our time.
Curated Video
Mastering Swift 2 Programming (Video 16)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Packt
Querying Documents
MongoDB and Promises (Task App): Querying Documents This clip is from the chapter "MongoDB and Promises (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about MongoDb
Packt
What are Java Collections?
This video explains Java Collections. This clip is from the chapter "Core Java Tutorial - Part 3 - Collections Application Programming Interface (API)" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Curated Video
Comprehensive Android Developer Bootcamp - Setting Up Journal Post Screen - Gallery Intent - Part 3
Build a Journal App with Firestore:Setting Up Journal Post Screen - Gallery Intent - Part 3 This clip is from the chapter "Build a Journal App with Firestore" of the series "The Comprehensive Android Developer Bootcamp".In this section...