Instructional Video2:11
Curated Video

Design Microservices Architecture with Patterns and Principles - Event Sourcing Pattern

Higher Ed
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...
Instructional Video5:16
Curated Video

Design Microservices Architecture with Patterns and Principles - CQRS - Command Query Responsibility Segregation Pattern

Higher Ed
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...
Instructional Video3:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries with Sync Response, Decouple Way, and Low Latency

Higher Ed
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....
Instructional Video6:44
Curated Video

Design Microservices Architecture with Patterns and Principles - How to Choose a Database for Microservices

Higher Ed
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...
Instructional Video3:20
Curated Video

Design Microservices Architecture with Patterns and Principles - NoSQL Databases Types - Document, Key-Value, Graph-Based, Column-Based Databases

Higher Ed
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...
Instructional Video3:30
Curated Video

Design Microservices Architecture with Patterns and Principles - Relational and NoSQL Databases - Document, Key-Value, Graph-Based, Column-Based

Higher Ed
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...
Instructional Video3:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Patterns - The Database-Per-Service Pattern

Higher Ed
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...
Instructional Video3:29
Curated Video

Design Microservices Architecture with Patterns and Principles - Polyglot Persistence Principle in Microservices

Higher Ed
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...
Instructional Video4:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Data Management

Higher Ed
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...
Instructional Video4:23
Curated Video

Design Microservices Architecture with Patterns and Principles - Stateless and Stateful Application Horizontal Scaling

Higher Ed
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...
Instructional Video3:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Databases Create Bottlenecks When Scaling

Higher Ed
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...
Instructional Video2:22
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt the Architecture - Microservices Architecture - First Iteration

Higher Ed
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...
Instructional Video12:41
Curated Video

Basic SQL Queries: SELECT and FROM

Pre-K - Higher Ed
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.
Instructional Video12:42
Curated Video

Inserting and Managing Data

Pre-K - Higher Ed
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.
Instructional Video9:30
Curated Video

Setting Up a MySQL Environment

Pre-K - Higher Ed
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.
Instructional Video10:37
Curated Video

Introduction to Databases and SQL

Pre-K - Higher Ed
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.
Instructional Video2:14
Curated Video

Cutting-Edge Technology in Law Enforcement and Personal Security

Pre-K - Higher Ed
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...
Instructional Video3:52
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - CAP Theorem for NoSQL Databases

Higher Ed
Here, you will learn how the CAP theorem maintains that a distributed system can deliver only desired characteristics: consistency, availability, and partition tolerance.
Instructional Video4:08
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Databases

Higher Ed
This is a brief introductory video about what you will learn in this course, including databases.
Instructional Video12:14
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Testing MariaDB Connection from PHP (Part 1)

Higher Ed
This video shows how to use PHP MySQLi to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Instructional Video16:07
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Characteristics of SQL Versus NoSQL DBMSes

Higher Ed
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.
Instructional Video5:14
Curated Video

EXCEL DATA: Connecting to databases

Pre-K - Higher Ed
Learn to connect to databases, opening doors to a world of live data interaction.
Instructional Video15:25
Curated Video

Real-World DevOps Project From Start to Finish - Installing and Configuring MariaDB, Ansible Vault

Higher Ed
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...
Instructional Video6:07
Curated Video

Learn ASP.NET MVC and Entity Framework (Database First) - Setting up a Database

Higher Ed
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...