Curated Video
Oracle Database Administration from Zero to Hero - Practice - Managing Database Memory (Part 1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Database Memory (Part 2 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Database Memory (Part 1 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Database Memory Concepts (Part 2 of 2)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Database Memory Concepts (Part 1 of 2)
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"...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firestore Queries / 259
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Setup / 253
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firebase Introduction
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Asynchronous JavaScript / 181
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...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Authentication - II / 264
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...
Curated Video
Alteryx Advanced - Exercise 2
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...
Curated Video
Alteryx Advanced - Exercise 1
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...
Curated Video
Alteryx Advanced - Select and Summarize
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...
Curated Video
Alteryx Advanced - In-Database
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...
Curated Video
Alteryx Advanced - Using Multiple Files and Calgary
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...
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 - Evaluate: Microservices Architecture with Database Sharding Pattern - Cassandra
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Adapt: Microservices Architecture with Database Sharding Pattern - Cassandra
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Database Sharding Pattern
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Data Partitioning? And Why We Are Using Data Partitioning?
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Transaction Management of Monolithic Architecture-1
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Benefits of Clean Architecture
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Layers of Clean Architecture
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Clean Architecture?
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...