Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - DevOps and CI/CD Pipelines for Microservices Deployments

Higher Ed
This video focuses on DevOps practices and CI/CD (Continuous Integration and Continuous Deployment) pipelines for microservices deployments and explains the importance of DevOps culture and automation in enabling fast and reliable...
Instructional Video3:21
Curated Video

Design Microservices Architecture with Patterns and Principles - Cache-Aside Pattern for Microservices

Higher Ed
This video introduces the cache-aside pattern, which is a common pattern used in microservices architectures for distributed caching. It explains how the cache-aside pattern works and how it can improve system performance by caching data...
Instructional Video5:45
Curated Video

Design Microservices Architecture with Patterns and Principles - CDC - Change Data Capture with Outbox Pattern

Higher Ed
This video explores the combination of CDC with the Outbox pattern to achieve a reliable and scalable approach for capturing and processing database changes within a microservices architecture and how CDC can be used to extract and...
Instructional Video1:38
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is CDC - Change Data Capture?

Higher Ed
This video introduces the concept of Change Data Capture (CDC) as a technique for capturing and propagating changes made to a database and explains how CDC allows applications to monitor and react to database changes in real-time,...
Instructional Video2:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Design Instagram Database Architecture

Higher Ed
This video dives into the database architecture of Instagram and explores how Instagram manages its data, including user profiles, photos, and social interactions. The video discusses various database technologies and approaches used by...
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 Video6:25
Curated Video

Design Microservices Architecture with Patterns and Principles - RESTful API Design for E-Commerce Microservices

Higher Ed
In this video, we will apply the principles of RESTful API design to the context of e-commerce microservices. You will learn how to design APIs that cater to the specific needs and functionalities of an e-commerce system. This clip is...
Instructional Video4:53
Curated Video

Design Microservices Architecture with Patterns and Principles - RESTful API Design for Microservices

Higher Ed
In this video, we will delve into the specifics of designing RESTful APIs for individual microservices. We will understand the key principles and patterns for creating well-designed and cohesive APIs. This clip is from the chapter...
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 Video3:24
Curated Video

Design Microservices Architecture with Patterns and Principles - Headless Architecture and Separated Presentation with SPA

Higher Ed
In this video, we will discover the concept of headless architecture and how it can be applied to separate the presentation layer from the backend in a modular monolithic architecture. You will learn about using a Single-Page Application...
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 Video2:40
Curated Video

Exploring the Impact of Technology on Education and Physical Activity

Pre-K - Higher Ed
This video discusses the impact of Moore's Law on the tech industry, highlighting how it drives serious tech enthusiasts to update their computers regularly. It also explores the positive effects of using home computers for creativity...
Instructional Video10:53
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Instance IP Swaps

Higher Ed
Learn more about migrating to secondary-IP from interface-move mode on the VM-Series firewall on AWS.
Instructional Video7:35
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Linux Maintenance Commands

Higher Ed
In this video, we will explore and execute several common commands often used when administering a Ubuntu server.
Instructional Video2:06
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Admin Through SSH

Higher Ed
In this video, you will learn different ways to connect to a Linode instance to administer it securely.
Instructional Video4:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Scaffolding the Project

Higher Ed
This video will look at scaffolding, a meta-programming method of building database-backed software applications. It is a technique supported by some model view and generally refers to the setup skeleton for an app.
Instructional Video14:32
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook (again)

Higher Ed
You will learn to use the React State hook you learned to use in Project 2. Further, we will use the hook to add more functionality to the game in our React project.
Instructional Video10:18
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Operators

Higher Ed
In this video, we will continue to implement the calculator and test the operator functions by clicking on the operator buttons that we have created on the calculator.
Instructional Video7:35
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Display

Higher Ed
After learning to use the React state hook, we will now look at storing variables passed with the () event to put in the calculator's display.
Instructional Video4:50
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook

Higher Ed
In this lesson, you will learn about the React State hook component and how to implement it in our project. We will understand a hook, a function provided by React; they start with the word "use".
Instructional Video4:48
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Code Pen

Higher Ed
In this video, you will learn how to use the code pen application as the text editor for writing our codes in the codepen.io portal.
Instructional Video3:12
Curated Video

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

Higher Ed
In this video, you will learn an important concept before moving into JavaScript and jQuery—the Document Object Model (DOM).
Instructional Video6:45
Curated Video

ChatGPT for Salesforce Development - Use ChatGPT to Write Apex Trigger with Test Coverage - Part 3

Higher Ed
In this video, we will use ChatGPT to create an Apex Trigger that automatically updates the rating of an account based on its industry. Specifically, we will update the rating to “Hot” whenever a new account is created or updated with an...
Instructional Video6:16
Curated Video

ChatGPT for Salesforce Development - Use ChatGPT to Write Test Class for Your Batch Class

Higher Ed
In this video, we will ask ChatGPT to help us create a Batch Apex class that updates the Mailing City Of Contacts With Their Related Account's Billing City. We will then use ChatGPT again to generate the corresponding test class for this...