Instructional Video5:34
Curated Video

Oracle Database Administration from Zero to Hero - Performing Incremental Backups (3 of 3)

Higher Ed
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...
Instructional Video9:07
Curated Video

Oracle Database Administration from Zero to Hero - Performing Incremental Backups (2 of 3)

Higher Ed
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...
Instructional Video15:42
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Configuring Databases for Shared Server

Higher Ed
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...
Instructional Video10:26
Curated Video

Oracle Database Administration from Zero to Hero - Managing Resumable Space Allocation (Part 1 of 2)

Higher Ed
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...
Instructional Video5:17
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Mode / 158

Higher Ed
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...
Instructional Video10:41
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Loaders

Higher Ed
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...
Instructional Video8:07
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Code Organization

Higher Ed
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...
Instructional Video4:39
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Post-Processors

Higher Ed
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...
Instructional Video7:41
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Whisper AI

Higher Ed
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...
Instructional Video5:57
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - VLookUp in Excel

Higher Ed
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...
Instructional Video1:31
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - OpenAI Account Setup

Higher Ed
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...
Instructional Video10:55
Curated Video

Alteryx Advanced - Machine Learning Part 1

Higher Ed
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...
Instructional Video10:16
Curated Video

Alteryx Advanced - Level-Up Your Apps and Macros Part 1

Higher Ed
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...
Instructional Video10:49
Curated Video

Alteryx Advanced - Blending

Higher Ed
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...
Instructional Video1:36
Curated Video

Design Microservices Architecture with Patterns and Principles - RabbitMQ Architecture

Higher Ed
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....
Instructional Video2:23
Curated Video

Design Microservices Architecture with Patterns and Principles - RabbitMQ Components - Producer, Queue, Consumer, Message, Exchange, Binding

Higher Ed
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...
Instructional Video1:51
Curated Video

Design Microservices Architecture with Patterns and Principles - Apache Kafka Use Cases

Higher Ed
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...
Instructional Video2:44
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Microservices Architecture?

Higher Ed
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,...
Instructional Video1:58
Curated Video

Design Microservices Architecture with Patterns and Principles - Monolithic Architecture Vertical Considerations, Communications of Monolithic

Higher Ed
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...
Instructional Video3:21
Curated Video

Getting Started with Scrum - Step 16: Hold the Sprint Retrospective Meeting

Higher Ed
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?
Instructional Video2:49
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Health Checks: Liveness, Readiness, and Performance Checks

Higher Ed
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...
Instructional Video4:19
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Observability with Distributed Logging and Distributed Tracing

Higher Ed
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...
Instructional Video4:45
Curated Video

Design Microservices Architecture with Patterns and Principles - Bulkhead Pattern

Higher Ed
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...
Instructional Video2:12
Curated Video

Design Microservices Architecture with Patterns and Principles - Infrastructure as Code (IaC) and Usage in Microservices Deployments

Higher Ed
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...