Curated Video
Learning GitHub Actions for DevOps CI/CD - Developing IAC Template with Bicep to Deploy Infrastructure - Part 1
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...
Curated Video
Learning GitHub Actions for DevOps CI/CD - Understanding the Need of Infrastructure as Code
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...
Healthcare Triage
Does Breastfeeding Result in Smarter Kids?
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...
Healthcare Triage
The Unequal Impacts of Climate Change
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,...
Healthcare Triage
Public Health Solutions to Climate Change Problems
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Workout Widget Introduction
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.
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - What Is the CompTIA A+?
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...
Curated Video
PowerShell for Automating Administration - Lab Setup Guide
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - OnWorks (Alternate If You Can’t Use VM)
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Installation and Understanding Virtualization
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...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - GUI Versus CLI
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...
Curated Video
CISSP Crash Course - Business Continuity
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...
Curated Video
CISSP Crash Course - Security in Systems Part 2
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Course Resources
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...
Curated Video
Getting Started with HashiCorp Nomad - Running Our First Nomad Job
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...
Curated Video
Oracle Database Administration from Zero to Hero - Overview on Oracle Database Technologies
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...
Curated Video
ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Introduction to ChatGPT and LLMs
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,...
Curated Video
Oracle Database Administration from Zero to Hero - Performing Incremental Backups (2 of 3)
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...
Curated Video
Oracle Database Administration from Zero to Hero - Configuring Databases for Shared Server (Part 1 of 3)
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Scalability - Vertical Scaling - Horizontal Scaling
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Graph: QLA Query Language for APIs
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Vertical Scaling - Scale Up
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Kubernetes Components
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - Cache Hit and Cache Miss
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...