Instructional Video1:53
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - What's a Client Streaming API?

Higher Ed
[Hands-On] gRPC Client Streaming: What's a Client Streaming 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 Video7:35
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Threading Module

Higher Ed
You will learn how to implement threading in Python. This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on joining multiple lines...
Instructional Video2:44
Curated Video

Python In Practice - 15 Projects to Master Python - Data Science with Python

Higher Ed
This video explains data science with Python. This clip is from the chapter "Advanced Level: Data Science" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the advanced level: data science.
Instructional Video4:52
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Lambda Costs, Promises, and Anti-Patterns

Higher Ed
This video focuses on Lambda costs, its features, and anti-patterns. This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, we will complete our...
Instructional Video7:45
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon Elastic MapReduce (EMR), Amazon Web Services (AWS) Integration, and Storage

Higher Ed
This video focuses on Amazon EMR, AWS integration, and storage. This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, we will complete our “order...
Instructional Video4:26
Curated Video

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

Higher Ed
In this video, you will learn about Spark streaming with RDD. 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 Video21:56
Curated Video

Job-Ready SQL in an Afternoon - String Subsets and Concatenations

Higher Ed
In this video, we will cover string subsets and concatenations. This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and...
Instructional Video2:06
Curated Video

Containerize Spring Boot CRUD App with Docker and Docker Compose - Setting Project in IntelliJ

Higher Ed
In this video, you will learn how to set a project in IntelliJ. This clip is from the chapter "Installation and Setup" of the series "Containerize Spring Boot CRUD App with Docker and Docker Compose".In this section, you will learn how...
Instructional Video4:28
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Benefits of Amazon SQS

Higher Ed
This video explains the benefits of Amazon SQS. This clip is from the chapter "AWS SQS for Event-Driven Architecture with Queues" of the series "AWS Serverless Microservices with Patterns and Best Practices".This section focuses on AWS...
Instructional Video3:41
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Amazon SQS Visibility Timeout

Higher Ed
This video explains Amazon SQS visibility timeout. This clip is from the chapter "AWS SQS for Event-Driven Architecture with Queues" of the series "AWS Serverless Microservices with Patterns and Best Practices".This section focuses on...
Instructional Video14:17
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - Serverless Event Processor Architecture with S3 Events

Higher Ed
This video explains serverless event processor architecture with S3 events. This clip is from the chapter "Build Advanced Use Cases with CDK" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you...
Instructional Video4:49
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - What is AWS Lambda?

Higher Ed
This video explains what AWS Lambda is. This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, we will complete our “order history app†example by...
Instructional Video4:21
Curated Video

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

Higher Ed
In this video, we will cover regression exercise solution. 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...
Instructional Video5:23
Curated Video

034 How Lateral Inhibition enhances Visual Edges

Higher Ed
In this video, I talk about the process of lateral inhibition, and how it enhances visual edges. I do that by putting two rectangles next to each other. Watch this video to see what happens.
Instructional Video3:29
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Thread with Arguments

Higher Ed
You will learn to call arguments using threads so we do not have to wait for the code to execute. This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video3:42
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Lambda Functions

Higher Ed
You will learn about lambda functions or one-liner functions to minimize the amount of code writing. This clip is from the chapter "Functions" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section...
Instructional Video2:21
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Amazon SQS Dead-Letter Queues

Higher Ed
This video talks about Amazon SQS dead-letter queues. This clip is from the chapter "AWS SQS for Event-Driven Architecture with Queues" of the series "AWS Serverless Microservices with Patterns and Best Practices".This section focuses on...
Instructional Video1:41
Curated Video

Hands-on .NET Minimal API for Web Developers - Returning the Results Asynchronously

Higher Ed
Here, after obtaining Results using the MapGet method synchronously, we will now look at getting the results asynchronously. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal API for Web...
Instructional Video6:55
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - DO Iterative Loop and Variations (DO WHILE, DO Until)

Higher Ed
You might be more familiar with the for loop, but the DO loop is the same concept. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses...
Instructional Video4:02
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - BY Statement (Sorting Variables, While Exploiting Your Index)

Higher Ed
This video explains the BY statement where you will be sorting variables, while exploiting your index. This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide - Learn SAS and...
Instructional Video8:06
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Variable Number of Input Arguments as Dictionary

Higher Ed
In this video, we will cover variable number of input arguments as dictionary. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory...
Instructional Video7:20
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Output Arguments and Return Statement

Higher Ed
In this video, we will cover output arguments and return statement. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects)...
Instructional Video5:07
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Image Processing: General Image Filtering

Higher Ed
In this video, we will cover general image filtering. 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 Video8:08
Curated Video

AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon Elastic MapReduce (EMR) Promises and Introduction to Hadoop

Higher Ed
This video focuses on the features of EMR and provides an introduction to Hadoop. This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, we will...