Hi, what do you want to do?
Curated Video
Oracle Database Administration from Zero to Hero - Managing Roles (Part 2 of 2)
In this video, we will continue our discussion on managing roles. You will learn how to use password-protected roles, understand the usage of the PUBLIC role, drop roles, obtain information about granted privileges and roles, and...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Roles (Part 1 of 2)
In this video, we will explore the usage of roles in managing database users. You will understand the purpose of using roles, list predefined roles, and learn how to create and use roles.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Oracle Database Administration from Zero to Hero - Managing User Privileges (Part 2 of 2)
In this video, we will continue our discussion on managing user privileges. You will learn how to manage object privileges and understand the cascading effects in system and object privileges.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Oracle Database Administration from Zero to Hero - Managing User Privileges (Part 1 of 2)
In this video, we will delve into managing user privileges. You will understand the difference between system and user privileges and learn how to manage system privileges.
<
br/>
This clip is from the chapter "Managing Database...
<
br/>
This clip is from the chapter "Managing Database...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Database Users (Part 2 of 2)
In this video, we will continue our exploration of managing database users. You will learn how to create a database user with database authentication, convert a user to a schema-only account, manage tablespace quotas for users, and...
Curated Video
Oracle Database Administration from Zero to Hero - Using Table Compression (Part 1 of 2)
In this video, we will explore the usage of table compression techniques. You will learn about basic compression and how to describe and apply it to optimize storage space.
<
br/>
This clip is from the chapter "Managing Database...
<
br/>
This clip is from the chapter "Managing Database...
Curated Video
Oracle Database Administration from Zero to Hero - Shrinking Segments (Part 1 of 2)
In this video, you will learn about shrinking segments. You will understand the ROWID pseudocolumn and segment defragmentation, which are essential for optimizing storage space utilization.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Undo Data (Part 2 of 3)
In this video, we will continue exploring the management of undo data. You will learn how to tune undo data and leverage the undo advisor for performance optimization.
<
br/>
This clip is from the chapter "Managing Oracle Database...
<
br/>
This clip is from the chapter "Managing Oracle Database...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Undo Data (Part 1 of 3)
In this video, we will dive into managing undo data within an Oracle Database. You will learn about the benefits of undo, tasks involved in undo space management, and setting undo management parameters and retention.
<
br/>
This...
<
br/>
This...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Resumable Space Allocation (Part 2 of 2)
In this video, we will continue our discussion on managing resumable space allocation. You will learn about operations that can be made resumable, setting the resumable space allocation timeout interval, using triggers to control...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Tablespaces (Part 4 of 4)
In this video, we will further discuss the management of tablespaces. You will learn how to alter tablespace availability, make tablespaces read-only or read-write, and assign specific quota on tablespaces to users.
<
br/>
This clip...
<
br/>
This clip...
Curated Video
Oracle Database Administration from Zero to Hero - Managing Tablespaces (Part 2 of 4)
In this video, we will delve into managing tablespaces. You will learn about Oracle-Managed Files (OMF), how to enable them, and how to obtain information about tablespaces.
<
br/>
This clip is from the chapter "Managing Oracle...
<
br/>
This clip is from the chapter "Managing Oracle...
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.
<
br/>
This clip is...
<
br/>
This clip is...
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Swipe Library - I / 308
This video explains the swipe library, which was designed by other developers.
<
br/>
This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
<
br/>
This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Curated Video
Design Microservices Architecture with Patterns and Principles - Demo: Layered Monolithic Architecture Code Review - E-Commerce App
In this video, we will conduct a code review demo of an e-commerce application implemented using a layered monolithic architecture. We will analyze the codebase, identify any potential issues or violations of design principles, and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Event-Driven Serverless Microservices Design with AWS Lambda
This video focuses on designing event-driven serverless microservices using AWS Lambda and event-driven architecture and showcases how AWS Lambda can be used to handle event processing and orchestration in a serverless environment,...
Curated Video
Design Microservices Architecture with Patterns and Principles - Elastic Stack for Microservices Observability with Distributed Logging
In this video, we will discover the Elastic Stack, a popular open-source solution for log management and analysis, and see how you can use tools such as Elasticsearch, Logstash, and Kibana to collect, process, and visualize log data...
Curated Video
Design Microservices Architecture with Patterns and Principles - Circuit Breaker Pattern
In this video, you will learn the Circuit Breaker pattern, which is a resiliency pattern that helps protect microservices from cascading failures. You will learn how the Circuit Breaker acts as a safety mechanism by monitoring the...
Curated Video
Design Microservices Architecture with Patterns and Principles - CDC - Change Data Capture with Outbox Pattern
This video explores the combination of CDC with the Outbox pattern to achieve a reliable and scalable approach for capturing and processing database changes within a microservices architecture and how CDC can be used to extract and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Microservices Communication Types - Synchronous or Asynchronous Communication
In this video, you will learn about the two primary types of communication in microservices: synchronous and asynchronous. We will understand the characteristics, benefits, and trade-offs of each approach.
<
br/>
This clip is from...
<
br/>
This clip is from...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Adapt Microservices Architecture with Decomposition Patterns
In this video, we will investigate the design and adaptation of a microservices architecture using decomposition patterns. You will learn to map the identified microservices to their respective bounded contexts, define their...
Curated Video
Design Microservices Architecture with Patterns and Principles - Monolith First Approaches from Martin Fowler and Sam Newman
In this video, you will learn about the “monolith first†approach advocated by industry experts. We will understand the benefits of starting with a monolithic architecture and gradually transitioning to more distributed...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Modular Monolithic Architecture?
In this video, we will explore the definition and core principles of modular monolithic architecture. We will understand how it differs from traditional monolithic and microservices architectures and how it leverages modularity to...