Instructional Video10:47
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Managed Object Context

Higher Ed
This video explains the managed object context. This clip is from the chapter "Core Data in WidgetKit" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the core data in WidgetKit.
Instructional Video5:30
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Sets

Higher Ed
This video explains sets in Python. This clip is from the chapter "Storing Multiple Things" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains storing multiple things.
Instructional Video5:14
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Nano Editor)

Higher Ed
In this video, we will have a look at the nano editor. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we will work with...
Instructional Video12:24
Curated Video

CISSP Crash Course - Security Controls in the SDLC

Higher Ed
This video explains SDLC practices and security controls in the SDLC. This clip is from the chapter "Software Development Security" of the series "CISSP Crash Course".null
Instructional Video9:42
Curated Video

CISSP Crash Course - Recovery and Response Strategies

Higher Ed
This video explains recovery and response strategies with respect to disasters. This clip is from the chapter "Security Operations" of the series "CISSP Crash Course".This section covers domain 7, which focuses on security operations.
Instructional Video5:24
Curated Video

HashiCorp Certified - Vault Associate Course - Installing and Running Vault Server

Higher Ed
This video helps you with installing and running the Vault server. This clip is from the chapter "Installing Vault" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on the installation of Vault.
Instructional Video7:38
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Where to Learn More SciPy

Higher Ed
In this video, we will summarize what we have learnt about SciPy and understand where it can be applied. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Instructional Video5:33
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - NumPy Section Introduction

Higher Ed
In this video, we will have a quick overview of NumPy. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the world...
Instructional Video1:53
Curated Video

Getting Started with HashiCorp Nomad - Managing Nomad Environments (Day Two Ops)

Higher Ed
After successfully creating and deploying our Nomad job, we will head to the day two ops of managing the Nomad environment, operational monitoring, maintenance, key rotations, upgrades, and troubleshooting. This clip is from the chapter...
Instructional Video8:53
Curated Video

Oracle Database Administration from Zero to Hero - Managing Tablespaces (Part 4 of 4)

Higher Ed
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. This clip is from the...
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:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Main Features of API Gateway Pattern

Higher Ed
In this video, the main features of the API gateway pattern are discussed in detail and highlights features such as request routing, load balancing, authentication and authorization, request/response transformations, protocol...
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 Video9:01
Curated Video

Mastering C++ Standard Library Features [Video] - Example: Creating a Compile-Time Set Data Structure

Higher Ed
Learn how to create a simple set-like compile-time data structure with a familiar `constexpr`-based syntax
Instructional Video2:25
Curated Video

Design Microservices Architecture with Patterns and Principles - Introduction - Microservices Distributed Caching

Higher Ed
This video provides an overview of the topic of distributed caching in microservices architectures. It introduces the concept of caching and its importance in improving performance and scalability. This clip is from the chapter...
Instructional Video2:55
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Database Operations Are Expensive, Low Performance

Higher Ed
This video explores the issues of high cost and low performance associated with traditional database operations and discusses the limitations they impose on scalability and responsiveness. The video highlights the need for alternative...
Instructional Video2:56
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Listen and Polling Outbox Table

Higher Ed
This video addresses a specific challenge related to the Transactional Outbox pattern, which is the need for a mechanism to detect and process new events in the outbox table, and explores different approaches, including listening and...
Instructional Video5:00
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem: Dual Write Problem

Higher Ed
This video addresses the challenge of maintaining consistency between multiple data stores when performing dual writes in a distributed system, the potential issues that can arise, such as data inconsistencies and transactional failures,...
Instructional Video2:03
Curated Video

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

Higher Ed
This video discusses how transactions are typically managed in a monolithic architecture, where a single database is used to maintain transactional consistency and explores the limitations and drawbacks of this approach when...
Instructional Video2:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Transaction Fundamentals and ACID Principles

Higher Ed
This video explains the fundamental concepts of transactions and introduces the ACID (Atomicity, Consistency, Isolation, Durability) principles, which are essential for ensuring data integrity and reliability in transactional systems....
Instructional Video3:28
Curated Video

Design Microservices Architecture with Patterns and Principles - Problem Manage Consistency Across Microservices in Distributed Transactions

Higher Ed
This video addresses the challenge of managing consistency across multiple microservices in distributed transactions, delves into the complexities and difficulties associated with ensuring transactional consistency in a distributed...
Instructional Video4:53
Curated Video

Design Microservices Architecture with Patterns and Principles - RESTful API Design for Microservices

Higher Ed
In this video, we will delve into the specifics of designing RESTful APIs for individual microservices. We will understand the key principles and patterns for creating well-designed and cohesive APIs. This clip is from the chapter...
Instructional Video3:35
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Changed for Communications Between Monolithic to Microservices

Higher Ed
In this video, we will discover the key differences in communication requirements between monolithic and microservices architectures. We will understand how the shift to microservices impacts communication patterns and protocols. This...