Instructional Video5:55
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment

Higher Ed
In this video, you will learn how to deploy our project on an online server. The first method involves pushing our project from the local system to a GitHub repository to Netlify or any other server we choose. The second way is to push...
Instructional Video6:53
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment / 172

Higher Ed
In this final video, we will focus on the deployment process. We will get into the gitignore file and add the .env file. We will then create a new repository on GitHub called WriteNode and place the entire project folder structures here....
Instructional Video11:03
Curated Video

PowerShell for Automating Administration - Code Changes to be able to execute Scripts Centrally

Higher Ed
In this video, you will see what changes we can make in our application and system validation scripts to be able to put the scripts on a remote server; and we never have to login into the remote server at all, be it for executing the...
Instructional Video10:53
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Understanding DNS

Higher Ed
Individual hosts use IP addresses, but humans are terrible at memorizing long strings of numbers. To make our lives easier, most TCP/IP networks (and certainly the Internet) use the Domain Name System (DNS) to apply more human-friendly...
Instructional Video1:55
Curated Video

Social Media Automation using Python - Introduction to Instructor

Higher Ed
This video introduces the author/instructor and his experience in this online-course content discipline and discusses the AI Sciences group of instructors. This clip is from the chapter "Introduction" of the series "Social Media...
Instructional Video3:40
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Networking - Introduction

Higher Ed
In this video, we will get introduced to some basic network commands such as hostname, ping, host. This clip is from the chapter "Networking" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section,...
Instructional Video6:54
Curated Video

CISSP Crash Course - Federated Identities

Higher Ed
This video explains centralized versus decentralized identities. This clip is from the chapter "Identity and Access Management" of the series "CISSP Crash Course".This section covers domain 5, which focuses on identity and access...
Instructional Video3:07
Curated Video

CISSP Crash Course - Understand and Comply with Investigations

Higher Ed
This video explains evidence collection, forensics, and handling investigations. 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 Video3:04
Curated Video

CISSP Crash Course - Control Physical and Logical Access

Higher Ed
This video explains control physical and logical access as well as type of assets that are part of a system. This clip is from the chapter "Identity and Access Management" of the series "CISSP Crash Course".This section covers domain 5,...
Instructional Video8:39
Curated Video

CISSP Crash Course - Information Assets

Higher Ed
This video explains information assets and data classification. This clip is from the chapter "Asset Security" of the series "CISSP Crash Course".This section covers domain 2, which focuses on asset security, data, and ownership.
Instructional Video4:24
Curated Video

CISSP Crash Course - Policy, Standards, Procedures, and Guidelines

Higher Ed
This video explains policy, standards, procedures, and guidelines. 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 Video8:14
Curated Video

CISSP Crash Course - Security Concepts

Higher Ed
This video explains some basic security topics. 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 management.
Instructional Video8:06
Curated Video

Oracle Database Administration from Zero to Hero - Creating an Oracle Database (Part 1 of 3)

Higher Ed
In this video, you will learn how to create an Oracle database using the 19c software. We will cover the necessary steps for preparing the software installation and perform the installation itself. This clip is from the chapter...
Instructional Video4:23
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Deployment Using GitHub and Netlify / 317

Higher Ed
This video explains how to push the code onto GitHub and Netlify. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video5:00
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Deployment Using GitHub and Netlify / 316

Higher Ed
This video explains how to deploy the code using GitHub and Netlify. This clip is from the chapter "Project: Budget Tracker" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a new...
Instructional Video5:23
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - DOM In-Depth / 045

Higher Ed
This video explains how and when the DOM interface is loaded. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document...
Instructional Video21:17
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Project Deployment Using GitHub and Netlify / 321

Higher Ed
This video explains how to deploy the code for the quiz application using GitHub and Netlify. This clip is from the chapter "Project: Quiz Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In...
Instructional Video1:47
Curated Video

Design Microservices Architecture with Patterns and Principles - Microservices Decomposition Pattern - Decompose by Subdomain

Higher Ed
In this video, we will explore the decomposition pattern of decomposing microservices by subdomains, which are cohesive and bounded parts of a business domain. We will understand subdomain-driven decomposition with Domain-Driven Design...
Instructional Video2:44
Curated Video

Design Microservices Architecture with Patterns and Principles - Layers of Clean Architecture

Higher Ed
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...
Instructional Video2:25
Curated Video

Design Microservices Architecture with Patterns and Principles - Understand E-Commerce Domain - Use Cases - Functional Requirement

Higher Ed
In this video, we will explore the various use cases and functional requirements specific to the e-commerce domain. We will gain a deeper understanding of the essential functionalities that an e-commerce platform should support. This...
Instructional Video2:48
Curated Video

Design Microservices Architecture with Patterns and Principles - Design and Adapt Microservices Architecture with Decomposition Patterns

Higher Ed
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 interfaces,...
Instructional Video2:20
Curated Video

Design Microservices Architecture with Patterns and Principles - Analysis E-Commerce Domain - Use Cases

Higher Ed
In this video, we will analyze the e-commerce domain and explore various use cases within the context of microservices architecture and gain insights into the specific requirements and functionalities of an e-commerce system, and how...
Instructional Video3:37
Curated Video

Design Microservices Architecture with Patterns and Principles - Identify Bounded Context Boundaries for Each Microservices

Higher Ed
In this video, you will learn practical techniques and strategies to identify Bounded Context boundaries for each microservice in your architecture. We will understand the importance of isolating domains and ensuring that each...
Instructional Video3:42
Curated Video

Design Microservices Architecture with Patterns and Principles - Bounded Context Pattern (Domain-Driven Design - DDD)

Higher Ed
In this video, we will explore the Bounded Context pattern, a key concept in Domain-Driven Design (DDD) for designing microservices. We will understand how to identify and define Bounded Contexts to create clear boundaries and...