Curated Video
Complete Java SE 8 Developer Bootcamp - “this”-Part 3
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Abstract Classes: Part 2
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.
Curated Video
Apache Maven Beginner to Guru - Compiling and Packaging with Maven
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...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Introduction to Virtual Local Area Networks (VLANs)
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 04 - Troubleshooting Java Installation
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...
Curated Video
Excel VBA Programming The Complete Guide - Excel File Types
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...
Blockchain Central
Why Do We Need Digital Identities? | Blockchain Central
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.
Kult America
SLOVAKIA
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...
IDG TECHtalk
How to prevent credential theft in Windows networks
Attackers covet credentials, and Windows admins sometimes make it too easy for them. Here’s how to harden Windows networks against credential theft.
IDG TECHtalk
R tip: R Markdown tutorial
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...
Curated Video
Apache Maven Beginner to Guru - Using Maven Surefire for TestNG Unit Tests
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.
Curated Video
Apache Maven Beginner to Guru - Setting a Version Using Maven Property
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.
Curated Video
Excel VBA Programming The Complete Guide - The Option Explicit Setting
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...
Packt
Order Pay Reducer and Action
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.
Packt
Promise Chaining Challenge
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...
Economics Explained
The Economics of China’s Enormous Belt & Road Initiative: Introduction
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...
Curated Video
Advanced Swift 2 Application Development (Video 31)
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...
IDG TECHtalk
How to audit Windows Task Scheduler to detect attacks
Learn how to prevent attackers from using Task Scheduler to hide and set up tasks to access Windows systems.
Packt
Resource Creation Endpoints: Part II
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...
Curated Video
Hands-On WebAssembly for C++ Programmers - Experimenting with WebGL
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...
friEdTech
First Look at Google Slides Q&A
A first look at the new Google Slides Q&A feature and the laser pointer.
Packt
Logging Out
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...
Curated Video
Power BI Masterclass - A Quick Introduction to Publishing Reports to the Power BI Service
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...
IDG TECHtalk
Astonishingly Easy Mapping with R and mapview
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.