Instructional Video3:09
Curated Video

CISM Certification Domain 1: Information Security Governance Video Boot Camp 2019 - Designing security into our software

Higher Ed
CISM Domain 1: Information Security Governance: Designing security into our software This clip is from the chapter "CISM Domain 1: Information Security Governance" of the series "CISM Certification Domain 1: Information Security...
Instructional Video2:38
Python Programmer

EDA Python - 14-2_Errors and Exceptions

Higher Ed
In this part 2 of errors and exceptions we'll delve a deeper into how to use them.
Instructional Video4:00
Curated Video

Exploring the Kuiper Belt: Home of Dwarf Planets and Frozen Debris

Pre-K - Higher Ed
In this video, the topic of discussion is the Kuiper Belt, a region in our solar system that extends from the orbit of Neptune. It is similar to the asteroid belt but much larger, and is home to three recognized dwarf planets, including...
Instructional Video3:25
Curated Video

Apache Maven Beginner to Guru - Assignment - Fixing a Broken Maven Project

Higher Ed
This video presents an assignment to fixing a broken Maven project. 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 Video3:53
Curated Video

.NET Core Microservices - Product Repository Implementation Part 2

Higher Ed
This video explains product repository implementation part 2. This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn products...
Instructional Video5:52
Curated Video

Advanced Swift 2 Application Development (Video 12)

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 Video4:37
Curated Video

Complete Java SE 8 Developer Bootcamp - Unchecked (Runtime) vs. Checked Exceptions

Higher Ed
The compiler will enforce developers to write code that handles certain types of exceptions. These are known as "checked" exceptions. Others, which are not enforced, are known as "unchecked" or "runtime" exceptions. This clip is from the...
Instructional Video5:19
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Play and Learn with Planet Class

Higher Ed
In this video, we will play and learn with Planet class. 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 will look into the Java...
Instructional Video6:20
Curated Video

Fix the errors in a computer program or algorithm : Errors - Types of Errors!

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Errors - Types of Errors!
Instructional Video4:38
Curated Video

Learning Python Web Penetration Testing (Video 29)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video7:34
Curated Video

Web Development with Node.JS and MongoDB (Video 14)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video3:27
Curated Video

Java 11 Programming for Beginners 4.4: Error Handling in Java 11

Higher Ed
The goal here is to acclimatize the beginner with Java’s error handling mechanisms. • Glance through theory on Java exception and the newer try-with-resource • We improve the code by avoiding errors using checks • Use try-catch to better...
Instructional Video7:32
Packt

Kafka Topics Command Line Interface (CLI)

Higher Ed
This video explains the CLI commands related to Kafka topics. This clip is from the chapter "Command Line Interface (CLI) 101" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn the...
Instructional Video5:07
Curated Video

The Full Stack Web Development - Getting Started With Developer Tools

Higher Ed
Chrome Developer Tools: Getting Started With Developer Tools This clip is from the chapter "Chrome Developer Tools" of the series "The Full Stack Web Development".In this section, we dive into chrome developer tools. The author shows all...
Instructional Video6:35
Packt

Test Case Logging with log4j Example - 2

Higher Ed
This video continues with how to log a test case with log4j. This clip is from the chapter "Framework Part 7: Logging Framework - log4j" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video8:22
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Create Storage Account with PowerShell - Lab Activity

Higher Ed
In this video, we will create a storage account with PowerShell - lab activity. This clip is from the chapter "Azure Storage" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains Azure storage and Azure...
Instructional Video3:28
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Azure AD Connect Health

Higher Ed
In this video, we will cover Azure AD Connect Health. This clip is from the chapter "Identity" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces identities and Azure Active Directory features and...
Instructional Video9:42
Curated Video

C++ Developer - Symbolic Constants and Naming Conventions

Higher Ed
This video focuses on symbolic constants and naming conventions. 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 Video6:27
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Practical Example - Vehicle Speed Determination

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Practical Example - Vehicle Speed Determination
Instructional Video3:11
Curated Video

Statistics for Data Science and Business Analysis - A4. No Autocorrelation

Higher Ed
In this video, the fourth assumption of OLS, no autocorrelation, is explained. This clip is from the chapter "Assumptions for Linear Regression Analysis" of the series "Statistics for Data Science and Business Analysis".This section...
Instructional Video3:05
Curated Video

Learning PHP 7 (Video 28)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
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 Video4:03
Curated Video

Learning PHP 7 (Video 18)

Higher Ed
PHP is back and is faster and more lightweight than ever. The world of web technology is seamlessly evolving, and PHP 7's simplicity and prowess addresses the requirements of current and future web and mobile application development....
Instructional Video5:12
Curated Video

Hands-On WebAssembly for C++ Programmers - Protecting Your Code with Debug Capabilities

Higher Ed
What can we do to catch bugs earlier, without having to manually test? • Adopt a DevOps mindset to catch bugs early • Add debug capabilities to flag problematic code • Utilize sanitizers to detect undefined behavior and address...