Curated Video
Apache Maven Beginner to Guru - Introduction to Maven Settings
This video introduces you to Maven settings. This clip is from the chapter "Maven Repositories" of the series "Apache Maven: Beginner to Guru".This section provides an explanation of Maven repositories.
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Setting Up the SQL Server with Azure for Cypress Testing
This video explains setting up SQL server with Azure. This clip is from the chapter "Cypress DB Integration Testing Strategy" of the series "Cypress - Modern Automation Testing from Scratch + Framework".This section explains Cypress DB...
Curated Video
Complete Python Scripting for Automation - Introduction to datetime module
datetime module to work with dates and times: Introduction to datetime module This clip is from the chapter "datetime module to work with dates and times" of the series "Complete Python Scripting for Automation".In this section, the...
Curated Video
C++ for Beginners - Classes, Objects, Methods & Properties
Your instructor, David, discusses objects and class. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
IDG TECHtalk
How to set up email security rules in Microsoft Office 365
Microsoft has rolled out new security settings for Office 365, but the default configuration for email might not be right for your organization.
Curated Video
High Performance Scientific Computing with C 4.4: GPGPU with CUDA
How can we accelerate our codes using modern GPUs? What is CUDA? • Learn how to add CUDA kernels to our code • See how to use nvcc to compile CUDA code • Learn about tuning CUDA code for performance
Curated Video
Core Java Programming Course- Primitive Data Types in Java
This video explains the various primitive data types available in Java. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains...
Curated Video
Julia for Data Science (Video 5)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Curated Video
AZ-104: Microsoft Azure Administrator Full Course - Azure AD Roles and Permissions
In this video, we will cover Azure AD roles and permissions. This clip is from the chapter "Azure Governance and Compliance." of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn about management groups and how to...
Curated Video
Apache Maven Beginner to Guru - Creating a Packagecloud Build Profile
This video demonstrates how to create a packagecloud build profile. This clip is from the chapter "Maven Build Profiles" of the series "Apache Maven: Beginner to Guru".This section focuses on the Maven build profiles.
Curated Video
Using Behavioral Economics to Inform Government Policy: Nudges, Choice Architecture, and More
In this video, the concept of behavioral economics and its use in informing government policy is explored. The video discusses the idea of a "nudge" and the concept of libertarian paternalism, where free will is preserved but the...
Packt
Create a computer vision system using decision tree algorithms to solve a real-world problem : Introduction to MatPlotLib
From the section: Python Crash Course [Optional]. In this section, we’ll continue diving into Python data structures with tuples and dictionaries, functions, Boolean Operations and Loops, and libraries like Pandas, MatPlotLib and Seaborn...
Packt
Log Cleanup Policies
This video explains the Kafka log cleanup policies. This clip is from the chapter "Advanced Topics Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn some advanced...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Wiping Disks with the dd Command Lab
When storage media has reached the end of its useful life, data must be wiped from it in a secure manner which can include using some built-in operating system tools. Linux administrators can use the dd command to wipe disk partitions by...
Curated Video
Apache Maven Beginner to Guru - Using Third-party Jars with the Command Line in Java
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.
Curated Video
C++ for Beginners - The "case" Statement
In this lesson, your instructor examines how to control program flow with a case statement. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Curated Video
Describe cyber attacks that could affect a computer system or network : Types of man-in-the-middle Attack
From the section: Attacking a Network. In this section, we will discover the diversity of ways a network can be attacked and demonstrate the attacks with various Kali Linux tools. In this video, we will know about what is...
IDG TECHtalk
How to enable and configure Office 365 logging and auditing
Make sure Microsoft Office 365 logging and auditing is set up properly so forensic data is available when needed.
Curated Video
Core Java Programming Course- Interface
This video explains interface. This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and abstraction in Java.
Packt
Log Compaction Theory
This video explains the Kafka log compaction theory. This clip is from the chapter "Advanced Topics Configurations" of the series "Apache Kafka Series - Learn Apache Kafka for Beginners".In this section, you will learn some advanced...
Curated Video
DevOps with GIT(Flow) Jenkins, Artifactory, Sonar, ELK, JIRA - Install Jenkins Plugins
In this video, you will be able to install the plugins required for continuous integration with artificatory and GitHub. This clip is from the chapter "Continuous Integration and Continuous Deploy" of the series "DevOps with GIT(Flow)...
Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Literals
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...