Curated Video
Oracle Database Administration from Zero to Hero - Performing Incremental Backups (3 of 3)
In this video, we will explore the configuration of Block Change Tracking (BCT) for incremental backups. You will understand how BCT improves the efficiency of backup operations. This clip is from the chapter "Taking Backups in Oracle...
Curated Video
Oracle Database Administration from Zero to Hero - Performing Incremental Backups (2 of 3)
In this video, we will focus on the practical aspects of performing incremental backups using RMAN. You will learn how to take incremental backups and implement incrementally updated backups. This clip is from the chapter "Taking Backups...
Curated Video
Oracle Database Administration from Zero to Hero - Practice - Configuring Databases for Shared Server
In this practice video, we will apply the knowledge gained in configuring databases for shared server mode. You will work with shared server processes in the database on srv1 for the PDB1 service. Specifically, you will learn how to test...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Resumable Space Allocation (Part 1 of 2)
In this video, we will explore the concept of resumable space allocation. You will learn how to describe resumable space allocation, enable it, and understand its benefits. This clip is from the chapter "Managing Oracle Database...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Mode / 158
This video explains mode in webpack. This clip is from the chapter "Webpack" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains webpack, which is an important topic if you want to get...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Loaders
This video explains how loaders help us transform the output. This clip is from the chapter "Webpack" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains webpack, which is an important...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Code Organization
In this video, the importance of code organization in Packer is discussed, and several best practices are presented for structuring Packer templates and related configuration files. The video also covers how to use variables and modules...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Post-Processors
This video provides a hands-on lab that walks through the process of using a post-processor in Packer. The lab covers using the amazon-import post-processor to upload the machine image to an S3 bucket and register it as an AMI in Amazon...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Whisper AI
In this video, we will explore Whisper AI, an ASR system designed to transcribe spoken language into written text, and its potential applications. You will learn how it can be incorporated into speech recognition workflows to enhance...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - VLookUp in Excel
In this video, we will be introduced to the VLookUp function in Excel and how ChatGPT can assist in automating this data analysis task. We will use ChatGPT's capabilities to perform VLookUp operations in Excel to analyze/manipulate data...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - OpenAI Account Setup
This video walks through setting up an OpenAI account, creating an account, navigating the platform, and understanding the features and functionalities. It provides step-by-step instructions to ensure that we are ready to utilize ChatGPT...
Curated Video
Alteryx Advanced - Machine Learning Part 1
This video introduces ML and its applications in data analytics, concepts of supervised and unsupervised learning, and how they can be used to build predictive models and provides an overview of the different algorithms and techniques...
Curated Video
Alteryx Advanced - Level-Up Your Apps and Macros Part 1
In this video, you will learn advanced techniques for designing and optimizing apps and macros in Alteryx, design efficient workflows using input/output tools, handle complex data types and configure advanced tool options, and optimize...
Curated Video
Alteryx Advanced - Blending
In this video, you will learn about data blending, which is the process of pulling data from multiple sources and combining them to create an actionable analytic dataset. You will learn about the join In-DB tool, used to combine two or...
Curated Video
Design Microservices Architecture with Patterns and Principles - RabbitMQ Architecture
This video explains components such as brokers, exchanges, queues, and connections, and how they work together to enable reliable and scalable messaging. It also touches upon topics such as message persistence and clustering in RabbitMQ....
Curated Video
Design Microservices Architecture with Patterns and Principles - RabbitMQ Components - Producer, Queue, Consumer, Message, Exchange, Binding
This video dives into the key components of RabbitMQ. It explains how producers send messages to queues, consumers retrieve messages from queues, exchanges route messages to queues based on bindings, and messages contain the actual data...
Curated Video
Design Microservices Architecture with Patterns and Principles - Apache Kafka Use Cases
This video showcases practical applications of Apache Kafka. It discusses how Kafka can be used for real-time data processing, log aggregation, messaging systems, event sourcing, and data integration in diverse industries such as...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Microservices Architecture?
In this video, we will gain a deeper understanding of microservices architecture as an architectural style that structures an application as a collection of loosely coupled services. We will discover the principles of service isolation,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Monolithic Architecture Vertical Considerations, Communications of Monolithic
In this video, we will explore the vertical considerations and communication patterns within a monolithic architecture. We will understand how modules interact and communicate with each other and learn about best practices for managing...
Curated Video
Getting Started with Scrum - Step 16: Hold the Sprint Retrospective Meeting
In this session, we try to understand the outcome of the review meetings and how the overall Sprint progressed and learn from the mistakes committed in the Sprint; what went right and wrong? What could have gone better?
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Health Checks: Liveness, Readiness, and Performance Checks
In this video, you will learn different types of health checks that can be implemented in microservices to assess their availability, readiness, and performance, and learn about the significance of health checks in maintaining the...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Observability with Distributed Logging and Distributed Tracing
In this video, you will learn the importance of observability in microservices, how distributed logging and distributed tracing can help in monitoring and troubleshooting, and how logging can be distributed across microservices to gather...
Curated Video
Design Microservices Architecture with Patterns and Principles - Bulkhead Pattern
In this video, we will discover the Bulkhead pattern, which focuses on limiting the impact of failures by isolating different parts of a system and explains how the Bulkhead pattern achieves fault isolation by partitioning resources and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Infrastructure as Code (IaC) and Usage in Microservices Deployments
In this video, Infrastructure as Code (IaC) is introduced and its usage in microservices deployments is explored. It explains how IaC enables the provisioning and management of infrastructure resources, such as servers, networks, and...