Curated Video
Complete Java SE 8 Developer Bootcamp - Comparable
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Queues
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Deques
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 10 - Java Ternary Operation - an Introduction
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 19 - Java Interface Versus Abstract Class - a Comparison
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...
Curated Video
Excel VBA Programming The Complete Guide - Multiple Variable Declarations
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...
Curated Video
Practical Jenkins - Exploring the Jenkinsfile and Declarative Pipeline Syntax
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...
Curated Video
Learning LESS (Video 13)
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...
IDG TECHtalk
Unleashing the power of Python dictionaries: The basics
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...
Curated Video
Bash Shell Scripting- Debugging a Bash Shell Script
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.
Programming Electronics Academy
Debugging an Arduino Sketch :: Viewer Question #2
Debugging an Arduino Sketch :: Viewer Question #2
Curated Video
Microsoft SQL Server Development for Everyone - Connecting to a Database Instance and Creating a Database
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...
Curated Video
TypeScript for Beginners - Object Literal
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.
Curated Video
Data Science and Machine Learning with R - Working with Loops
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Section Overview "Strings"
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - The Collection Interface
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,...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Exception Object
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Iterator
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,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Lambda Expressions
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...
Curated Video
Excel VBA Programming The Complete Guide - The Formula and FormulaR1C1 Properties
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 07 - Getting Back to Multiplication Table - Creating a Method
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Repetition Control Statements
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...
Curated Video
The Full Stack Web Development - Getting Started With HTML5
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...
IDG TECHtalk
R 4.0: 3 new features
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.