Instructional Video14:45
Curated Video

Azure Portal Overview

Higher Ed
In this video, we will cover Azure portal overview. This clip is from the chapter "Azure Portal Introduction: For Beginners" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In this section, we will cover a...
Instructional Video1:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Sorting and Searching Collections

Higher Ed
Learn how collections can be sorted and searched through, with methods provided by the Collections class. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn...
Instructional Video11:11
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Binary Search - search quickly through a sorted list

Higher Ed
Binary search is a pretty nifty way to search through a sorted list in O(Log N) time. This clip is from the chapter "Sorting and Searching" of the series "From 0 to 1: Data Structures & Algorithms in Java".Learn about various sorting and...
Instructional Video2:46
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - [Exercise] Using Filters

Higher Ed
This video presents an exercise on filters. 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. It...
Instructional Video3:16
Curated Video

The Complete Practical Docker Guide - Running Docker Container for the Frontend Service

Higher Ed
This video helps you with running Docker container for the frontend service. This clip is from the chapter "Building Custom Images Using Dockerfiles" of the series "The Complete Practical Docker Guide".This section focuses on building...
Instructional Video7:19
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Setting Up Python environment

Higher Ed
This video explains how to set up a Python environment. This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with Projects".This section gives you a crash course in Python.
Instructional Video3:42
Mazz Media

Internet Safety- internet Advertising and Keeping Yourself Safe

6th - 8th
Students will learn to alert to offers made online that seem too good to be true. Through a series of true-to-life scenarios, viewers will come to understand that scammers target individuals in order to get money or information. Students...
Instructional Video4:08
Curated Video

Introducing Ionic 2 (Video 11)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience. Apps can...
Instructional Video1:26
The Business Professor

Introduction to Search Engine Optimization

Higher Ed
This video provides a concise introduction to search engine optimization (SEO) for marketers. It explains the concept of designing and maintaining a website to improve search result rankings and increase traffic. The video highlights key...
Instructional Video11:07
Curated Video

Develop a computer program to solve a problem using control structures : Loops in Python

Higher Ed
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Loops in Python
Instructional Video9:07
IDG TECHtalk

Microsoft changes its security update guide: What you need to know

Higher Ed
Microsoft has updated its Common Vulnerability Scoring System. Here’s a walk-through the changes.
Instructional Video13:21
Curated Video

Bash Shell Scripting- Find and replace with sed command

Higher Ed
This video shows how to find and replace with sed command. This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video9:20
Curated Video

Bash Shell Scripting- Searching file content

Higher Ed
This video shows how to search file content. This clip is from the chapter "Complete sed command" of the series "Complete Bash Shell Scripting".This section covers the concept of sed command.
Instructional Video12:04
Packt

Github Finder [Part 2] - Fetching Profile Data

Higher Ed
API Projects: Github Finder [Part 2] - Fetching Profile Data This clip is from the chapter "API Projects" of the series "Modern JavaScript from the Beginning".In this section, you will learn how to build API projects.
Instructional Video8:56
Packt

Babel & Webpack Environment Setup

Higher Ed
Microposts Project - CRUD Front End (Webpack & Babel): Babel & Webpack Environment Setup This clip is from the chapter "Microposts Project - CRUD Front End (Webpack & Babel)" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video1:46
NASA

Water Vapor Plumes on Europa

3rd - 11th
What makes Jupiter's moon Europa so alluring is the possibility that it may possess all the ingredients necessary for life. Scientists have evidence that one of these ingredients, liquid water, is present under the icy surface and may...
Instructional Video6:21
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Azure Policy Lab Activity

Higher Ed
In this video, we will cover Azure policy lab activity. 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 create...
Instructional Video9:54
Curated Video

C++ Standard Template Library in Practice - Utilities - Regex

Higher Ed
This video aims to include regular expressions. • Go through the C++ regex example This clip is from the chapter "Introducing the Standard Template Library (STL)" of the series "C++ Standard Template Library in Practice".We begin by...
Instructional Video7:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 22 - Programming Tips: JShell - Shortcuts, Multiple Lines, and Variables

Higher Ed
This video talks about shortcuts, multiple lines, and variables. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video10:19
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Aggregations, Buckets, and Metrics

Higher Ed
This video focuses on the concepts of aggregation, buckets, and metrics. This clip is from the chapter "Using Aggregation" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains the function of...
Instructional Video13:52
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Flattened Datatype

Higher Ed
This video explains the flattened data type. This clip is from the chapter "Mapping and Indexing Data" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section focuses on mapping and indexing data. It...
Instructional Video10:53
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Using Analyzers and Tokenizers

Higher Ed
This video explains how to map and index data using analyzers and tokenizers. This clip is from the chapter "Mapping and Indexing Data" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section focuses on...
Instructional Video3:53
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Term Frequency/Inverse Document Frequency (TF/IDF)

Higher Ed
This video explains the concept of TF/IDF. This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to install...
Instructional Video3:24
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Best Practices When Writing Python Code

Higher Ed
In this video, the author suggests a few tips to follow while writing Python codes. This clip is from the chapter "Conclusion" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the author talks...