Instructional Video11:24
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Creating Custom EventBus Construct for AWS EventBridge with AWS CDK

Higher Ed
This video explains creating custom EventBus construct for AWS EventBridge with AWS CDK.
<
br/>
This clip is from the chapter "Creating AWS EventBridge EventBus Infrastructure with AWS CDK – Checkout Basket" of the series "AWS...
Instructional Video3:23
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Using Custom Queue Construct in Main Stack with AWS CDK

Higher Ed
This video helps in using custom queue construct in the main stack with AWS CDK.
<
br/>
This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series "AWS Serverless...
Instructional Video3:29
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Using Custom EventBus Construct in Main Stack with AWS CDK

Higher Ed
This video explains using custom EventBus construct in the main stack with AWS CDK.
<
br/>
This clip is from the chapter "Creating AWS EventBridge EventBus Infrastructure with AWS CDK – Checkout Basket" of the series "AWS Serverless...
Instructional Video12:35
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - How to Know AWS CDK Construct Classes and Write Better IaC with AWS CDK

Higher Ed
This video explains how to know AWS CDK construct classes and write better IaC with AWS CDK.
<
br/>
This clip is from the chapter "Creating Product Microservices Serverless CRUD REST API Infrastructure with CDK" of the series "AWS...
Instructional Video4:20
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Cross Entropy Implementation

Higher Ed
In this video, you will learn how to implement cross entropy in our code.
<
br/>
This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section,...
Instructional Video6:00
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Coding Perceptron Algo (Data Reading and Visualization)

Higher Ed
In this video, we will work on the perceptron algorithm and learn how to code for data reading and visualization.
<
br/>
This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for...
Instructional Video4:34
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - SQS: Fully Managed Message Queues for Microservices

Higher Ed
This video explains SQS: fully managed message queues for microservices.
<
br/>
This clip is from the chapter "Customize AWS Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you...
Instructional Video2:58
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - What If Your Data Is Separated by a Dot or Something Else? (Delimiters)

Higher Ed
What if your data file is not separated by a blank space? What if it is separated by a dot (.) or |? The author will explain SAS default delimiters and how to deal with such a problem.
<
br/>
This clip is from the chapter "Working...
Instructional Video3:36
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Importing SPSS File with SAS Language

Higher Ed
This video is about importing an SPSS file. You will learn and enjoy a lot in this video.
<
br/>
This clip is from the chapter "Back to Importing" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Instructional Video9:01
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Import .XLSX

Higher Ed
This video demonstrates the importing of .XLSX files. Here, the author will give you a proc import SAS example. So far, you have seen how to use the data step to import datasets. In this video, you will utilize proc import to import a...
Instructional Video2:03
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Import .txt

Higher Ed
In this video, you will learn how to import a .txt file to SAS.
<
br/>
This clip is from the chapter "Importing" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on importing...
Instructional Video6:05
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Audit

Higher Ed
This video helps you with the data audit.
<
br/>
This clip is from the chapter "SAS Model – Predictive Modeling, Understanding the Problem and the Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Instructional Video5:00
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Brainstorming for Logistic Macro Case Study

Higher Ed
This video helps you with brainstorming for logistic macro case study.
<
br/>
This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...
Instructional Video26:20
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Create and Export Your Own Modules in Node.js

Higher Ed
This video helps create and export your own modules in Node.js.
<
br/>
This clip is from the chapter "Node.js + NPM (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on...
Instructional Video12:41
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Adding Loading Spinner to React App

Higher Ed
This video helps in adding loading spinner to the React app.
<
br/>
This clip is from the chapter "React.js (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on...
Instructional Video12:57
Curated Video

Python - Object-Oriented Programming - Class Inheritance

Higher Ed
In this video, you will learn about inheritance in OOP, and we will look at how an object behaves after inheriting the attributes of another object and why this is useful.
<
br/>
This clip is from the chapter "Inheritance and...
Instructional Video5:28
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Modules in Python

Higher Ed
In this video, we will cover modules in Python.
<
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 and Projects) A to...
Instructional Video15:43
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Function and Module in Python: Making Modules in Python

Higher Ed
In this video, we will cover making modules in Python.
<
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 and Projects)...
Instructional Video10:01
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Feature Engineering: Text Features

Higher Ed
In this video, we will cover text features.
<
br/>
This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and Projects)...
Instructional Video7:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: Perceptron Implementation

Higher Ed
In this video, we will cover Perceptron implementation.
<
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 Z".In...
Instructional Video15:19
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Implementation in PyTorch

Higher Ed
In this video, we will cover DNN implementation in PyTorch.
<
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...
Instructional Video7:08
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: Implementing Convolution in Python Revisited

Higher Ed
In this video, we will cover implementing convolution in Python revisited.
<
br/>
This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video4:16
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Bokeh for Interactive Plotting: Introduction to Bokeh

Higher Ed
In this video, we will cover an introduction to Bokeh.
<
br/>
This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory...
Instructional Video6:46
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Scikit-Learn for Machine Learning: Scikit-Learn for Linear Regression

Higher Ed
In this video, we will cover Scikit-Learn for linear regression.
<
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 and...