Instructional Video9:42
Healthcare Triage

Painful Truths the U.S. Can Learn from Global Healthcare

Higher Ed
The American healthcare debate is often a pendulum swinging between two extremes: maintaining the status quo and adopting a single-payer system. But what if we're asking the wrong questions? What if the answers lie not in the extremes...
Instructional Video5:45
Curated Video

PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 2

Higher Ed
This is the second of the two-part video where you will work on a PowerShell script for a centralized solution to deal with restarting different services on different servers.
<
br/>
This clip is from the chapter "Administering...
Instructional Video10:51
Curated Video

PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 1

Higher Ed
This is the first of the two-part video where you will work on a PowerShell script for a centralized solution to deal with restarting fixed services on multiple servers.
<
br/>
This clip is from the chapter "Administering Planned...
Instructional Video13:07
Curated Video

PowerShell for Automating Administration - Manage Windows Services Using PowerShell - 1

Higher Ed
This is the first of the two-part video where you will learn the commandlet Get-Service that helps fetch the services.
<
br/>
This clip is from the chapter "Administering Planned Service Restarts" of the series "PowerShell for...
Instructional Video5:43
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Set Up Kafka Broker and Zookeeper Using Docker Compose

Higher Ed
In this video, you will learn to set up Kafka Broker and Zookeeper using Docker Compose.
<
br/>
This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using...
Instructional Video4:34
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of Chatbots for Deep Learning: Benefits of Deep Learning Chatbots

Higher Ed
In this video, we will look at what deep-learning chatbots are and how they work. We will also understand the benefits of deep learning chatbots, including improved customer experience, service integration, customer care, personalized...
Instructional Video3:51
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Revolution with ML

Higher Ed
In this video, we will look at the various technologies in which machine learning has revolutionized, including customer services, eCommerce, healthcare, travel and tourism, banking and finance, and general services.
<
br/>
This...
Instructional Video1:53
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbots with Amazon Lex

Higher Ed
In this lecture, we will look at an outline of Amazon Web Services, including the features of Amazon Lex, chatbot development with Lex, connecting Amazon Lex with Lambda, integrating Twilio with Lex, response cards, and so on.
<
br/>...
Instructional Video13:06
Curated Video

CISSP Crash Course - Secure Communication

Higher Ed
This video explains how to implement secure communication.
<
br/>
This clip is from the chapter "Communication and Network Security" of the series "CISSP Crash Course".This section covers domain 4, which focuses on communication and...
Instructional Video2:56
Curated Video

HashiCorp Certified - Vault Associate Course - Why Organizations Choose Vault

Higher Ed
This video explains why organizations choose HashiCorp Vault as their go-to solution for managing secrets and sensitive data.
<
br/>
This clip is from the chapter "Introduction to Vault" of the series "HashiCorp Certified - Vault...
Instructional Video7:36
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Services of AWS

Higher Ed
This video outlines the various services provided by AWS, including more than 200 services, AWS Compute, AWS Storage, AWS Database, AWS Migration, API Gateway, Cloud management services, WAF and shield, elastic transcoder, and...
Instructional Video5:15
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Overview of AWS

Higher Ed
In this lecture, we will look at Amazon Web Services, which is the most comprehensive and widely adopted web service. We will also discuss its functionality, Amazon Community, security, innovation pace, operational expertise, and so...
Instructional Video4:04
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Module Overview

Higher Ed
In this video, we will discuss the concepts covered in this module, including Amazon Web Services, the web services that Amazon provides, how we can use these services, and the benefits of AWS, apart from the salient features of...
Instructional Video10:33
Curated Video

Design Microservices Architecture with Patterns and Principles - Demo: Clean Architecture Code Review - E-Commerce App

Higher Ed
In this video, we will conduct a code review of a demo e-commerce application implemented using Clean Architecture. We will examine the codebase, identify any violations of Clean Architecture principles, and suggest improvements to...
Instructional Video1:53
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Highly Coupling Dependent Layers

Higher Ed
In this video, we will address the problem of highly coupling dependent layers in the layered architecture. We will explore the challenges and consequences of tight coupling between layers and discuss strategies for reducing coupling...
Instructional Video4:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Design principles - SOLID

Higher Ed
This video introduces the SOLID principles, a set of design principles that guide the development of robust and maintainable software systems. We will explore each principle—Single Responsibility, Open-d, Liskov Substitution, Interface...
Instructional Video3:40
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Monolithic Architecture

Higher Ed
In this video, we will gain a comprehensive introduction to monolithic architecture, understanding its fundamental principles and its role in software development. We will explore the characteristics and components of monolithic...
Instructional Video2:32
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with Fan-Out Publish/Subscribe Messaging

Higher Ed
This video showcases the design considerations and implementation of a microservices architecture using the fan-out publish/subscribe messaging pattern and explores how this pattern can enhance the scalability and flexibility of...
Instructional Video2:17
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Asynchronous Message-Based Communication

Higher Ed
This video provides an overview of asynchronous message-based communication in microservices architecture and explains the concept and its significance in enabling loosely coupled and scalable systems.
<
br/>
This clip is from the...
Instructional Video1:50
Curated Video

Design Microservices Architecture with Patterns and Principles - Service Aggregator Pattern - Microservices Communications Design patterns

Higher Ed
The Service Aggregator pattern is introduced as a solution to the challenges of service-to-service communication. This pattern involves creating an intermediate service that acts as a single entry point for clients and aggregates data...
Instructional Video2:07
Curated Video

Design Microservices Architecture with Patterns and Principles - Service-to-Service Communications Chain Queries

Higher Ed
The concept of chain queries in service-to-service communication is discussed in this video and explains how chain queries involve making sequential requests to multiple microservices to fulfill a client's request and highlights the...
Instructional Video2:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Main Features of API Gateway Pattern

Higher Ed
In this video, the main features of the API gateway pattern are discussed in detail and highlights features such as request routing, load balancing, authentication and authorization, request/response transformations, protocol...
Instructional Video3:09
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Aggregation Pattern

Higher Ed
This video explores the gateway aggregation pattern, which allows the API gateway to aggregate data from multiple microservices and present it as a single unified response to clients and discusses the benefits of this pattern, such as...
Instructional Video2:45
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Routing pattern

Higher Ed
The gateway routing pattern is explained in detail in this video. It describes how the API gateway acts as a routing layer that directs client requests to the appropriate microservice based on various criteria such as URL paths,...