Curated Video
Design Microservices Architecture with Patterns and Principles - DevOps and CI/CD Pipelines for Microservices Deployments
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Cache-Aside Pattern for Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - CDC - Change Data Capture with Outbox Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is CDC - Change Data Capture?
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Instagram Database Architecture
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...
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 - RESTful API Design for E-Commerce Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - RESTful API Design for Microservices
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Benefits of Microservices Architecture
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,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Headless Architecture and Separated Presentation with SPA
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...
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
Exploring the Impact of Technology on Education and Physical Activity
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...
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Instance IP Swaps
Learn more about migrating to secondary-IP from interface-move mode on the VM-Series firewall on AWS.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Linux Maintenance Commands
In this video, we will explore and execute several common commands often used when administering a Ubuntu server.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Admin Through SSH
In this video, you will learn different ways to connect to a Linode instance to administer it securely.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Scaffolding the Project
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook (again)
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Operators
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Implementing the Calculator - Display
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Using React State Hook
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".
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Code Pen
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - DOM Introduction
In this video, you will learn an important concept before moving into JavaScript and jQuery—the Document Object Model (DOM).
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Apex Trigger with Test Coverage - Part 3
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...
Curated Video
ChatGPT for Salesforce Development - Use ChatGPT to Write Test Class for Your Batch Class
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...