Communication Coach Alex Lyon
How to Organize Main Points of a Presentation
Learning how to organize main points of a presentation or speech is more art than science. There's no one right way to organize the body of a presentation. You have lots of options. This video pays special attention to the topical...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Topological Sort In A Graph
This video will make things easy to follow. Topological sort is widely used in real world problems. This clip is from the chapter "Graph Algorithms" of the series "From 0 to 1: Data Structures & Algorithms in Java".Topological sort is an...
Curated Video
British Bitesize Lesson #24: ROCK
My gift to you this Christmas is 25 British Bitesize Lessons. Lesson #24 is about the word ROCK.
All Ears English
How to Avoid Sounding Boring When You RSVP to an Event - All Ears English Podcast 1762
Did you know that there is one handy little verb that you can use to accept an invitation, change an order, and so much more. Listen today to learn what it is with Lindsay and Michelle
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Code Structure for Our Application Architecture with CDK
This video explains the code structure for our application architecture with CDK. 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 - Amazon SQS Queue Types - Standard Queues and FIFO Queues
This video explains the Amazon SQS queue types—standard queues and FIFO 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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - What Is Amazon SQS?
This video covers 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 SQS for...
Curated Video
Job-Ready SQL in an Afternoon - Enumerated Types
In this video, you will learn about Enumerated types. This clip is from the chapter "Databases, Tables, and Basic Queries" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover databases, tables, and basic queries.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Introduction to the Section - Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK
This video provides an introduction to the section. This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the series "AWS Serverless Microservices with Patterns and Best...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing Ordering Lambda Microservice with DynamoDB Client - AWS SDK for JS v3
This video helps in developing ordering Lambda microservice with DynamoDB Client—AWS SDK for JS version 3. This clip is from the chapter "Develop Ordering Microservice Consume Checkout Event from AWS EventBridge with SDK" of the series...
Curated Video
AWS Certified Data Analytics Specialty 2021 - Hands-On! - Kinesis Data Streams Versus Amazon Simple Queue Service (Amazon SQS)
This video illustrates the difference between Amazon Kinesis data streams and Amazon SQS. This clip is from the chapter "Domain 1: Collection" of the series "AWS Certified Data Analytics Specialty 2021 "Hands-On!".In this section, you...
Curated Video
Job-Ready SQL in an Afternoon - Grouping and Filtering Aggregations
In this video, you will learn how to group and filter aggregations. 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...
Curated Video
Job-Ready SQL in an Afternoon - Window Functions and Aliases
In this video, we will cover Window functions and aliases. This clip is from the chapter "Window Functions" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover Window functions.
Curated Video
Job-Ready SQL in an Afternoon - Row Numbers and Ranks
In this video, we will cover row numbers and ranks. This clip is from the chapter "Window Functions" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover Window functions.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Developing getAllOrders Methods for Ordering Lambda Microservice with DynamoDB
This video explains developing getAllOrders methods for ordering Lambda microservice with DynamoDB. This clip is from the chapter "Developing Ordering Microservice Sync Invocation from API Gateway with AWS SDK" of the series "AWS...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Deploying and Testing Serverless Ordering Microservices with AWS EventBridge Custom
This video explains deploying and testing serverless ordering microservices with AWS EventBridge Custom. This clip is from the chapter "Creating Ordering Microservices Infrastructure with AWS CDK" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Creating Custom EventBus Construct for AWS EventBridge with AWS CDK
This video explains creating custom EventBus construct for AWS EventBridge with AWS CDK. This clip is from the chapter "Creating AWS EventBridge EventBus Infrastructure with AWS CDK – Checkout Basket" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Analyzing Checkout Basket Function in Basket Microservices
This video demonstrates analyzing checkout basket function in basket microservices. This clip is from the chapter "Develop Checkout Basket for Send Event to AWS EventBridge from Basket with SDK" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Analyzing AWS SQS and Polling Checkout Basket Event with Event Source Mappings
This video helps in analyzing AWS SQS and polling checkout basket event with event source mappings. This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series "AWS...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Start Developing Ordering Lambda Microservice - Install npm Package -@aws-sdk
This video helps with developing ordering Lambda microservice, installing npm package, and @aws-sdk. This clip is from the chapter "Develop Ordering Microservice Consume Checkout Event from AWS EventBridge with SDK" of the series "AWS...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Set Ordering Microservices APIs in Postman Collection and Testing Ordering MS
This video shows how to set ordering microservices APIs in Postman Collection and testing ordering Ms. This clip is from the chapter "Creating Ordering Microservices Infrastructure with AWS CDK" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Introduction to the Section - AWS SQS for Event-Driven Architecture with Queues
This video provides an introduction to the section. 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
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. 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 - Data Structure (List, Tuple, Set, Dictionary): Introduction to Data Structure
In this video, we will cover introduction to data structure. 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...