Instructional Video5:22
OverSimplified

Football War (MiniWars #2)

6th - 11th
Football War (MiniWars #2)
Instructional Video5:43
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Throwing an Exception

Higher Ed
Exception Handling: Throwing an Exception
r/>
This clip is from the chapter "Exception Handling" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn how exceptions are...
Instructional Video8:25
Curated Video

Machine Learning Random Forest with Python from Scratch - Question and Partition

Higher Ed
In this video, you will learn to create two more helper functions, question, and partition, which define statements for querying and retrieving data.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series...
Instructional Video5:13
Mediacorp

Bachelor Life and the Changing Dynamics of Marriage in Bulandshahr

12th - Higher Ed
This video explores the challenges faced by bachelors in Bulandshahr, India, where the shortage of women has led to changing gender roles within families. It also discusses the prevalence of arranged marriages in India and the...
Instructional Video3:19
Curated Video

Learning ASP.NET Web API (Video 28)

Higher Ed
Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build...
Instructional Video4:27
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - [Exercise] Generating Histogram Data

Higher Ed
This video presents an exercise to generate histogram data using aggregation.
r/>
This clip is from the chapter "Using Aggregation" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains...
Instructional Video10:19
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - JavaScript Object Notation (JSON) Search In-Depth

Higher Ed
This video explains how to search with Elasticsearch using JSON Search In-Depth.
r/>
This clip is from the chapter "Searching with Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This...
Instructional Video19:45
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Filtering by Dates

Higher Ed
In this video you'll use react-dates to setup a date filter. That'll let users pick and start and stop date for filtering their data.
r/>
This clip is from the chapter "React with Redux" of the series "The Complete React...
Instructional Video2:47
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Set Up Email Options

Higher Ed
In this video, we'll set up email options.<br/<br/>>

This clip is from the chapter "Emails" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at emails.
Instructional Video7:04
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Wildcards - Part 2

Higher Ed
This is the second part of the two-part video that explains the concept of wildcard symbols.
r/>
This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to...
Instructional Video7:12
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - ReadBlog Server

Higher Ed
[Hands-On] CRUD API with MongoDB: ReadBlog Server
r/>
This clip is from the chapter "[Hands-On] CRUD API with MongoDB" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going...
Instructional Video15:00
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Handling Auto-Suggestive Dynamic Drop-downs

Higher Ed
This video explains how to handle the auto-suggestive dynamic drop-downs.
r/>
This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video4:38
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - Signing Data Using Asymmetric Keys

Higher Ed
In this video, we'll learn about signing data using asymmetric keys.
r/>
This clip is from the chapter "Encryption and Hashing Overview" of the series "SSL Complete Guide 2021: HTTP to HTTPS".This section will help you learn...
Instructional Video4:58
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 12 - Creating a Custom Spring JDBC RowMapper

Higher Ed
This video demonstrates how to create a custom Spring JDBC RowMapper.
r/>
This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master...
Instructional Video10:23
Curated Video

Job-Ready SQL in an Afternoon - Conditional Filtering Grouped Comparisons

Higher Ed
In this video, we will cover conditional filtering grouped comparisons.
<
br/>
This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and...
Instructional Video16:55
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Filtering Redux Data

Higher Ed
In this video you'll learn about Redux selectors. This is just a function that gets called with the Redux store data and returns a subset of the data. Selectors are great for filtering data based on some criteria.
r/>
This clip...
Instructional Video1:45
Brian McLogan

How to solve a polynomial to the 4th power by factoring

12th - Higher Ed
👉 Learn how to find all the zeros of a polynomial. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a polynomial are the values...
Instructional Video5:22
Curated Video

SSL Complete Guide 2021: HTTP to HTTPS - MD5 Hashing Algorithm

Higher Ed
In this video, we'll learn about the MD5 hashing algorithm.
r/>
This clip is from the chapter "Encryption and Hashing Overview" of the series "SSL Complete Guide 2021: HTTP to HTTPS".This section will help you learn about...
Instructional Video4:02
Curated Video

REST APIs with Flask and Python - Deleting Your Item Resources from the Database

Higher Ed
This video explains how to delete item resources from the database.
r/>
This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various...
Instructional Video7:18
Curated Video

REST APIs with Flask and Python - Authentication and Logging In — Part 2

Higher Ed
This video is the second part of a two-part video that explains authentication and logging in.
r/>
This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and...
Instructional Video5:19
Curated Video

Node.js API Masterclass with Express and MongoDB - Prevent NoSQL Injection & Sanitize Data

Higher Ed
API Security: Prevent NoSQL Injection & Sanitize Data<br/<br/>>

This clip is from the chapter "API Security" of the series "Node.js API Masterclass with Express and MongoDB".This section is about API Security
Instructional Video11:31
Curated Video

Node.js API Masterclass with Express and MongoDB - Adding Pagination

Higher Ed
Mongoose Advanced Querying & Relationships: Adding Pagination
r/>
This clip is from the chapter "Mongoose Advanced Querying & Relationships" of the series "Node.js API Masterclass with Express and MongoDB".This section is about...
Instructional Video10:48
Curated Video

Rust Programming Master Class from Beginner to Expert - Result Enum

Higher Ed
In this video, we will cover result Enum.
<
br/>
This clip is from the chapter "Structures, Traits, Generics, Enums" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will be exploring...
Instructional Video23:38
Curated Video

Rust Programming Master Class from Beginner to Expert - Implementing Stack

Higher Ed
In this video, you will learn how to implement Stack.
<
br/>
This clip is from the chapter "Project: Stack Implementation" of the series "Rust Programming Master Class from Beginner to Expert".In this section, we will put all our...