Instructional Video7:41
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Using RMAN in Oracle Multitenant Databases (Part 1 of 2)

Higher Ed
In this practice video, you will apply your knowledge by performing various tasks using RMAN in Oracle Multitenant Databases. You will use RMAN to create backup files of a CDB Database, take backups for a PDB, and enable a local PDB...
Instructional Video12:51
Curated Video

Oracle Database Administration from Zero to Hero - Using RMAN in Oracle Multitenant Databases

Higher Ed
In this video, we will explore the usage of RMAN in Oracle Multitenant Databases. You will learn how to differentiate between backup and recovery operations in CDBs and non-CDBs, use RMAN to perform backups of CDBs and PDBs, execute...
Instructional Video8:30
Curated Video

Oracle Database Administration from Zero to Hero - Automating RMAN Backup Jobs

Higher Ed
In this video, we will explore the automation of RMAN backup jobs. You will learn how to create and schedule RMAN backup scripts in both Linux and Windows platforms, ensuring regular and consistent backups. This clip is from the chapter...
Instructional Video12:14
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Performing Recovery Part I

Higher Ed
In this practice video, you will practice specific recovery scenarios in the non-CDB database ORADB in srv1. You will apply the concepts learned in the previous video to perform database recovery tasks effectively. This clip is from the...
Instructional Video13:18
Curated Video

Oracle Database Administration from Zero to Hero - Configuring RMAN Persistent Settings (Part 2 of 2)

Higher Ed
In this video, we will continue exploring RMAN persistent settings. You will learn how to specify RMAN backup destinations at different levels and configure the archived redo log deletion policy. This clip is from the chapter "Database...
Instructional Video6:42
Curated Video

Oracle Database Administration from Zero to Hero - Performing RMAN Backups - Part II (3 of 3)

Higher Ed
In this video, we will cover advanced topics related to RMAN full backups. You will learn how to take backups as image copies, define device types in BACKUP commands, and use TAGs to organize RMAN backups. This clip is from the chapter...
Instructional Video6:56
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Performing RMAN Backups - Part I (1 of 2)

Higher Ed
In this practice video, you will practice taking a whole database backup and enabling the ARCHIVELOG mode in the ORADB database using RMAN. This clip is from the chapter "Taking Backups in Oracle Databases" of the series "Oracle Database...
Instructional Video9:16
Curated Video

Oracle Database Administration from Zero to Hero - Introduction to RMAN (Part 3 of 3)

Higher Ed
In this video, we will delve deeper into RMAN command types, configuring persistent settings, and understanding the modes of issuing commands to RMAN. You will acquire essential skills for effectively utilizing RMAN in your backup and...
Instructional Video11:40
Curated Video

Oracle Database Administration from Zero to Hero - Configuring Oracle Network Environment (Part 4 of 4)

Higher Ed
In this video, we will conclude our discussion on configuring the Oracle network environment. You will learn how to use the Listener Control Utility and register database services in the listener. This clip is from the chapter "Managing...
Instructional Video14:37
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with GitLab CI/CD

Higher Ed
This video demonstrates how to use Packer with GitLab CI/CD to automate the build process and ensure that images are continuously updated with the latest changes. This clip is from the chapter "Packer Integrations" of the series...
Instructional Video5:15
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Examples of Different Provisioners

Higher Ed
In this video, we will explore examples of different provisioners, including how to upload a single file and multiple files in a local directory. We will explore executing a script and running commands on the machine. This clip is from...
Instructional Video3:11
Curated Video

Design Microservices Architecture with Patterns and Principles - How to Sync Read and Write Databases in CQRS?

Higher Ed
This video provides insights into the best practices for designing and implementing CQRS in a microservices architecture and explores topics such as data modeling, event sourcing, read and write scalability, and data synchronization...
Instructional Video1:49
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries and Write Commands on Distributed Scaled Database

Higher Ed
The video addresses the challenges associated with performing cross-service queries and write commands on a distributed and scaled database environment, the complexities and considerations involved in coordinating data access and...
Instructional Video4:15
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Distributed Transactions

Higher Ed
This video provides an overview of the challenges associated with managing transactions in a distributed microservices architecture and introduces the concept of distributed transactions. This clip is from the chapter "Microservices...
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:37
Curated Video

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

Higher Ed
This video provides an overview of the topic of data management in microservices architecture, specifically focusing on commands and queries, the concept of separating commands (write operations) and queries (read operations). This clip...
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 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 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 Video11:56
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating the Game Board

Higher Ed
This video demonstrates how to create the game board for the Connect-4 game, which will download all the dependencies and files required, create a template and do the configurations.
Instructional Video12:36
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - PuTTY (SSH) Client for Windows

Higher Ed
You will learn to install and connect to an Amazon EC2 instance using a client, Putty for Windows.
Instructional Video6:20
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Install and Manage NodeJS with NVM

Higher Ed
In this video, you will learn how to install and manage NodeJS with NVM. Refer to the code bundle for the installation guide. This clip is from the chapter "Introduction" of the series "The Complete Strapiâ„¢ Course with Plugins and...
Instructional Video6:22
Curated Video

A Practical Approach to Timeseries Forecasting Using Python - Data Visualization with Customized Features Selection

Higher Ed
This video demonstrates data visualization with customized features selection. This clip is from the chapter "Basics of Data Manipulation in Time Series" of the series "A Practical Approach to Timeseries Forecasting Using Python".This...
Instructional Video5:01
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Pushing Code to GitHub Repo DALL-E OpenAI

Higher Ed
After creating the repository and personal access token, you will learn to push an existing repository from the command line for authentication and import code from another repository. This clip is from the chapter "Deploying the DALL-E...