Instructional Video14:14
Packt

ES6 Aside: Arrow Functions

Higher Ed
File System and Command Line Args (Notes App): ES6 Aside: Arrow Functions This clip is from the chapter "File System and Command Line Args (Notes App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section,...
Instructional Video7:45
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Creating a Database and Table

Higher Ed
In this session, we will create a database and a table. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses...
Instructional Video5:25
Curated Video

Apache Maven Beginner to Guru - Using Third-party Jars with the Command Line in Java

Higher Ed
This video demonstrates how to use the third-party jars with the command line in Java. This clip is from the chapter "Compiling Java" of the series "Apache Maven: Beginner to Guru".This section explains how to compile Java code.
Instructional Video3:40
Curated Video

C++ 20 (2a) New Features - Rationale Behind New Comparison Operator

Higher Ed
Define a type that supports all standard relational operators in pre C++20 and using new defaulted three-way comparison operator. • Define the six member operators • Define only <=> operator • Test both solutions This clip is from the...
Instructional Video7:23
Curated Video

Complete Python Scripting for Automation - working with split, sub and subn operations of re module

Higher Ed
Regular expression with re module: working with split, sub and subn operations of re module This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this section, the...
Instructional Video4:04
Curated Video

Migrating to Angular 2 (Video 18)

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 Video12:06
Programming Electronics Academy

How to Use and Understand the Arduino Reference :: Open Source Hardware Group Arduino Tutorials

Higher Ed
So you just opened up your fancy new gadget -- maybe an awesome DSLR camera, or the newest gaming system, or maybe a new Blu-ray player. As you gladly tear away the packaging -- you notice a small book that feels like it was printed on...
Instructional Video9:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Conversion

Higher Ed
Learn rules to assign one primitive value type to a different variable type and the concept of casting in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer...
Instructional Video5:07
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Literals

Higher Ed
When a value is assigned to a primitive variable, the specific syntax used will determine their type. Learn these rules in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
Instructional Video3:44
Curated Video

Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces

Higher Ed
A marker interface has no methods, and a functional interface has only one abstract method. The latter is used with lambda expressions. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE...
Instructional Video1:55
Curated Video

C++ Developer - Section Wrap-Up - Control Statements

Higher Ed
This video presents a summary of the course. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video11:29
Curated Video

Excel VBA Programming The Complete Guide - Object-Oriented Programming in Real Life

Higher Ed
VBA is an object-oriented programming language that views an application as a series of interactions between data entities called objects. Objects have properties, which describe its characteristics, and methods, which are actions that...
Instructional Video6:11
Curated Video

Migrating to Angular 2 (Video 9)

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 Video2:45
Packt

Migrating to Angular 2 (Video 11)

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 Video2:09
Curated Video

C++ Developer - Section Overview - Fundamentals of C++

Higher Ed
This video provides an overview of the course. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video19:44
Curated Video

Bash Shell Scripting- Scope of the Variables (Global and Local Variables), Returning a variable value

Higher Ed
This video shows how to define a scope of a variable and return its value. This clip is from the chapter "Functions" of the series "Complete Bash Shell Scripting".This section explains functions in detail.
Instructional Video8:01
Curated Video

C++ for Beginners - The "For" Loop

Higher Ed
In this video, your instructor, David, discusses the "For" loop. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Instructional Video6:07
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 3

Higher Ed
Here, we use the “Car” class and also demonstrate the return feature. 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 Video6:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Initialization Blocks

Higher Ed
We can initialize an object with initialization blocks other than 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...
Instructional Video5:33
Curated Video

Complete Python Scripting for Automation - Functions with variable keyword arguments

Higher Ed
Functions: Functions with variable keyword arguments This clip is from the chapter "Functions" of the series "Complete Python Scripting for Automation".You will learn how to define a Function, converting simple code into Functions,...
Instructional Video5:54
Curated Video

Complete Java SE 8 Developer Bootcamp - Garbage Collection

Higher Ed
Java provides with garbage collection, which helps to manage memory. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static...
Instructional Video16:51
Curated Video

C++ Developer - Function Return Types and Parameters

Higher Ed
This video explains function return types and parameters. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video11:34
APMonitor

Java ☕ Debugging

10th - Higher Ed
Because computers are so exact, they are wonderful tools when you need precise measurements and control. However, this also means that they need very precise instructions. It's easy to make a little mistake in your code and throw off...
Instructional Video9:51
Programming Electronics Academy

Tutorial 04: Understanding Arduino Syntax: Arduino Course for Absolute Beginners (ReM)

Higher Ed
The coding language that Arduino uses is very much like C++ ("see plus plus"), which is a rather common language in the world of computing. As I have alluded to in previous lessons, the code you learn to write for your Arduino will be...