Instructional Video4:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Comparable

Higher Ed
The author implements the Comparable interface as one option for providing this information. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about...
Instructional Video5:43
Curated Video

Complete Java SE 8 Developer Bootcamp - Queues

Higher Ed
A queue is a FIFO collection (first in, first out). Items are added to the tail and removed from the head. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...
Instructional Video3:30
Curated Video

Complete Java SE 8 Developer Bootcamp - Deques

Higher Ed
Learn about double-ended queues that allow objects to be added and removed either from head or tail. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to...
Instructional Video6:22
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 10 - Java Ternary Operation - an Introduction

Higher Ed
In this video, we will learn about Java ternary operation - an introduction. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals...
Instructional Video3:49
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 19 - Java Interface Versus Abstract Class - a Comparison

Higher Ed
In this session, we will learn about Java interface versus abstract class - a comparison. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video4:15
Curated Video

Excel VBA Programming The Complete Guide - Multiple Variable Declarations

Higher Ed
VBA allows multiple variables to be declared on a single line. The user has to be careful, however. If the wrong syntax is used, some variables can be assigned an automatic Variant data type. Variant is a chameleon data type that is...
Instructional Video4:52
Curated Video

Practical Jenkins - Exploring the Jenkinsfile and Declarative Pipeline Syntax

Higher Ed
The new pipeline model of Jenkins has its core in the Jenkisfile. It is the source of all configurations related to the pipeline and involves a domain specific language with its own syntax. With detailed documentation, it needs some...
Instructional Video4:17
Curated Video

Learning LESS (Video 13)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Instructional Video3:44
IDG TECHtalk

Unleashing the power of Python dictionaries: The basics

Higher Ed
The Numba library for Python makes numerical code faster by way of a just-in-time compiler, as an alternative (or complement) to NumPy and Cython. Often all you need to make existing code faster is a single line of code, with Numba's...
Instructional Video14:53
Curated Video

Bash Shell Scripting- Debugging a Bash Shell Script

Higher Ed
This video shows how to debug a shell script. This clip is from the chapter "Basics of shell scripting" of the series "Complete Bash Shell Scripting".This section covers the basics of shell scripting.
Instructional Video8:17
Programming Electronics Academy

Debugging an Arduino Sketch :: Viewer Question #2

Higher Ed
Debugging an Arduino Sketch :: Viewer Question #2
Instructional Video5:55
Curated Video

Microsoft SQL Server Development for Everyone - Connecting to a Database Instance and Creating a Database

Higher Ed
This video explains how to connect to a database instance and create a database. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to...
Instructional Video3:15
Curated Video

TypeScript for Beginners - Object Literal

Higher Ed
This video explains the concept of object literal. This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
Instructional Video7:57
Curated Video

Data Science and Machine Learning with R - Working with Loops

Higher Ed
This video explains working with loops. This clip is from the chapter "Intermediate R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains intermediate R.
Instructional Video0:19
Curated Video

Complete Java SE 8 Developer Bootcamp - Section Overview "Strings"

Higher Ed
Overview of the string object. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value features of Java.
Instructional Video2:52
Curated Video

Complete Java SE 8 Developer Bootcamp - The Collection Interface

Higher Ed
The most general interface that can be used with many collection classes (excluding maps). This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list,...
Instructional Video1:47
Curated Video

Complete Java SE 8 Developer Bootcamp - The Exception Object

Higher Ed
Learn more about exception which is subtype of throwable, with methods for learning about what went wrong during the execution of a program. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer...
Instructional Video3:45
Curated Video

Complete Java SE 8 Developer Bootcamp - Iterator

Higher Ed
An iterator provides a polymorphic way of looping through a collection. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list, sets, queues,...
Instructional Video7:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Lambda Expressions

Higher Ed
A lambda expression allows us to use a terse syntax to define the implementation of a functional interface. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE 8 Developer Bootcamp".In...
Instructional Video6:47
Curated Video

Excel VBA Programming The Complete Guide - The Formula and FormulaR1C1 Properties

Higher Ed
In this lesson, we introduce a basic sum example to show how R1C1 notation can be helpful when duplicating formulas across multiple columns. This clip is from the chapter "Range References" of the series "Excel VBA Programming–The...
Instructional Video5:48
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Getting Back to Multiplication Table - Creating a Method

Higher Ed
In this video, we will learn about getting back to multiplication table - creating a method. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Instructional Video17:03
Curated Video

The Complete Java Developer Course: From Beginner to Master - Repetition Control Statements

Higher Ed
This video explains about the repetition control statements. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Instructional Video4:14
Curated Video

The Full Stack Web Development - Getting Started With HTML5

Higher Ed
HTML5 Programming: Getting Started With HTML5 This clip is from the chapter "HTML5 Programming" of the series "The Full Stack Web Development".In this section, we look into little more advanced HTML5. We will be working with JavaScript...
Instructional Video10:33
IDG TECHtalk

R 4.0: 3 new features

Higher Ed
See three of the new features in the latest version of R. Plus, see how to test drive R 4.0 and the latest beta version of RStudio in a Docker container so you don’t interfere with your existing setup.