Instructional Video10:08
Curated Video

Learning GitHub Actions for DevOps CI/CD - Developing IAC Template with Bicep to Deploy Infrastructure - Part 1

Higher Ed
This is the first of the two-part video where you will develop and deploy an IAC template with Bicep in order to automate infrastructural deployment for specific requirements. These specific requirements are resources such as Storage...
Instructional Video5:14
Curated Video

Learning GitHub Actions for DevOps CI/CD - Understanding the Need of Infrastructure as Code

Higher Ed
This video helps in understanding the need of Infrastructure as Code (IaC). This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the series "Learning GitHub Actions for DevOps CI/CD".This section delves into...
Instructional Video4:00
Healthcare Triage

Does Breastfeeding Result in Smarter Kids?

Higher Ed
A recent study conducted in the United Kingdom claims that breastfeeding makes for smarter kids when they reach the ripe old age of 16. If I had to guess, I’d guess that you were thinking, “So what, don’t we already know that kids are...
Instructional Video6:32
Healthcare Triage

The Unequal Impacts of Climate Change

Higher Ed
Climate change is driven by humans and will affect us all. But it’s not driven by everyone equally, and it doesn’t affect everyone equally. In the last 250 years, 77% of global emissions were emitted by Europe, North America, Australia,...
Instructional Video6:52
Healthcare Triage

Public Health Solutions to Climate Change Problems

Higher Ed
Much of the conversation around climate change centers on things like lowering carbon emissions, which is obviously critical, but we think the public health response to climate change should be a larger part of the conversation. Whatever...
Instructional Video2:28
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout Widget Introduction

Higher Ed
This video introduces you to the workout widget. This clip is from the chapter "Charts Framework in Widget" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains the charts framework in widget.
Instructional Video1:41
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - What Is the CompTIA A+?

Higher Ed
CompTIA creates IT certifications that cover topics such as how to build and fix computers or how to secure businesses from internal and external threats. Every major IT manufacturer is part of CompTIA. The CompTIA A+ certification is a...
Instructional Video10:31
Curated Video

PowerShell for Automating Administration - Lab Setup Guide

Higher Ed
This video is a guide to the lab setup where you will understand the architecture of the simple application. This clip is from the chapter "Lab Setup" of the series "PowerShell for Automating Administration".This section focuses on the...
Instructional Video2:55
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - OnWorks (Alternate If You Can’t Use VM)

Higher Ed
In this video, we will look at an alternative that we can use instead of installing VM on the system. OnWorks is a free online VPS hosting provider that gives cloud services such as free workstations, online antivirus, free VPN secure...
Instructional Video3:46
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Installation and Understanding Virtualization

Higher Ed
In this video, we will understand why we need virtual environment installation and virtualization. This clip is from the chapter "Download, Install, and Configure" of the series "Linux Operating System: A Complete Linux Guide for...
Instructional Video2:52
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - GUI Versus CLI

Higher Ed
In this video, we will understand the difference between GUI (Graphical User Interface) and CLI (Command Line Interface). This clip is from the chapter "Linux Distributions and History" of the series "Linux Operating System: A Complete...
Instructional Video15:00
Curated Video

CISSP Crash Course - Business Continuity

Higher Ed
This video explains business continuity and business continuity planning. This clip is from the chapter "Security and Risk Management" of the series "CISSP Crash Course".This section explains domain 1, which focuses on security and risk...
Instructional Video7:19
Curated Video

CISSP Crash Course - Security in Systems Part 2

Higher Ed
This video continues talking about security in systems, microservices, and containerization. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on...
Instructional Video3:33
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Course Resources

Higher Ed
In this video, we will guide to the course resources. This clip is from the chapter "Welcome and Logistics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".Welcome to the course! In this section, we...
Instructional Video6:48
Curated Video

Getting Started with HashiCorp Nomad - Running Our First Nomad Job

Higher Ed
After creating our first job specification file, you will learn to create jobs and submit them to Nomad to launch the application. We will examine the command “nomad job run " to submit the job to Nomad. This clip is from the chapter...
Instructional Video12:39
Curated Video

Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies

Higher Ed
In this video, we will describe the different Oracle database technologies, options, and management packs. This clip is from the chapter "Introduction to RDBMS" of the series "Oracle Database Administration from Zero to Hero".In this...
Instructional Video7:13
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Introduction to ChatGPT and LLMs

Higher Ed
This video provides an overview of large language models (LLMs) and introduces ChatGPT as an example. The video covers the basic principles behind LLMs, how they are trained on vast amounts of text data to generate human-like responses,...
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 Video12:52
Curated Video

Oracle Database Administration from Zero to Hero - Configuring Databases for Shared Server (Part 1 of 3)

Higher Ed
In this video, we will begin our exploration of configuring databases for shared server mode. You will learn about the shared server architecture, its advantages, and the necessary steps to configure it. This clip is from the chapter...
Instructional Video2:11
Curated Video

Design Microservices Architecture with Patterns and Principles - Scalability - Vertical Scaling - Horizontal Scaling

Higher Ed
In this video, let's dive into the concepts of vertical and horizontal scaling, discovering the differences between these approaches. You will learn how vertical scaling increases server capacity, while horizontal scaling involves adding...
Instructional Video2:31
Curated Video

Design Microservices Architecture with Patterns and Principles - Graph: QLA Query Language for APIs

Higher Ed
In this video, we will explore a query language for APIs, and its benefits for microservices architectures. We will understand how GraphQL allows clients to precisely request the data they need and eliminates the problem of over-fetching...
Instructional Video1:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Vertical Scaling - Scale Up

Higher Ed
In this video, we explore vertical scaling techniques, including upgrading hardware components and increasing server capacity. We will discover how scaling up enables a single server to handle larger workloads and improves overall...
Instructional Video4:33
Curated Video

Design Microservices Architecture with Patterns and Principles - Kubernetes Components

Higher Ed
In this video, the various components of Kubernetes are explored, components such as the Kubernetes API server, kubelet, kube-proxy, and etcd. The video explains the role of each component in managing and maintaining the desired state of...
Instructional Video1:25
Curated Video

Design Microservices Architecture with Patterns and Principles - Cache Hit and Cache Miss

Higher Ed
This video explains the concepts of cache hit and cache miss in the context of distributed caching. It discusses how these events affect the retrieval of data from the cache and how they can impact system performance. This clip is from...