Curated Video
CISM Certification Domain 1: Information Security Governance Video Boot Camp 2019 - Designing security into our software
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...
Python Programmer
EDA Python - 14-2_Errors and Exceptions
In this part 2 of errors and exceptions we'll delve a deeper into how to use them.
Curated Video
Exploring the Kuiper Belt: Home of Dwarf Planets and Frozen Debris
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...
Curated Video
Apache Maven Beginner to Guru - Assignment - Fixing a Broken Maven Project
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.
Curated Video
.NET Core Microservices - Product Repository Implementation Part 2
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...
Curated Video
Advanced Swift 2 Application Development (Video 12)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Unchecked (Runtime) vs. Checked Exceptions
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Play and Learn with Planet Class
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...
Curated Video
Fix the errors in a computer program or algorithm : Errors - Types of Errors!
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!
Curated Video
Learning Python Web Penetration Testing (Video 29)
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...
Curated Video
Web Development with Node.JS and MongoDB (Video 14)
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...
Curated Video
Java 11 Programming for Beginners 4.4: Error Handling in Java 11
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...
Packt
Kafka Topics Command Line Interface (CLI)
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...
Curated Video
The Full Stack Web Development - Getting Started With Developer Tools
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...
Packt
Test Case Logging with log4j Example - 2
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...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Create Storage Account with PowerShell - Lab Activity
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...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure AD Connect Health
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...
Curated Video
C++ Developer - Symbolic Constants and Naming Conventions
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++.
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Practical Example - Vehicle Speed Determination
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Practical Example - Vehicle Speed Determination
Curated Video
Statistics for Data Science and Business Analysis - A4. No Autocorrelation
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...
Curated Video
Learning PHP 7 (Video 28)
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....
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...
Curated Video
Learning PHP 7 (Video 18)
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....
Curated Video
Hands-On WebAssembly for C++ Programmers - Protecting Your Code with Debug Capabilities
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...