Curated Video
Oracle Database Administration from Zero to Hero - Practice - Using RMAN in Oracle Multitenant Databases (Part 1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Using RMAN in Oracle Multitenant Databases
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...
Curated Video
Oracle Database Administration from Zero to Hero - Automating RMAN Backup Jobs
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Performing Recovery Part I
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...
Curated Video
Oracle Database Administration from Zero to Hero - Configuring RMAN Persistent Settings (Part 2 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Performing RMAN Backups - Part II (3 of 3)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Performing RMAN Backups - Part I (1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Introduction to RMAN (Part 3 of 3)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Configuring Oracle Network Environment (Part 4 of 4)
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with GitLab CI/CD
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Examples of Different Provisioners
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - How to Sync Read and Write Databases in CQRS?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Problem: Cross-Service Queries and Write Commands on Distributed Scaled Database
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Distributed Transactions
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - CQRS - Command Query Responsibility Segregation Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Data Management - Commands and Queries
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Data Management
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...
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
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 - Creating the Game Board
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - PuTTY (SSH) Client for Windows
You will learn to install and connect to an Amazon EC2 instance using a client, Putty for Windows.
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Install and Manage NodeJS with NVM
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...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Data Visualization with Customized Features Selection
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...
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Pushing Code to GitHub Repo DALL-E OpenAI
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...