Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Virtual Private Cloud (VPC) Overview
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - EFS and PrivateLink
How can you ensure secure connections between your VPCs, services, and applications in AWS? Check out PrivateLink to find out.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - AWS Documentation
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like Tweet
This video is all about implementing a "like" functionality in our Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Create User
In this video, you will learn how to create a user and store it in our MongoDB database using Mongoose and Express.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Upload Profile Image
In this video, we will cover how to upload a profile image for the user using SwiftUI and Node.js.
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - The Startup Class - Defining the Middleware Pipeline
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API: Login/Register Endpoint / 120
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.
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the POST Endpoint for the CoffeeOrderService - /coffee_orders
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the DTOs for CoffeeOrderService
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Vault Authentication Using the API
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Vault Architecture and Pathing Structure
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...
Curated Video
Getting Started with HashiCorp Nomad - Understanding the Nomad API
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Vault Authentication Using the API
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.
Curated Video
Design Microservices Architecture with Patterns and Principles - Gateway Routing pattern
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,...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Creating Projects in Bulk
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Fetching Data from the GitHub API
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Webhooks: An Overview
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,...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - CRUD Operations on Collection Types
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Performing User Authentication Through API
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...
Curated Video
The Complete Strapi™ Course with Plugins and Deployment - Performing Public API Operations
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...
Brian McLogan
The Best Distance, Endpoint Midpoint Between Two Points
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.
Curated Video
Build a DALL-E Image Generator using React, JavaScript, and OpenAI - Running a Development Server of Next.js for DALL-E Project
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...
Curated Video
ChatGPT Voice-Powered Chatbot Build with React and FastAPI - About Docs and Endpoints
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...