Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Authentication
AWS provides two primary authentication methods (though more can be implemented) and these are covered in this video. Additionally, you will learn the basics of authentication.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Identity and Access Management (IAM) Overview
How do you control who or what has access to your AWS account and the services running in it? The answer is Identity and Access Management (IAM) and this video introduces the fundamental concepts of IAM.
Curated Video
CISSP Crash Course - Investigation Requirements
This video explains investigation requirements and the types of investigations. This clip is from the chapter "Security and Risk Management" of the series "CISSP Crash Course".This section explains domain 1, which focuses on security and...
Curated Video
CISSP Crash Course - Understand and Comply with Investigations
This video explains evidence collection, forensics, and handling investigations. This clip is from the chapter "Security Operations" of the series "CISSP Crash Course".This section covers domain 7, which focuses on security operations.
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Managing Local and Common Users (Part 1 of 2)
In this practice video, we will deepen our understanding of managing local and common users in CDB and PDBs. You will perform tasks such as managing common users, local users, and common and local roles. This clip is from the chapter...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - Scalability - E-Commerce App
In this video, we will explore the process of designing scalable architecture for an e-commerce application. Learn about the key considerations and design patterns involved in achieving scalability, including load balancing and caching....
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - Clean Architecture - E-Commerce App
In this video, we will apply Clean Architecture principles to design the architecture of an e-commerce application. We will define the layers and their interactions, ensuring a clean separation of concerns and adherence to the Dependency...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design the Architecture - E-Commerce App - Layered Architecture
In this video, we will apply the layered architecture pattern to design an e-commerce application. We will define the layers and their responsibilities, ensuring a clear separation of concerns and a modular structure that facilitates...
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
In this video, we will understand the course objectives and the instructor. We understand the importance of software architecture and how this course can enhance your skills and knowledge in this field. It sets the foundation for what to...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Evaluate Microservices Architecture with WebSocket API Design
In this video, you will learn to design and evaluate microservices architecture using WebSocket API design principles. We will understand the message format, connection management, and security considerations when implementing WebSocket...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Principles of Monolithic Architecture -- KISS, YAGNI, DRY
In this video, dive into essential design principles for monolithic architecture, including KISS (Keep It Simple, Stupid), YAGNI (You Ain't Gonna Need It), and DRY (Don't Repeat Yourself). We will understand how these principles guide...
Curated Video
Design Microservices Architecture with Patterns and Principles - How to Follow the Course and Course Slides
In this video, we will receive guidance on navigating and making the most of the course content. This video provides instructions on accessing and utilizing course slides, ensuring we can effectively follow along and reinforce our...
Curated Video
Design Microservices Architecture with Patterns and Principles - Way of Learning - The Course Flow
In this video, discover the learning approach and course structure. This video outlines the course flow, highlighting the sequence of topics and the logical progression of concepts. It prepares us for an effective learning experience....
Curated Video
Design Microservices Architecture with Patterns and Principles - Implementation of Microservices Architecture
This video focuses on the overall implementation of a microservices architecture for the e-commerce application. It provides an overview of the different components and services involved and explains how they interact with each other to...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design: Microservices Deployments with Containers and Orchestrators
This video focuses on the design aspects of microservices deployments using containers and orchestrators and discusses considerations for containerizing microservices, designing container images, and defining deployment configurations...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Microservices Distributed Caching with Cache-Aside Pattern
This video focuses on the design aspects of implementing distributed caching with the cache-aside pattern. It discusses considerations such as cache eviction policies, cache consistency, and cache sizing. This clip is from the chapter...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Event-Driven Microservices Architecture
This video delves into the design considerations and principles for building event-driven microservices architectures and explores topics such as event schema design, event sourcing, event-driven communication patterns, and event-driven...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design: Microservices Architecture with SAGA, Outbox Pattern, and CDC
This video explores the design considerations and principles for building a robust microservices architecture using the SAGA pattern, Transactional Outbox pattern, and Change Data Capture (CDC). This clip is from the chapter...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Transactional Boundaries
This video discusses various strategies for defining transactional boundaries between microservices, such as using event-driven architectures, compensating transactions, or adopting a saga pattern to ensure data consistency and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Distributed Transactions
This video explains the challenges and complexities of managing transactions in a distributed microservices environment, including the need for coordination and consistency across multiple services. This clip is from the chapter...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Database Management Patterns and Principles
This video introduces various database management patterns and principles for microservices and concepts such as database per service, shared database, event sourcing, and CQRS (Command Query Responsibility Segregation), highlighting...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Scale the Microservices Architecture Design
This video provides an overview of the importance of scaling in microservices architectures and introduces the key concepts and strategies involved in scaling. This clip is from the chapter "Scale the Microservices Architecture Design"...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Adapt Microservices Architecture with Decomposition Patterns
In this video, we will investigate the design and adaptation of a microservices architecture using decomposition patterns. You will learn to map the identified microservices to their respective bounded contexts, define their interfaces,...