Hi, what do you want to do?
Curated Video
Python In Practice - 15 Projects to Master Python - Data Science with Python
This video explains data science with Python.
<
br/>
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...
<
br/>
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Lambda Costs, Promises, and Anti-Patterns
This video focuses on Lambda costs, its features, and anti-patterns.
<
br/>
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...
<
br/>
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon Elastic MapReduce (EMR), Amazon Web Services (AWS) Integration, and Storage
This video focuses on Amazon EMR, AWS integration, and storage.
<
br/>
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...
<
br/>
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming with RDD
In this video, you will learn about Spark streaming with RDD.
r/>
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...
r/>
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...
Curated Video
Job-Ready SQL in an Afternoon - String Subsets and Concatenations
In this video, we will cover string subsets and concatenations.
<
br/>
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,...
<
br/>
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,...
Curated Video
Containerize Spring Boot CRUD App with Docker and Docker Compose - Setting Project in IntelliJ
In this video, you will learn how to set a project in IntelliJ.
<
br/>
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...
<
br/>
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Benefits of Amazon SQS
This video explains the benefits of Amazon SQS.
<
br/>
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...
<
br/>
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Amazon SQS Visibility Timeout
This video explains Amazon SQS visibility timeout.
<
br/>
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...
<
br/>
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...
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - Serverless Event Processor Architecture with S3 Events
This video explains serverless event processor architecture with S3 events.
<
br/>
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...
<
br/>
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - What is AWS Lambda?
This video explains what AWS Lambda is.
<
br/>
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â€...
<
br/>
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â€...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Regression Exercise Solution
In this video, we will cover regression exercise solution.
<
br/>
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...
<
br/>
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...
Curated Video
034 How Lateral Inhibition enhances Visual Edges
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.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Thread with Arguments
You will learn to call arguments using threads so we do not have to wait for the code to execute.
<
br/>
This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with...
<
br/>
This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with...
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Lambda Functions
You will learn about lambda functions or one-liner functions to minimize the amount of code writing.
<
br/>
This clip is from the chapter "Functions" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
<
br/>
This clip is from the chapter "Functions" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Amazon SQS Dead-Letter Queues
This video talks about Amazon SQS dead-letter queues.
<
br/>
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...
<
br/>
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...
Curated Video
Hands-on .NET Minimal API for Web Developers - Returning the Results Asynchronously
Here, after obtaining Results using the MapGet method synchronously, we will now look at getting the results asynchronously.
<
br/>
This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal...
<
br/>
This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - DO Iterative Loop and Variations (DO WHILE, DO Until)
You might be more familiar with the for loop, but the DO loop is the same concept.
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
<
br/>
This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - BY Statement (Sorting Variables, While Exploiting Your Index)
This video explains the BY statement where you will be sorting variables, while exploiting your index.
<
br/>
This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide -...
<
br/>
This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide -...
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
In this video, we will cover variable number of input arguments as dictionary.
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine...
<
br/>
This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Output Arguments and Return Statement
In this video, we will cover output arguments and return statement.
<
br/>
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...
<
br/>
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Image Processing: General Image Filtering
In this video, we will cover general image filtering.
<
br/>
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...
<
br/>
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Amazon Elastic MapReduce (EMR) Promises and Introduction to Hadoop
This video focuses on the features of EMR and provides an introduction to Hadoop.
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, we...
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, we...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - State of Learning Checkpoint
This video focuses on learning Checkpoint.
<
br/>
This clip is from the chapter "Preparing for the Exam" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will be provided with some tips to...
<
br/>
This clip is from the chapter "Preparing for the Exam" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you will be provided with some tips to...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Spark Integration with Kinesis and Redshift
This video explains how to integrate Apache Spark with Amazon Kinesis and Redshift.
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section,...
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section,...