Hi, what do you want to do?
Healthcare Triage
Painful Truths the U.S. Can Learn from Global Healthcare
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...
Curated Video
PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 2
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...
<
br/>
This clip is from the chapter "Administering...
Curated Video
PowerShell for Automating Administration - Automation of Planned Service Restarts – Version 1
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...
<
br/>
This clip is from the chapter "Administering Planned...
Curated Video
PowerShell for Automating Administration - Manage Windows Services Using PowerShell - 1
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...
<
br/>
This clip is from the chapter "Administering Planned Service Restarts" of the series "PowerShell for...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Set Up Kafka Broker and Zookeeper Using Docker Compose
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...
<
br/>
This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of Chatbots for Deep Learning: Benefits of Deep Learning Chatbots
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Revolution with ML
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...
<
br/>
This...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbots with Amazon Lex
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/>...
<
br/>...
Curated Video
CISSP Crash Course - Secure Communication
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...
<
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Why Organizations Choose Vault
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...
<
br/>
This clip is from the chapter "Introduction to Vault" of the series "HashiCorp Certified - Vault...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Services of AWS
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Overview of AWS
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Module Overview
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Demo: Clean Architecture Code Review - E-Commerce App
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Highly Coupling Dependent Layers
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design principles - SOLID
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Monolithic Architecture
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Microservices Architecture with Fan-Out Publish/Subscribe Messaging
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Asynchronous Message-Based Communication
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...
<
br/>
This clip is from the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Service Aggregator Pattern - Microservices Communications Design patterns
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Service-to-Service Communications Chain Queries
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Main Features of API Gateway Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Gateway Aggregation Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Gateway Routing pattern
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,...