Instructional Video4:27
Curated Video

REST APIs with Flask and Python - Using PUT to Create or Update Items

Higher Ed
This video explains how to use the PUT method to create or update items. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the various...
Instructional Video8:25
Curated Video

REST APIs with Flask and Python - Performing Token Refresh in Your Rest API

Higher Ed
This video demonstrates how to perform a token refresh in your REST API. This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes your knowledge of...
Instructional Video4:02
Curated Video

REST APIs with Flask and Python - Deleting Your Item Resources from the Database

Higher Ed
This video explains how to delete item resources from the database. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of storing...
Instructional Video8:26
Curated Video

REST APIs with Flask and Python - Creating Your Application Endpoints

Higher Ed
This video explains how to create the endpoints of your applications. This clip is from the chapter "Your First REST API" of the series "REST APIs with Flask and Python".This section explains the various aspects of writing a REST API in...
Instructional Video7:18
Curated Video

REST APIs with Flask and Python - Authentication and Logging In — Part 2

Higher Ed
This video is the second part of a two-part video that explains authentication and logging in. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section...
Instructional Video11:21
Curated Video

REST APIs with Flask and Python - Advanced Postman: Environments and Tests

Higher Ed
This video explores advanced Postman usage focusing on tests and environments. This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask and Python".This section explains all the...
Instructional Video10:23
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Practicing the OAuth 2.0 Project to Retrieve the Courses List

Higher Ed
This video presents the details on practicing the OAuth 2.0 project to retrieve the courses list. This clip is from the chapter "Handling Google and Facebook OAuth 2.0 Authorization Grant Types" of the series "REST API Automation Testing...
Instructional Video9:25
Curated Video

Google Apps Script - Exercise Coding Projects - How to POST with Apps Script UrlFetchApp Send Data to Endpoint API

Higher Ed
This video explains how to POST with Apps Script UrlFetchApp and send data to endpoint API. This clip is from the chapter "Apps Script Fetch and API Connections" of the series "Google Apps Script - Exercise Coding Projects".This section...
Instructional Video5:41
Curated Video

Salesforce Platform App Builder Certification Training - Configuring Field Updates for Workflows

Higher Ed
This video explains how to configure field updates for Workflows. This clip is from the chapter "Process Automation" of the series "Salesforce Platform App Builder Certification Training".This section explains the process automation.
Instructional Video7:23
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Environment Variable of Postman Collection - Best Practice Provisioned API URLs

Higher Ed
This video explains the environment variable of Postman Collection—best practice provisioned API URLs. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless...
Instructional Video2:15
Curated Video

Hands-on .NET Minimal API for Web Developers - Introduction - Implementing Collection APIs - Getting Started

Higher Ed
Here, we will be introduced briefly to the collection APIs, improving Minimal APIs, and individual item APIs. This clip is from the chapter "Implementing Collection APIs" of the series "Hands-On .NET Minimal API for Web Developers".This...
Instructional Video4:23
Curated Video

Practical GraphQL - Become a GraphQL Ninja - File (Image) Upload in the Backend (Node.js)

Higher Ed
Authentication via React and GraphQL: File (Image) Upload in the Backend (Node.js) This clip is from the chapter "Authentication via React and GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section is about...
Instructional Video4:08
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Startup - Part 2

Higher Ed
In this video, we'll look at startup - part 2. This clip is from the chapter "Razor Projects in ASP.NET Core" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at Razor projects in ASP.NET Core.
Instructional Video13:32
Curated Video

REST APIs with Flask and Python - Signing Up and Writing Users to a Database

Higher Ed
This video explains how to sign up and write users to a database. This clip is from the chapter "Storing Resources in a SQL Database" of the series "REST APIs with Flask and Python".This section explains the various aspects of storing...
Instructional Video2:44
Curated Video

REST APIs with Flask and Python - Requiring a Fresh Token in an Endpoint

Higher Ed
This video explains why a fresh token is required in an endpoint. This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes your knowledge of Token and...
Instructional Video5:38
Curated Video

REST APIs with Flask and Python - Testing Your New Resource with Postman

Higher Ed
This video explains how to test your new resource with Postman. This clip is from the chapter "Token refreshing and Flask-JWT extended" of the series "REST APIs with Flask and Python".This section refreshes your knowledge of Token and...
Instructional Video3:33
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Creating S3 Bucket

Higher Ed
In this session, we will create a S3 bucket so that the destination is prepared and ready to use. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with...
Instructional Video5:38
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Creating DMS Source Endpoint

Higher Ed
So far, we have created the source and destination. In this session, we will go ahead and create the DMS source endpoint. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS:...
Instructional Video5:36
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Creating DMS Destination Endpoint

Higher Ed
In this session, we will create the DMS destination endpoint. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers...
Instructional Video3:06
Curated Video

Docker Certified Associate Certification Training Course - Container Network Model

Higher Ed
This video explains container network model. This clip is from the chapter "Networking" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains networking.
Instructional Video20:56
Curated Video

Minimal API Development with ASP.NET Core - Additional Endpoints

Higher Ed
This video explains how to extend the endpoints to make some additional endpoints. This clip is from the chapter "Create API Endpoints" of the series "Minimal API Development with ASP.NET Core".This section focuses on creating API...
Instructional Video12:43
Curated Video

Minimal API Development with ASP.NET Core - Add Login Endpoint

Higher Ed
This video explains what it takes to create a login endpoint. This clip is from the chapter "Securing a Minimal API" of the series "Minimal API Development with ASP.NET Core".This section focuses on securing a Minimal API.
Instructional Video21:22
Curated Video

Minimal API Development with ASP.NET Core - Add HTTP Request Filters (.NET 7)

Higher Ed
This video explains filters and how to add HTTP request filters. This clip is from the chapter "Value-Added Features" of the series "Minimal API Development with ASP.NET Core".This section explains value-added features.
Instructional Video6:01
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Create a REST API from AWS Lambda Function by Adding API Gateway Trigger

Higher Ed
This video explains how to create a REST API from AWS Lambda function by adding an API Gateway trigger. This clip is from the chapter "Building Microservices with AWS Lambda for Synchronous API-Driven Event Sources" of the series "AWS...