Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS Console microservice-http-endpoint Lambda Blueprint - API Gw + Lambda + Dyna
This video is about AWS Console microservice-http-endpoint Lambda Blueprint—API Gw + Lambda + Dyna. This clip is from the chapter "Building RESTful Microservices with AWS Lambda, API Gateway, and DynamoDB" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS CDK Lifecycle
This video explains the AWS CDK lifecycle. This clip is from the chapter "AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit)" of the series "AWS Serverless Microservices with Patterns and Best Practices".This section...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS CDK (IaC) Versus AWS SDK (Microservices) - Code Structure of E-Commerce Serverless Microservices Project in CDK
This video explains the difference between AWS CDK (IaC) and AWS SDK (Microservices). This clip is from the chapter "Code Structure of E-Commerce Serverless Microservices Project in CDK" of the series "AWS Serverless Microservices with...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS API Gateway Trigger AWS Lambda with API Gateway Proxy Event (REST API)
This video talks about the AWS API Gateway trigger AWS Lambda with API Gateway proxy event (REST API). This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS CDK - Cloud Development Kit
This video explains AWS CDK—Cloud Development Kit. This clip is from the chapter "AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit)" of the series "AWS Serverless Microservices with Patterns and Best Practices".This...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Amazon SQS Visibility Timeout
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Amazon EventBridge Core Concepts - Events - Event Buses - Rules - Targets
This video explains the core concepts of Amazon EventBridge such as events, event buses, rules, and targets. This clip is from the chapter "AWS EventBridge for Decouple Microservices with Event-Driven Architecture" of the series "AWS...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - AWS Cloud Formation
This video demonstrates AWS cloud formation. This clip is from the chapter "AWS Serverless Deployments IaC with AWS CDK (Cloud Development Kit)" of the series "AWS Serverless Microservices with Patterns and Best Practices".This section...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Doing a Chi-Square (Independent Groups) Analysis
This video will help you understand how to perform a chi-square independent groups analysis using SAS. This clip is from the chapter "Statistical Analysis" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - WPS – How to Find, Install, Register for, Use, and Upload Datasets
This video talks in detail about WPS. You will know how to find, install, register for, use, and upload datasets using WPS. This clip is from the chapter "Introduction to the Course" of the series "Complete SAS Programming Guide - Learn...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Updating the Master Dataset with New Variables or Observations
This video helps in updating the master dataset with new variables or observations. This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - T-Test Independent Samples Overview (Example)
This is an overview (example) of t-test independent samples analysis. This clip is from the chapter "Statistical Analysis" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - ROC Curve
This video explains the ROC curve in detail. This clip is from the chapter "SAS Predictive Modeling, Evaluation Metrics" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Performing Multiple Regression
In this video, you will be performing multiple regression. This clip is from the chapter "Statistical Analysis – Part 2 (Linear and Multiple Regression)" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Oversampling and Adjusting for Oversampling
This video explains oversampling and adjusting for oversampling. This clip is from the chapter "SAS Predictive Modeling, Prepare the Input Variables" 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 - Merging Two Datasets
The author will show you how you can merge data from two different .txt files. It is super simple to do in SAS. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Manually Creating Data with R, Python, and SAS
The author manually creates data with R, Python, and SAS to give you an idea about similarities and differences between the three popular programming languages. This clip is from the chapter "SAS Syntax, Data Step Versus Proc Step, SAS...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Logistic Macro, Case Study – Part 2
This is the second of the two-part video that will talk in-depth about a Macro example based on logistic regression. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - LENGTH Statement
You want to make sure to allocate the proper number of bytes for your variables, and in this video, the author will show you how! This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Intuitive Understanding of Logistic Regression
This video explains intuitive understanding of logistic regression. This clip is from the chapter "Introduction to SAS Predictive Modeling Using Logistic Regression" of the series "Complete SAS Programming Guide - Learn SAS and Become a...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Inserting Rows with a Query and Set Statement
This video explains inserting rows with a query and set statement. This clip is from the chapter "Working with Tables Using SAS SQL" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Input and Put Functions
If you want to convert your character variable to a numeric one (so you can do an analysis on that variable), you have to use the INPUT function. If you want to change a numeric variable to a character one, you have to use the PUT...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Update a Table Under Certain Conditions with SAS SQL
This video explains how to update a table under certain conditions with SAS SQL. This clip is from the chapter "Practical Application of SAS SQL" 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 - How to Perform an Inner Join
This video helps you understand how to perform an inner join. This clip is from the chapter "SAS SQL and Joining" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on SAS SQL and...