Hi, what do you want to do?
Curated Video
Complete Java SE 8 Developer Bootcamp - Lists
A list is a collection that retains the order the objects were added to it (unless it is sorted). In addition it permits duplicate objects. Learn more about lists.
r/>
This clip is from the chapter "Collections" of the series...
r/>
This clip is from the chapter "Collections" of the series...
Curated Video
Excel VBA Programming The Complete Guide - The Object Data Type
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Packt
ES6 Aside: Object Property Shorthand and Destructuring
Asynchronous Node.js (Weather App): ES6 Aside: Object Property Shorthand and Destructuring
<
br/>
This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd...
<
br/>
This clip is from the chapter "Asynchronous Node.js (Weather App)" of the series "The Complete Node.js Developer Course (3rd...
Packt
Object Literals
JavaScript Language Fundamentals: Object Literals
<
br/>
This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the important...
<
br/>
This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the important...
Curated Video
C++ 20 (2a) New Features - std::format: Placeholders and Syntax
This video shows formal syntax for formatting library mini language and how to use placeholders and placeholder IDs.
• Define simple text with integers and switch placeholders usin
g IDs
• Consider formal syntax of...
• Define simple text with integers and switch placeholders usin
g IDs
• Consider formal syntax of...
Curated Video
Excel VBA Programming The Complete Guide - Get Last Row of Data in Worksheet
Daily reports will often have a fluctuating number of rows. In this lesson, we introduce a convenient strategy to identify the last row of data in a sheet --- starting at the bottom of the spreadsheet and navigating upwards.
r/> ...
r/> ...
Curated Video
Complete Java SE 8 Developer Bootcamp - JARs
Learn how to create compressed files of applications and libraries called JARs.
r/>
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...
r/>
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - “this”-Part 1
The author shows how we can use the “this” keyword for specific instance of a class that is in focus.
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer...
r/>
This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer...
Curated Video
Complete Java SE 8 Developer Bootcamp - Collections
Learn the basic syntax for using a collection.
r/>
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, deques and maps:...
r/>
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, deques and maps:...
Curated Video
Complete Java SE 8 Developer Bootcamp - Common Array Mistakes
Avoid beginner mistakes.<br/<br/>>
This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to store information.
This clip is from the chapter "Arrays" of the series "Complete Java SE 8 Developer Bootcamp".In this section, author details benefits of using various types of arrays to store information.
Curated Video
Complete Java SE 8 Developer Bootcamp - DateTimeFormatter
Learn to code with DateTimeFormatter to build date and time in custom manner.
r/>
This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about...
r/>
This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about...
Curated Video
Complete Java SE 8 Developer Bootcamp - Installing Eclipse
Walkthrough for the installation of Eclipse.
r/>
This clip is from the chapter "Welcome!" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we are introduced to the author and also learn more about the...
r/>
This clip is from the chapter "Welcome!" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we are introduced to the author and also learn more about the...
Curated Video
Bash Shell Scripting - "nohup" Command
This video focusses on the "nohup" command.
r/>
This clip is from the chapter "Process Handling and Running Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
r/>
This clip is from the chapter "Process Handling and Running Scripts" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section...
Curated Video
Multi-Paradigm Programming with Modern C++ - Entering Concepts
Templates make poor interfaces: typename is a wildcard. Concepts let us set requirements for template parameters. Template writer can easily describe what’s expected of the user. Concepts make template interface good.
• About...
• About...
Curated Video
Complete Java SE 8 Developer Bootcamp - Enumerations (enum)
Learn the syntax for enum; that allows us to create strongly typed label.
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals,...
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals,...
Curated Video
Complete Java SE 8 Developer Bootcamp - Course Overview
Meet your author and also learn what this course covers.
r/>
This clip is from the chapter "Welcome!" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we are introduced to the author and also learn more...
r/>
This clip is from the chapter "Welcome!" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we are introduced to the author and also learn more...
Curated Video
Complete Java SE 8 Developer Bootcamp - LocalTime, LocalDateTime, and Period
A look at three other immutable java.time types.<br/<br/>>
This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
This clip is from the chapter "Dates and Time" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about immutable class to represent a date.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 02 - Java Class and Object - First Look
In this video, we will learn about Java class and object - first look.
r/>
This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
r/>
This clip is from the chapter "Introduction to the Java Platform" of the series "Java Programming for Complete Beginners - Java 16".In this section, we...
Curated Video
Excel VBA Programming The Complete Guide - The String Data Type
A string is a collection of characters --- in layman's terms, it's just text. In this lesson, we take a look at VBA's support for two types of strings -- variable-length and fixed-length -- as well as the advantages of both.
r/> ...
r/> ...
Curated Video
Excel VBA Programming The Complete Guide - Intro to Arrays
In this section, we'll explore the array, the most popular data structure in computer science. An array is a sequenced collection of elements, each of which is assigned an index position. In this lesson, we create a fixed-size array of...
IDG TECHtalk
How Python's context managers help you clean up after yourself
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- Basic syntaxes of while loop
This video shows the basic syntaxes of the while loop.
r/>
This clip is from the chapter "Loops and loop control statements - Part 2" of the series "Complete Bash Shell Scripting".This section shows how to use loops and loop...
r/>
This clip is from the chapter "Loops and loop control statements - Part 2" of the series "Complete Bash Shell Scripting".This section shows how to use loops and loop...
Curated Video
TypeScript for Beginners - Introduction - Objects and Arrays
This video provides an overview of what you will learn in this section.
r/>
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and...
r/>
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and...
Curated Video
TypeScript for Beginners - Accessor Methods
This video demonstrates how to work with accessor methods.
r/>
This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access...
r/>
This clip is from the chapter "Access Modifiers, Encapsulation, and Static" of the series "TypeScript for Beginners".This section introduces you to access...