Instructional Video5:21
Curated Video

C++ Standard Template Library in Practice - Overloading Stream Operators

Higher Ed
In this video, you will learn about Overloading Stream Operators. • Introduce the concept of Stream Operators • Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the series "C++ Standard...
Instructional Video8:23
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming DF

Higher Ed
Learn all about Spark streaming with DF. This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on Spark streaming.
Instructional Video4:46
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Introduction to Spark Streaming

Higher Ed
This video introduces you to Spark streaming. This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on Spark streaming.
Instructional Video7:13
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - [Solution] PrimeNumberDecomposition API

Higher Ed
[Hands-On] gRPC Server Streaming: [Solution] PrimeNumberDecomposition API This clip is from the chapter "[Hands-On] gRPC Server Streaming" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you...
Instructional Video11:04
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - [Solution] ComputeAverage API

Higher Ed
[Hands-On] gRPC Client Streaming: [Solution] ComputeAverage API This clip is from the chapter "[Hands-On] gRPC Client Streaming" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going...
Instructional Video4:36
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - 4 Types of gRPC APIs

Higher Ed
[Theory] gRPC Internals Deep Dive: 4 Types of gRPC APIs This clip is from the chapter "[Theory] gRPC Internals Deep Dive" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going learn...
Instructional Video6:11
All In One Social Media

BIGGEST Live Streaming Secret Every Business Owner Needs To Know

Higher Ed
Live streaming is one of the best ways to connect with your audience. In this video, I am breaking down how to be truly successful with your live stream and how to build your run of show. // T I M E C O D E S 0:00 - The Biggest Secret...
Instructional Video17:47
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Performing Web Table Sorting using Selenium JavaStreams

Higher Ed
This video explains how to perform a web table sort using Selenium JavaStreams. This clip is from the chapter "Selenium Java Streams - Automate Sort, Pagination, and Filtering the Web Tales" of the series "Selenium WebDriver with Java -...
Instructional Video3:58
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - More on DO Group Processing (Without Index/Counter Variable)

Higher Ed
There are four forms of Do Group processing, and three of the forms do not involve a counter/index variable. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Instructional Video4:46
TLDR News

TLDR's 5 Big Announcements

12th - Higher Ed
00:00 Introduction 00:12 The Editorial 00:49 Conservative Livestream 01:17 Daily Briefing Changes 01:57 Jack's Marathon 02:27 Our New YouTube Channel
Instructional Video3:42
Weatherthings

Island Cloud Vortex

6th - 8th
Downwind of isolated, small, mountainous islands, a curious feature known as an island cloud vortex can form. Visible from satellite, a series of them can line up as vortex streets of cloud vorticies.
Instructional Video16:20
Curated Video

C++ Standard Template Library in Practice - Project - Classes and structures

Higher Ed
In this video, we will see the second part of our project. • Create the classes and structures for our project activities • Present an example program that uses these concepts This clip is from the chapter "I/O in C++" of the series "C++...
Instructional Video4:30
Curated Video

The Complete Practical Docker Guide - Redirecting STDOUT and STDERR to the File

Higher Ed
This video helps in redirecting STDOUT and STDERR to the file. This clip is from the chapter "Data Streams and Piping in Linux" of the series "The Complete Practical Docker Guide".This section focuses on data streams and piping in Linux.
Instructional Video5:22
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Checking Trigger

Higher Ed
In this session, we will check triggers. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers project work on...
Instructional Video8:34
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Functional Programming Examples - Streams and Lambda Expressions

Higher Ed
Congratulations: Spring Master Class - Congratulations on Completing the CourseFunctional Programming - Lambda Expressions and Streams: Functional Programming Examples - Streams and Lambda Expressions This clip is from the chapter...
Instructional Video2:04
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Project Overview

Higher Ed
This video demonstrates the project overview. This clip is from the chapter "Snowflake – Streams and Change Data Capture" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on streams and change...
Instructional Video4:04
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating Variables/Calculations

Higher Ed
Here, the author will show you how to create new variables with the current data that you have. Often, new variables utilize current variables, so calculations are required. This clip is from the chapter "Working with Data" of the series...
Instructional Video7:37
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Kinesis Scaling

Higher Ed
This video explains how to scale the Amazon Kinesis data streams. This clip is from the chapter "Domain 1: Collection" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn to build up a...
Instructional Video3:31
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Kinesis Enhanced Fan Out

Higher Ed
This video focuses on the Kinesis enhanced fan-out feature. This clip is from the chapter "Domain 1: Collection" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will learn to build up a system...
Instructional Video9:58
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - [Exercise] Kinesis Analytics - Part 2

Higher Ed
This video is the second part of the two-part video that explains how to build a more complex application that monitors the incoming order data using Kinesis analytics. If an anomalous order rate is detected, an alarm will be sent via...
Instructional Video7:10
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - [Exercise] Amazon Kinesis Data Streams

Higher Ed
This video explains how to create the Amazon Kinesis data streams, use the Kinesis agent to send data from Amazon EC2 into it, and confirm if the data is successfully sent and received. This clip is from the chapter "Domain 1:...
Instructional Video1:55
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - LongGreet API Definition

Higher Ed
[Hands-On] gRPC Client Streaming: LongGreet API Definition This clip is from the chapter "[Hands-On] gRPC Client Streaming" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going to...
Instructional Video3:34
Curated Video

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

Higher Ed
[Hands-On] CRUD API with MongoDB: ListBlog Server 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 to learn about...
Instructional Video1:40
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - GreetEveryone API Definition

Higher Ed
[Hands-On] gRPC Bi-Directional Streaming: GreetEveryone API Definition This clip is from the chapter "[Hands-On] gRPC Bi-Directional Streaming" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section,...