Instructional Video9:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Virtual Private Cloud (VPC) Overview

Higher Ed
An organization can internally run its own cloud solutions, called a private cloud. AWS provides the same concept in their cloud, and they call it the Virtual Private Cloud (VPC). This video introduces the VPC concept.
Instructional Video3:23
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - EFS and PrivateLink

Higher Ed
How can you ensure secure connections between your VPCs, services, and applications in AWS? Check out PrivateLink to find out.
Instructional Video9:25
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - AWS Documentation

Higher Ed
In this video, we will look at the process of creating the AWS documentation process. We will look at the various important data required to be compared before designing an AWS account.
Instructional Video8:23
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like Tweet

Higher Ed
This video is all about implementing a "like" functionality in our Twitter Clone app.
Instructional Video11:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create User

Higher Ed
In this video, you will learn how to create a user and store it in our MongoDB database using Mongoose and Express.
Instructional Video8:00
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Upload Profile Image

Higher Ed
In this video, we will cover how to upload a profile image for the user using SwiftUI and Node.js.
Instructional Video15:14
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - The Startup Class - Defining the Middleware Pipeline

Higher Ed
This video explains how the request processing (middleware) pipeline is created in the configure method. This clip is from the chapter "Create and Take a Deep Dive into Your First ASP.NET Core 3.1 Application" of the series "ASP.NET 6.0...
Instructional Video10:42
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API: Login/Register Endpoint / 120

Higher Ed
In this video, we will look at the React root component, namely the app, the dashboard, the admin, and other elements of the project that form the tree structure of React.
Instructional Video5:41
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the POST Endpoint for the CoffeeOrderService - /coffee_orders

Higher Ed
In this video, we will build the POST endpoint in the controller, using which we can post new coffee orders. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for...
Instructional Video7:26
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the DTOs for CoffeeOrderService

Higher Ed
In this video, we will build the DTOs for the coffee order service. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video3:03
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Authentication Using the API

Higher Ed
This video helps you with the Vault authentication using the API. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on comparing...
Instructional Video4:24
Curated Video

HashiCorp Certified - Vault Associate Course - Vault Architecture and Pathing Structure

Higher Ed
This video will walk you through the basic architecture of Vault and help you understand the pathing structure that Vault uses. This clip is from the chapter "Learning the Vault Architecture" of the series "HashiCorp Certified - Vault...
Instructional Video3:18
Curated Video

Getting Started with HashiCorp Nomad - Understanding the Nomad API

Higher Ed
We will now discuss the final interface, the Nomad API, offering a fully-featured API to configure and work with the Nomad infrastructure. The CLI and UI invoke the proper API when they are being used. This clip is from the chapter...
Instructional Video3:58
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Vault Authentication Using the API

Higher Ed
This is a lab video on Vault authentication using the API. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on comparing authentication methods.
Instructional Video2:45
Curated Video

Design Microservices Architecture with Patterns and Principles - Gateway Routing pattern

Higher Ed
The gateway routing pattern is explained in detail in this video. It describes how the API gateway acts as a routing layer that directs client requests to the appropriate microservice based on various criteria such as URL paths, headers,...
Instructional Video17:16
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Creating Projects in Bulk

Higher Ed
In this video, you will learn how to create projects in bulk. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will...
Instructional Video4:52
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Fetching Data from the GitHub API

Higher Ed
In this video, you will learn how to fetch data from the GitHub API. This clip is from the chapter "Strapi Plugin Development: Create a Plugin" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we...
Instructional Video4:34
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Webhooks: An Overview

Higher Ed
In this video, we will have a quick overview of the Webhooks. This clip is from the chapter "Extending Strapi Core: Custom Controllers and More" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section,...
Instructional Video6:06
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - CRUD Operations on Collection Types

Higher Ed
In this video, we will cover CRUD operations on collection types. This clip is from the chapter "Working with REST API" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will start working with...
Instructional Video6:17
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Performing User Authentication Through API

Higher Ed
In this video, we will test and perform actual user authentication through API. This clip is from the chapter "Permissions, Authentication, and Authorization" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In...
Instructional Video6:17
Curated Video

The Complete Strapi™ Course with Plugins and Deployment - Performing Public API Operations

Higher Ed
In this video, we will be performing public API operations. This clip is from the chapter "Permissions, Authentication, and Authorization" of the series "The Complete Strapiâ„¢ Course with Plugins and Deployment".In this section, we will...
Instructional Video10:13
Brian McLogan

The Best Distance, Endpoint Midpoint Between Two Points

12th - Higher Ed
In this video we are going to cover the how to find the distance, midtpoint given two points as well as the endpoint when given one midpoint and endpoint.
Instructional Video5:22
Curated Video

Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Running a Development Server of Next.js for DALL-E Project

Higher Ed
After understanding the Next.js folder structure and how it works, we will get into the image-gen-project folder we created and run the “npm run dev”, which will run the project on a local development server with an endpoint. This clip...
Instructional Video4:58
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - About Docs and Endpoints

Higher Ed
In this video, we will discuss the importance of documentation and define our endpoints to handle voice recording and chatbot conversations. This clip is from the chapter "Backend Build - Working with AI" of the series "ChatGPT...