Instructional Video4:47
Curated Video

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

Higher Ed
In this video, you will learn to design a microservices architecture by breaking down an application into individual services. We will understand the principles of service identification, defining service boundaries, and establishing...
Instructional Video3:05
Curated Video

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

Higher Ed
In this video, we will explore the database-per-service pattern in microservices architecture, where each service has its own dedicated database. We will understand the advantages of polyglot persistence and the challenges of maintaining...
Instructional Video4:40
Curated Video

Design Microservices Architecture with Patterns and Principles - Monolithic Versus Microservices Architecture Comparison

Higher Ed
In this video, we will compare monolithic and microservices architectures and understand the differences between the two approaches. You will learn about the trade-offs in terms of development speed, scalability, maintenance, deployment...
Instructional Video5:44
Curated Video

Design Microservices Architecture with Patterns and Principles - Benefits of Microservices Architecture

Higher Ed
In this video, we will explore the benefits and advantages of adopting microservices architecture. You will learn how microservices enable better scalability, faster development cycles, independent deployment and scaling of services,...
Instructional Video4:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Characteristics

Higher Ed
In this video, you will learn about the essential characteristics of microservices, including bounded context, single responsibility, scalability, resilience, and replaceability. We will understand how these characteristics contribute to...
Instructional Video3:32
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Modular Monolithic Architecture with SPA

Higher Ed
In this video, we will evaluate the benefits and drawbacks of incorporating a separated UI using a SPA approach in a modular monolithic architecture. We will understand the impact on performance, development agility, and scalability, and...
Instructional Video3:25
Curated Video

Design Microservices Architecture with Patterns and Principles - Design the Architecture - Modular Monolithic Architecture with SPA - Separated UI

Higher Ed
In this video, you will learn to design a modular monolithic architecture with a separated UI using a SPA approach. We will explore the architectural considerations, design patterns, and best practices for building a scalable and...
Instructional Video12:48
Curated Video

Indexes and Optimization

Pre-K - Higher Ed
Discover the significance of indexes in database performance and optimization. Learn how to create and use indexes to enhance the efficiency of your SQL queries, a key skill in database management.
Instructional Video10:03
Curated Video

Filtering data with WHERE and Operators

Pre-K - Higher Ed
Explore the power of the WHERE clause and operators to filter and refine your SQL queries. This SkillSprint focuses on creating precise data queries, using various conditions to extract exactly what you need.
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 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 Video6:16
Curated Video

Revolutionizing Food Technology: From Interactive Dining to Smart Microwaves

Pre-K - Higher Ed
This video explores the intersection of technology and food, showcasing innovative concepts such as interactive dining experiences, customer-activated ordering systems, and a smart microwave that uses barcodes for precise cooking. From...
Instructional Video3:37
Curated Video

Staying Safe on the Road: Hitchhiking Tips and Tech Gadgets for Adventure Travelers

Pre-K - Higher Ed
The video discusses the concept of poison hotspots, which are Wi-Fi access points set up for the purpose of identity theft. Unlike regular unsecured hotspots, poison hotspots are created by organized thieves to extract personal details...
Instructional Video5:45
Curated Video

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

Higher Ed
This is a continuation of how to use PHP MySQLi to connect to and communicate with a MariaDB database featuring a demo app and code samples.
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 Video8:02
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - SQL Versus NoSQL Databases

Higher Ed
This video demonstrates the fundamental differences between SQL and NoSQL databases.
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 Video9:03
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fetch API - Get Product By ID

Higher Ed
This lesson will teach us how to fetch and get product information by ID. This code uses the fetch() function to call the Web API Product controller class.
Instructional Video4:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Fixing the Key Warning

Higher Ed
Let's learn more about the "Each child in a list should have a unique key prop" warning, which happens in React when you create a list of elements without the unique key attribute.
Instructional Video4:08
Curated Video

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

Higher Ed
This video will introduce the JSON server and its components and concepts. We will understand the need to use the JSON server in our project and how it functions.
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 Video13:32
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Infrastructure as Code: Make Your Strapi Deployment Reusable (Optional)

Higher Ed
In this optional video, we will cover the infrastructure as code and learn how to make our Strapi deployment reusable. This clip is from the chapter "Deploy Strapi in Production" of the series "The Complete Strapiâ„¢ Course with Plugins...