The Learning Depot
Adjective Clauses: An Adjective Clause is a Part of Speech Classed as an Adjective
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...
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...
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
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Object Type Casting
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Chaining Constructors
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...
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
Excel VBA Programming The Complete Guide - Introduction
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...
Programming Electronics Academy
Arduino code syntax: Arduino Course 3.2
A description of Arduino code syntax.
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.
IDG TECHtalk
Using the short-form assignment syntax | Smart Go
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Diamond Operator
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...
Curated Video
Migrating to Angular 2 (Video 15)
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,...
Packt
How Does the While Loop Work?
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...
Curated Video
The Full Stack Web Development - Course Introduction: Introduction
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...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Implementing Step Definition Files for Features Built with Real Cypress Code
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Javadoc
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....
Curated Video
Complete Java SE 8 Developer Bootcamp - Packages
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Initialization Block
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Methods
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Building Constructors
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....
Curated Video
Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2
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...