Instructional Video11:15
The Learning Depot

Adjective Clauses: An Adjective Clause is a Part of Speech Classed as an Adjective

12th - Higher Ed
An adjective clause, also known as an adjectival, or relative clause is a dependent clause that modifies a noun or a pronoun. In effect, this clause functions as one part of speech: the adjective. Adjective clauses will always begin with...
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 Video3:12
IDG TECHtalk

Python lists: Slicing, or obtaining portions of lists from lists

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

Excel VBA Programming The Complete Guide - Collection Objects in Real Life

Higher Ed
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...
Instructional Video13:00
Curated Video

Excel VBA Programming The Complete Guide - Introduction

Higher Ed
We discuss the benefits offered by the technology, the tools and features available in VBA, a brief history of the language including its precursors Basic and Visual Basic and the prerequisites for the course. This clip is from the...
Instructional Video11:32
Programming Electronics Academy

Arduino code syntax: Arduino Course 3.2

Higher Ed
A description of Arduino code syntax.
Instructional Video3:55
IDG TECHtalk

Python lists: The basics of a common way to store groups of objects in Python

Higher Ed
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.
Instructional Video3:01
IDG TECHtalk

Using the short-form assignment syntax | Smart Go

Higher Ed
Learn about Go's short-form assignment syntax, the quick way to declare variables -- how it works, and where it's most appropriate to use it in place of Go's more conventionally verbose assignment form.
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 Video5:27
Curated Video

Migrating to Angular 2 (Video 15)

Higher Ed
Angular 2 is a technical and conceptual overhaul of its hugely popular predecessor, AngularJS. This means that for developers who have built and maintained applications with AngularJS, and need to transition projects across to Angular 2,...
Instructional Video4:53
Packt

How Does the While Loop Work?

Higher Ed
This video explains how to write the While loop. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video9:28
Curated Video

The Full Stack Web Development - Course Introduction: Introduction

Higher Ed
Basic HTML Programming: Getting Started With HTML This clip is from the chapter "Basic HTML Programming" of the series "The Full Stack Web Development".In this section, the author briefly goes over the frontend technology like HTML at...
Instructional Video8:59
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Implementing Step Definition Files for Features Built with Real Cypress Code

Higher Ed
This video introduces you to Implementing step definition files for features built with real cypress code. This clip is from the chapter "Cypress BDD Cucumber Framework Integration to Mocha" of the series "Cypress - Modern Automation...
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...