Instructional Video6:11
Curated Video

Complete Java SE 8 Developer Bootcamp - “this”-Part 3

Higher Ed
Learn how to use "this" to chain constructors together and the reasons why it exists. 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...
Instructional Video5:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 2

Higher Ed
More examples of using abstract classes. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer Bootcamp".Create abstract classes and interfaces on getting familiar in this section.
Instructional Video8:06
Curated Video

Apache Maven Beginner to Guru - Compiling and Packaging with Maven

Higher Ed
This video demonstrates how to compile and package with Maven. This clip is from the chapter "Getting Started with Maven" of the series "Apache Maven: Beginner to Guru".This section highlights the concept of compiling, packaging, along...
Instructional Video11:52
Packt

CompTIA Network+ Certification N10-007: The Total Course - Introduction to Virtual Local Area Networks (VLANs)

Higher Ed
This video provides an introduction to VLANs and explores the concepts and processes behind virtual LANs, including managed switches and trunking. This clip is from the chapter "Advanced Networking Devices" of the series "CompTIA...
Instructional Video3:20
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 04 - Troubleshooting Java Installation

Higher Ed
In this lesson, we will troubleshoot the Java installation. This clip is from the chapter "Installing Java" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will install Java and set a path for...
Instructional Video4:00
Curated Video

Excel VBA Programming The Complete Guide - Excel File Types

Higher Ed
There are dozens of file types available in Excel. In order to work with macros, we need to save our files in a special format called .xlsm. In this lesson, we introduce an option for defaulting to a .xlsm format upon saving. This clip...
Instructional Video6:30
Blockchain Central

Why Do We Need Digital Identities? | Blockchain Central

Higher Ed
Following the topic of private data security, this week on Blockchain Central we will explore what a digital identity is and how it can improve the safety of our personal data.
Instructional Video11:44
Kult America

SLOVAKIA

Higher Ed
I've already been to Slovakia on a few occasions in the past, but I've never had the opportunity to go deeper, do discover its small cities, mountain roads and amazing landscapes. On this episode of Kult America I am going to explore...
Instructional Video4:58
IDG TECHtalk

How to prevent credential theft in Windows networks

Higher Ed
Attackers covet credentials, and Windows admins sometimes make it too easy for them. Here’s how to harden Windows networks against credential theft.
Instructional Video7:36
IDG TECHtalk

R tip: R Markdown tutorial

Higher Ed
In this 10th episode of Do More with R, learn how to create HTML, Word docs, PowerPoint presentations, and more that combine text, graphics, and R code. Leave a comment and let us know what tips you’d like to see in a future Do More With...
Instructional Video3:43
Curated Video

Apache Maven Beginner to Guru - Using Maven Surefire for TestNG Unit Tests

Higher Ed
This video demonstrates how to use Maven Surefire for TestNG unit tests. This clip is from the chapter "Testing with Maven" of the series "Apache Maven: Beginner to Guru".This section explains how to test builds with Maven.
Instructional Video5:41
Curated Video

Apache Maven Beginner to Guru - Setting a Version Using Maven Property

Higher Ed
This video demonstrates how to set a version using Maven property. This clip is from the chapter "Multi-Module Projects" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the multi-module projects.
Instructional Video5:53
Curated Video

Excel VBA Programming The Complete Guide - The Option Explicit Setting

Higher Ed
The Option Explicit setting at the top of a code module mandates that all variables be declared with a valid data type before being assigned a value. In this lesson, we compare a code sample with and without this setting enabled to see...
Instructional Video6:14
Packt

Order Pay Reducer and Action

Higher Ed
This video focuses on order pay reducer and action. This clip is from the chapter "Checkout Process-Part 2" of the series "MERN E-commerce from Scratch".This is the second part of a two-part section that explains the checkout process.
Instructional Video19:11
Packt

Promise Chaining Challenge

Higher Ed
REST APIs and Mongoose (Task App): Promise Chaining Challenge This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Instructional Video2:14
Economics Explained

The Economics of China’s Enormous Belt & Road Initiative: Introduction

9th - Higher Ed
China's Belt and Road initiative is set to be the most influential economic development project in recent history. It’ll be an investment measured in trillions, connecting dozens of nations with roads, rail lines, shipping routes, and...
Instructional Video2:40
Curated Video

Advanced Swift 2 Application Development (Video 31)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video2:22
IDG TECHtalk

How to audit Windows Task Scheduler to detect attacks

Higher Ed
Learn how to prevent attackers from using Task Scheduler to hide and set up tasks to access Windows systems.
Instructional Video9:01
Packt

Resource Creation Endpoints: Part II

Higher Ed
REST APIs and Mongoose (Task App): Resource Creation Endpoints: Part II This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn...
Instructional Video4:58
Curated Video

Hands-On WebAssembly for C++ Programmers - Experimenting with WebGL

Higher Ed
How do we get more advanced graphics, especially anything that uses OpenGL? • Learn about OpenGL conversions to WebGL • Compile examples from Emscripten related to OpenGL • See WebGL drawn graphics in the browser This clip is from the...
Instructional Video2:58
friEdTech

First Look at Google Slides Q&A

Higher Ed
A first look at the new Google Slides Q&A feature and the laser pointer.
Instructional Video11:13
Packt

Logging Out

Higher Ed
API Authentication and Security (Task App): Logging Out This clip is from the chapter "API Authentication and Security (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you will learn about...
Instructional Video15:58
Curated Video

Power BI Masterclass - A Quick Introduction to Publishing Reports to the Power BI Service

Higher Ed
In this video, let's take a quick introduction to publishing reports to the Power BI Service. This clip is from the chapter "DAX, R, and Gateways" of the series "Power BI Masterclass".In this section, we will be covering DAX, R, and...
Instructional Video12:04
IDG TECHtalk

Astonishingly Easy Mapping with R and mapview

Higher Ed
One short line of code give you a full-featured interactive choropleth map – complete with rollover text and popup data – thanks to the mapview package. See how simple it is to explore geospatial data in R.