Curated Video
Learning Lodash 4.0 (Video 3)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2
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...
Science360
iDigBio delivers digital collections of natural specimens
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...
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
Complete Java SE 8 Developer Bootcamp - Primitive Conversion
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Literals
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces
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...
Curated Video
Learning Lodash 4.0 (Video 20)
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...
Curated Video
Learning Lodash 4.0 (Video 13)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 3
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 &...
Curated Video
Complete Java SE 8 Developer Bootcamp - Initialization Blocks
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...
Curated Video
Learning Lodash 4.0 (Video 1)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Garbage Collection
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...
Curated Video
Learning Lodash 4.0 (Video 24)
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Section intro and overview - Python in-depth
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Using Objects
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 &...
Curated Video
Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Object Class
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...
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...
Curated Video
Learning Lodash 4.0 (Video 6)
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...
Curated Video
Learning Lodash 4.0 (Video 19)
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...
Curated Video
Learning Lodash 4.0 (Video 10)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Stack and Heap
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...