Curated Video
Design Microservices Architecture with Patterns and Principles - Event Sourcing Pattern
This video focuses on the synchronization aspect of CQRS and explains various approaches and strategies to ensure consistency between the read and write databases in a CQRS-based system, including using event sourcing, eventual...
Curated Video
Design Microservices Architecture with Patterns and Principles - CQRS - Command Query Responsibility Segregation Pattern
This video introduces the CQRS pattern, which separates the commands (write operations) and queries (read operations) into separate components, optimized data storage and retrieval strategies, enabling scalability and flexibility in...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries with Sync Response, Decouple Way, and Low Latency
This video delves deeper into the issues associated with cross-service queries, highlighting the limitations of synchronous responses and the need for decoupling services to enable independent scaling and low latency in query operations....
Curated Video
Design Microservices Architecture with Patterns and Principles - How to Choose a Database for Microservices
The video guides viewers on how to choose a suitable database for microservices architecture and the factors such as data model, scalability, performance, consistency requirements, and operational considerations. This clip is from the...
Curated Video
Design Microservices Architecture with Patterns and Principles - NoSQL Databases Types - Document, Key-Value, Graph-Based, Column-Based Databases
This video explores different types of NoSQL databases, including document databases, key-value stores, graph databases, and columnar databases, their characteristics, data models, and typical use cases, providing insights into when to...
Curated Video
Design Microservices Architecture with Patterns and Principles - Relational and NoSQL Databases - Document, Key-Value, Graph-Based, Column-Based
The video explores different types of databases commonly used in microservices architecture, including relational databases and NoSQL databases such as document databases, key-value stores, graph databases, and columnar databases and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Patterns - The Database-Per-Service Pattern
The video focuses on the database-per-service pattern, which involves each microservice having its dedicated database. It explains the benefits of this pattern, such as loose coupling, independent development and deployment, and data...
Curated Video
Design Microservices Architecture with Patterns and Principles - Polyglot Persistence Principle in Microservices
The video explains the concept of polyglot persistence in microservices, which advocates using different databases for different microservices based on their specific needs and explores the benefits of polyglot persistence. This clip is...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Data Management
This video introduces microservices data management. It covers the importance of data management in microservices architecture and highlights the challenges and considerations involved in managing data across multiple services. This clip...
Curated Video
Design Microservices Architecture with Patterns and Principles - Stateless and Stateful Application Horizontal Scaling
This video discusses the differences between stateless and stateful applications and explores the challenges and considerations involved in horizontally scaling both types of applications, the approaches and techniques for scaling...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Databases Create Bottlenecks When Scaling
This video highlights the challenges posed by databases in scaling microservices architectures. It addresses the issues related to database performance and scalability and discusses potential solutions to mitigate bottlenecks. This clip...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt the Architecture - Microservices Architecture - First Iteration
In this video, we will explore adapting the initial microservices architecture design. You will learn to refine service boundaries, optimize inter-service communication, handle data consistency, and consider scalability and fault...
Curated Video
Basic SQL Queries: SELECT and FROM
Begin your journey into data retrieval with simple yet powerful SELECT and FROM clauses. Learn how to construct queries to effectively extract data from your database, a foundational skill in SQL querying.
Curated Video
Inserting and Managing Data
Master the skills of inserting, updating, and deleting data in MySQL. Gain hands-on experience in data manipulation and management, essential for maintaining and updating database content effectively.
Curated Video
Setting Up a MySQL Environment
Step into the practical world of SQL by setting up your MySQL environment. This SkillSprint guides you through installing MySQL, understanding its interface, and mastering basic commands for database interaction.
Curated Video
Introduction to Databases and SQL
Dive into the essentials of databases and SQL. Learn the basic concepts and roles of databases in managing data, and get your first introduction to SQL and its significance in the tech world, specifically focusing on MySQL.
Curated Video
Cutting-Edge Technology in Law Enforcement and Personal Security
The video highlights the use of advanced technology by UK police to detect uninsured and unlicensed drivers, leading to the discovery of additional criminal offenses. It also discusses Jaguar's release of a fully armored car with...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - CAP Theorem for NoSQL Databases
Here, you will learn how the CAP theorem maintains that a distributed system can deliver only desired characteristics: consistency, availability, and partition tolerance.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Databases
This is a brief introductory video about what you will learn in this course, including databases.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Testing MariaDB Connection from PHP (Part 1)
This video shows how to use PHP MySQLi to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Characteristics of SQL Versus NoSQL DBMSes
In this video, SQL and NoSQL differ in whether they are relational (SQL) or non-relational (NoSQL), whether their schemas are predefined or dynamic, how they scale, the type of data they include, and so on.
Curated Video
EXCEL DATA: Connecting to databases
Learn to connect to databases, opening doors to a world of live data interaction.
Curated Video
Real-World DevOps Project From Start to Finish - Installing and Configuring MariaDB, Ansible Vault
In this video, you will learn how to install and set up MariaDB on your server. You will explore the configuration options, including securing the database with user authentication and access control. Additionally, you will discover how...
Curated Video
Learn ASP.NET MVC and Entity Framework (Database First) - Setting up a Database
This video demonstrates how to setup a database. This clip is from the chapter "Setup ASP.NET Model View Controller (MVC) Application" of the series "Learn ASP.NET MVC and Entity Framework (Database First)".In this section, you will...