Instructional Video6:34
Curated Video

Oracle Database Administration from Zero to Hero - Practice - Managing Database Memory (Part 1 of 2)

Higher Ed
In this practice video, you will gain hands-on experience by implementing Automatic Memory Management (AMM) on srv1. You will practice the steps involved in configuring and managing database memory using the AMM feature. This clip is...
Instructional Video8:54
Curated Video

Oracle Database Administration from Zero to Hero - Managing Database Memory (Part 2 of 2)

Higher Ed
In this video, we will further explore database memory management techniques. You will learn how to enable manual shared memory management, monitor the automatic memory management, and tune memory using advisors. This clip is from the...
Instructional Video13:18
Curated Video

Oracle Database Administration from Zero to Hero - Managing Database Memory (Part 1 of 2)

Higher Ed
In this video, we will focus on managing database memory. You will learn how to enable Automatic Memory Management (AMM) and leverage the Automatic Shared Memory Management (ASMM) feature. This clip is from the chapter "Managing Oracle...
Instructional Video11:01
Curated Video

Oracle Database Administration from Zero to Hero - Database Memory Concepts (Part 2 of 2)

Higher Ed
In this video, we will continue exploring database memory concepts. We will cover the shared pool, large pool, and redo log buffer, and understand how different application types impact the allocation of memory in the database. This clip...
Instructional Video7:51
Curated Video

Oracle Database Administration from Zero to Hero - Database Memory Concepts (Part 1 of 2)

Higher Ed
In this video, we will delve into the database memory concepts. You will learn about the database buffer cache and its significance in optimizing database performance. This clip is from the chapter "Managing Oracle Database Components"...
Instructional Video6:25
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firestore Queries / 259

Higher Ed
This video explains queries and how to give a particular condition to fetch data. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn...
Instructional Video8:32
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Setup / 253

Higher Ed
This video explains the setup of Firebase. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful real-time database...
Instructional Video6:59
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Introduction

Higher Ed
This video introduces you to Firebase and explains its usage. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful...
Instructional Video8:51
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Asynchronous JavaScript / 181

Higher Ed
This video explains asynchronous JavaScript. This clip is from the chapter "Asynchronous JavaScript" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains one of the difficult topics of...
Instructional Video22:10
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Authentication - II / 264

Higher Ed
This video continues to explain authentication using an example. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the...
Instructional Video6:04
Curated Video

Alteryx Advanced - Exercise 2

Higher Ed
We will use the SQL dump, import the SQL database and use its data in Alteryx using In-Database tools, join the three tables, and remove the excess fields after the join. Using the collated data, we will create a stream that shows the...
Instructional Video4:38
Curated Video

Alteryx Advanced - Exercise 1

Higher Ed
In exercise 1, we will autofield the ex1-academicperf.csv file, then use Regex to add a tag if the nationality column is not clean and save the output to the Calgary database. We will use the Calgary input and create a new field that...
Instructional Video11:16
Curated Video

Alteryx Advanced - Select and Summarize

Higher Ed
In this video, you will learn about the commonly available in-DB tools in Alteryx designer that will help group, cleanse, and select data. You will learn about using the Select In-DB tool to select, rename, or reorder fields in an in-DB...
Instructional Video10:03
Curated Video

Alteryx Advanced - In-Database

Higher Ed
In this video, we will explore in-database processing, which enables blending and analysis of large datasets without moving the data from the database. You will learn to use the input tool and the different data sources that support...
Instructional Video9:36
Curated Video

Alteryx Advanced - Using Multiple Files and Calgary

Higher Ed
In this video, we will understand how to use multiple files and learn the Calgary function. You will learn about using directory and dynamic input tools to handle multiple files. You will learn to use wildcard characters. We will explore...
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:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Evaluate: Microservices Architecture with Database Sharding Pattern - Cassandra

Higher Ed
This video focuses on evaluating the effectiveness of a microservices architecture that incorporates the database sharding pattern using Cassandra, the key metrics, and factors to consider when assessing the performance. The video...
Instructional Video2:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Architecture with Database Sharding Pattern - Cassandra

Higher Ed
The video demonstrates how to adapt an existing microservices architecture with the database sharding pattern using Cassandra as the underlying database technology, the process of integrating Cassandra into the microservices ecosystem...
Instructional Video2:26
Curated Video

Design Microservices Architecture with Patterns and Principles - Database Sharding Pattern

Higher Ed
The video dives deeper into the database sharding pattern, a popular approach for data partitioning in microservices and how sharding involves distributing data across multiple databases or shards and considerations and techniques for...
Instructional Video2:51
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?

Higher Ed
The video introduces the concept of data partitioning and explains its purpose in microservices data management and discusses the benefits of data partitioning and explores the idea of distributing data across multiple partitions or...
Instructional Video2:18
Curated Video

Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-1

Higher Ed
In this video, let's learn about the challenges and strategies for managing transactions within a monolithic architecture. We will understand how to ensure data consistency and handle distributed transactions effectively. We will explore...
Instructional Video1:24
Curated Video

Design Microservices Architecture with Patterns and Principles - Benefits of Clean Architecture

Higher Ed
In this video, we will discuss the benefits of adopting Clean Architecture in software development. We will explore how Clean Architecture improves code maintainability, testability, and scalability, while enabling better architectural...
Instructional Video2:44
Curated Video

Design Microservices Architecture with Patterns and Principles - Layers of Clean Architecture

Higher Ed
In this video, we will explore the layers constituting Clean Architecture, such as the Entities, Use Cases, and Interface Adapters. We will understand the responsibilities of each layer and how they collaborate to create a decoupled and...
Instructional Video2:16
Curated Video

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

Higher Ed
In this video, we will delve deeper into the principles and components of Clean Architecture. We will explore the Dependency Rule, which governs the direction of dependencies within the system, and understand how it helps achieve...