Instructional Video6:14
Curated Video

Complete Java SE 8 Developer Bootcamp - Object Type Casting

Higher Ed
Casting changes the reference to a more specific type. 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 and its benefits.
Instructional Video11:31
Curated Video

Complete Java SE 8 Developer Bootcamp - Chaining Constructors

Higher Ed
The author takes a leap from the “this” constructor to chaining constructors between super and subtypes. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new...
Instructional Video6:13
Curated Video

Learning Lodash 4.0 (Video 8)

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:03
Curated Video

Learning Lodash 4.0 (Video 5)

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 Video4:42
Curated Video

Learning Lodash 4.0 (Video 4)

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:25
Curated Video

Learning Lodash 4.0 (Video 25)

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:05
Curated Video

Complete Java SE 8 Developer Bootcamp - Diamond Operator

Higher Ed
Learn to simplify declaring parameter types with <>. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about limitations of collections and various...
Instructional Video8:55
Curated Video

Node.js API Masterclass with Express and MongoDB - MongoDB Atlas & Compass Setup

Higher Ed
Getting Started With MongoDB & Bootcamps Resource: MongoDB Atlas & Compass Setup This clip is from the chapter "Getting Started With MongoDB & Bootcamps Resource" of the series "Node.js API Masterclass with Express and MongoDB".This...
Instructional Video6:29
Curated Video

Learning Lodash 4.0 (Video 11)

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:41
Curated Video

Complete Java SE 8 Developer Bootcamp - Javadoc

Higher Ed
In this video, you'll learn how to write your Javadoc. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards, comments....
Instructional Video15:09
Curated Video

Complete Java SE 8 Developer Bootcamp - Packages

Higher Ed
Learn how to organize your code and prevent name collisions with "packages." This clip is from the chapter "Packages" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to create packages to avoid name...
Instructional Video3:50
Curated Video

Complete Java SE 8 Developer Bootcamp - Static Initialization Block

Higher Ed
Learn the syntax and restrictions for a static initialization block for every time a new instance is created This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In...
Instructional Video8:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Static Methods

Higher Ed
Learn the syntax and restrictions that are placed upon methods that are assigned to a class. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Instructional Video7:24
Curated Video

Complete Java SE 8 Developer Bootcamp - Building Constructors

Higher Ed
Learn how to create your own 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 stack & heap, objects and variables....
Instructional Video11:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2

Higher Ed
Examples of using interfaces for polymorphism and demonstrations of new interface features that were added to Java SE 8. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer...
Instructional Video2:28
TMW Media

This museum has some amazing collections

K - 5th
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...
Instructional Video4:18
Curated Video

Learning Lodash 4.0 (Video 2)

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:12
Packt

What are Java Collections?

Higher Ed
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...
Instructional Video3:33
Curated Video

Complete Java SE 8 Developer Bootcamp - Big Numbers

Higher Ed
The author demonstrates BigInteger and BigDecimal, two classes that support big numbers. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief...
Instructional Video6:11
Curated Video

Complete Java SE 8 Developer Bootcamp - Scope-Part 1

Higher Ed
Learn how to recognize the scope which defines the lifecycle and accessibility of state of a variable in a class. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer...
Instructional Video8:01
Curated Video

Complete Java SE 8 Developer Bootcamp - Polymorphism Demo

Higher Ed
The author gives a demo to get clear past a difficult concept of polymorphism. 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...
Instructional Video5:31
Curated Video

Complete Java SE 8 Developer Bootcamp - The Three Faces of Final

Higher Ed
The keyword “final” may be applied to variables, methods, and classes. This feature prevents further modification of these constructs, once defined. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer...
Instructional Video1:31
Curated Video

Complete Java SE 8 Developer Bootcamp - Covariant Returns

Higher Ed
In covariant return, Java allows the return type to be a subtype of the type declared in the overridden method. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build...
Instructional Video6:57
Curated Video

Learning Lodash 4.0 (Video 27)

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...