Instructional Video3:59
Curated Video

Learning Lodash 4.0 (Video 3)

Higher Ed
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...
Instructional Video7:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2

Higher Ed
Learn to code a “Car” class with state and behavior. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and...
Instructional Video1:05
Science360

iDigBio delivers digital collections of natural specimens

12th - Higher Ed
Adania Flemming, research assistant at iDigBio, discusses a National Science Foundation-funded project that aims to bring digital collections of natural history online, so that they're freely available to people around the world. Once...
Instructional Video4:57
Curated Video

Mastering Swift 2 Programming (Video 55)

Higher Ed
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...
Instructional Video8:09
Oxford Comma

Chapter by Chapter (Never Let Me Go): Chapter Eleven

9th - 12th
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...
Instructional Video9:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Conversion

Higher Ed
Learn rules to assign one primitive value type to a different variable type and the concept of casting in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer...
Instructional Video5:07
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Literals

Higher Ed
When a value is assigned to a primitive variable, the specific syntax used will determine their type. Learn these rules in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
Instructional Video3:44
Curated Video

Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces

Higher Ed
A marker interface has no methods, and a functional interface has only one abstract method. The latter is used with lambda expressions. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE...
Instructional Video9:34
Curated Video

Learning Lodash 4.0 (Video 20)

Higher Ed
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...
Instructional Video9:43
Curated Video

Learning Lodash 4.0 (Video 13)

Higher Ed
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...
Instructional Video6:07
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 3

Higher Ed
Here, we use the “Car” class and also demonstrate the return feature. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack &...
Instructional Video6:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Initialization Blocks

Higher Ed
We can initialize an object with initialization blocks other than constructors. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses...
Instructional Video3:18
Curated Video

Learning Lodash 4.0 (Video 1)

Higher Ed
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...
Instructional Video5:54
Curated Video

Complete Java SE 8 Developer Bootcamp - Garbage Collection

Higher Ed
Java provides with garbage collection, which helps to manage memory. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static...
Instructional Video10:06
Curated Video

Learning Lodash 4.0 (Video 24)

Higher Ed
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...
Instructional Video7:52
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview - Python in-depth

Higher Ed
Introduction to material covered in the section and the who it's intended for This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video15:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Using Objects

Higher Ed
The author defines how to access and set these features of an object. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack &...
Instructional Video3:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)

Higher Ed
The author shows you where you can find the Java SE 8 Javadoc, and how to use it. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of...
Instructional Video11:40
Curated Video

Complete Java SE 8 Developer Bootcamp - The Object Class

Higher Ed
Learn about overriding Object's toString, equals, and hashCode methods. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism...
Instructional Video5:29
Curated Video

Learning Lodash 4.0 (Video 9)

Higher Ed
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...
Instructional Video10:50
Curated Video

Learning Lodash 4.0 (Video 6)

Higher Ed
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...
Instructional Video7:10
Curated Video

Learning Lodash 4.0 (Video 19)

Higher Ed
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...
Instructional Video7:31
Curated Video

Learning Lodash 4.0 (Video 10)

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

Complete Java SE 8 Developer Bootcamp - Stack and Heap

Higher Ed
Learn how objects and method variables are represented in memory using stack and heap. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming...