Instructional Video6:24
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Pagination

Higher Ed
This video explains the concept of pagination. This clip is from the chapter "Searching with Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to search with Elasticsearch....
Instructional Video9:32
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 07 - Java Switch Statement - an introduction

Higher Ed
In this video, we will learn about Java switch statement - an introduction. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with...
Instructional Video5:47
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Point Addition on Elliptic Curve

Higher Ed
In this video, we'll learn about point addition on elliptic curve. This clip is from the chapter "SSL, TLS, and HTTPS" of the series "SSL Complete Guide 2021: HTTP to HTTPS".In this section, we'll learn about SSL, TLS, and HTTPS.
Instructional Video25:13
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Flow Procedure in Achieving OAuth 2.0 Authentication Mechanism

Higher Ed
This video explains the flow procedure in achieving the OAuth 2.0 authentication mechanism. This clip is from the chapter "Handling Google and Facebook OAuth 2.0 Authorization Grant Types" of the series "REST API Automation Testing from...
Instructional Video3:51
Curated Video

Python 3 for Beginners: Python List Manipulation and Functions

Higher Ed
In this video, we learn about some basic operations that can be performed on Python lists, such as sorting a list, concatenating multiple lists, determining the length of a list, and generating a list of numbers using the range function....
Instructional Video6:17
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Create an Object (Instance) from Your Class

Higher Ed
This video demonstrates how to create object (instance) from a class. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a...
Instructional Video6:35
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Introduction - CDK Code Refactoring with Constructs -Creating Solution Construct

Higher Ed
This video provides an introduction to CDK code refactoring with constructs and creating solution construct. This clip is from the chapter "Organize Infrastructure Code with Creating Solution Constructs on AWS CDK" of the series "AWS...
Instructional Video5:28
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Batch Normalization

Higher Ed
This video demonstrates batch normalization. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep...
Instructional Video5:07
Curated Video

Probability Statistics - The Foundations of Machine Learning - Discrete Distributions Through Code

Higher Ed
In this video, we will cover discrete distributions through code. This clip is from the chapter "Random Variables - Rationale and Applications" of the series "Probability / Statistics - The Foundations of Machine Learning".In this...
Instructional Video9:24
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Machine Learning Models and Optimization: Training Process, Error, Cost and Loss

Higher Ed
In this video, we will cover the training process, error, cost, and loss. 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...
Instructional Video3:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Training Exercise

Higher Ed
In this video, we will cover machine learning model training exercise. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video5:15
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model

Higher Ed
In this video, we will cover machine learning model. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video5:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Transfer Learning: What is Transfer learning

Higher Ed
In this video, we will explain what is transfer learning. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video4:36
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Create Sink Dataset

Higher Ed
This video demonstrates creating sink dataset. This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
Instructional Video6:19
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Create Data Factory and Read Metadata

Higher Ed
This video explains creating Data Factory and reading metadata. This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
Instructional Video2:01
Curated Video

Mastering Spring Framework Fundamentals - Passing Request Parameters and Query Strings to a Controller

Higher Ed
This video demonstrates polymorphism in action. This clip is from the chapter "Polymorphism" of the series "TypeScript for Beginners".This section introduces you to the Polymorphism and related concepts.
Instructional Video13:10
Curated Video

World of Computer Networking Your CCNA start - Working of Dynamic Host Configuration Protocol (DHCP)

Higher Ed
This video explains the working of DHCP. This clip is from the chapter "Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS)" of the series "World of Computer Networking: Your CCNA start".This section introduces you to...
Instructional Video7:15
Curated Video

Windows PowerShell Hands-On Training for Beginners - File Read Operations Using PowerShell

Higher Ed
This video demonstrates file read operations using PowerShell. This clip is from the chapter "Basic Operations" of the series "Windows PowerShell Hands-On Training for Beginners".This section focuses on the basic operations.
Instructional Video7:42
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Stored Proc Class

Higher Ed
In this video, we'll look at stored Proc class. This clip is from the chapter "Repository Pattern" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at the repository pattern.
Instructional Video9:12
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 03-Passing the Request Parameters Using the Get Method

Higher Ed
This video demonstrates how to pass the request parameters using the Get method. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern...
Instructional Video7:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Example on Parameterization of API Tests with Multiple Datasets

Higher Ed
This video presents an example on parameterization of API tests with multiple datasets. This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch - REST...
Instructional Video1:18
Curated Video

Python 3 for Beginners: Introduction to Functions in Python

Higher Ed
In this video, you will learn all about functions in Python. Functions are blocks of code that can be reused throughout your program to perform specific actions and can even return data. You'll discover how to recognize when you should...
Instructional Video4:49
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Create a Python Class

Higher Ed
This video demonstrates how to create a class in Python. This clip is from the chapter "Extra: Python OOP" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author gives a concise...
Instructional Video4:35
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Functions Parameters

Higher Ed
This video demonstrates how to add parameters in a function. This clip is from the chapter "Python Basics- Level 2" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, you will learn how to...