Instructional Video18:17
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Installing VirtualBox Guest Additions

Higher Ed
This video shows you how to install VirtualBox guest additions. This clip is from the chapter "Setting Up a Pentesting Lab" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn to set...
Instructional Video8:09
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Types of SQL injection

Higher Ed
SQL Injection: Types of SQL injection This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will discuss a major security vulnerability that might...
Instructional Video5:38
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Arrays

Higher Ed
Miscellaneous Topics: Arrays This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of Java.
Instructional Video3:52
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Building AWS CDK Application for IaC

Higher Ed
This video explains how to build an AWS CDK application for IaC. This clip is from the chapter "Getting Started with AWS CDK by Developing Our First CSK Application" of the series "AWS Serverless Microservices with Patterns and Best...
Instructional Video8:58
Curated Video

MongoDB Tutorial for Beginners (2022) - Display Documents

Higher Ed
Learn to display documents in MongoDB, that is, query/fetch documents from a collection. This clip is from the chapter "Insert and Display" of the series "MongoDB Tutorial for Beginners (2022)".This section demonstrates how to insert...
Instructional Video2:59
Curated Video

Python In Practice - 15 Projects to Master Python - Catching Errors with Except Block

Higher Ed
This video explains catching errors in Python programming with except block. This clip is from the chapter "Dealing with Errors" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on dealing with errors.
Instructional Video13:02
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Models and Optimization: Optimization

Higher Ed
In this video, we will cover optimization. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...
Instructional Video6:35
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - 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 Video9:17
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Bokeh for Interactive Plotting: Bokeh Multiplots Grid Plot Solution

Higher Ed
In this video, we will cover Bokeh Multiplots grid plot solution. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video8:50
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Visualization and Results

Higher Ed
In this video, we will work on visualization and results. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into deep learning.
Instructional Video12:54
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Implementing Logistic Regression

Higher Ed
In this video, you will learn how to implement logistic regression. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into...
Instructional Video4:00
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Automatic Variables

Higher Ed
Automatic variables do their work in the background, but they can be used explicitly as well to perform certain tasks. In this video, the author will look at the _Error_ and _N_ automatic variables. This clip is from the chapter "Working...
Instructional Video2:54
The Business Professor

Appellate Court Role - Procedural Review

Higher Ed
Appellate Court Role - Procedural Review
Instructional Video9:37
Curated Video

Comprehensive Android Developer Bootcamp - Adding a FAB Button

Higher Ed
Build a Baby Needs App:Adding a FAB Button This clip is from the chapter "Build a Baby Needs App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your Baby Needs app. You will start...
Instructional Video3:53
Curated Video

REST APIs with Flask and Python - Optimising Your Final Code and Request Parsing

Higher Ed
This video explains how to optimize your final code and request parsing. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the various...
Instructional Video5:56
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Tuples

Higher Ed
Tuples are almost identical to lists. Except you can't edit them. They are immutable lists. This clip is from the chapter "Beginner-friendly Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps...
Instructional Video2:08
Curated Video

Learning Splunk - Saved Searches – Report

Higher Ed
Understanding reports, which are saved searches. • Understand that a report is simply a saved search • Understand that reports can be scheduled • Explore reports in the search interface This clip is from the chapter "Splunk Terminology"...
Instructional Video6:39
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Installing TLS Certificate of Intermediate CA

Higher Ed
In this video, we'll be installing TLS certificate of intermediate CA. This clip is from the chapter "Getting and Installing a Custom Certificate" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll be getting...
Instructional Video5:53
Curated Video

Docker - A Complete Hands-On Guide - Working with Host Network and Learning How to Delete Multiple Containers and Images

Higher Ed
This video explains working with host network and learning how to delete multiple containers and images. This clip is from the chapter "Docker Network Part – 2" of the series "Docker A Beginner- HandsOn Guide".This section introduces...
Instructional Video1:19
Curated Video

Python for Machine Learning - The Complete Beginners Course - Evaluating the Performance of the Regression Model

Higher Ed
In this video, you will learn how to evaluate the performance of the regression model. This clip is from the chapter "Multiple Linear Regression" of the series "Python for Machine Learning - The Complete Beginner's Course".In this...
Instructional Video8:39
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - How to Program

Higher Ed
In this video, you will learn about the key principles to keep in mind before jumping into any kind of programming. This clip is from the chapter "Introduction" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video3:25
Curated Video

DevOps Complete Course - Maven Goals - Deploy Goal for Local Repository

Higher Ed
This video talks about Maven goals - deploy goal for local repository. This clip is from the chapter "Maven" of the series "DevOps Complete Course".This section focuses on Maven from scratch.
Instructional Video5:02
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Introduction to the Section - Getting Started with AWS CDK by Developing Our First CSK Application

Higher Ed
This video provides an introduction to the section. This clip is from the chapter "Getting Started with AWS CDK by Developing Our First CSK Application" of the series "AWS Serverless Microservices with Patterns and Best Practices".This...
Instructional Video11:31
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - CloudWatch Live Dashboards and Widgets

Higher Ed
This video explains CloudWatch live dashboards and widgets. This clip is from the chapter "Create and Deploy Serverless Application Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you...