Curated Video
REST APIs with Flask and Python - Using PUT to Create or Update Items
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...
Curated Video
REST APIs with Flask and Python - Performing Token Refresh in Your Rest API
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...
Curated Video
REST APIs with Flask and Python - Deleting Your Item Resources from the Database
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...
Curated Video
REST APIs with Flask and Python - Creating Your Application Endpoints
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...
Curated Video
REST APIs with Flask and Python - Authentication and Logging In — Part 2
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...
Curated Video
REST APIs with Flask and Python - Advanced Postman: Environments and Tests
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...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Practicing the OAuth 2.0 Project to Retrieve the Courses List
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...
Curated Video
Google Apps Script - Exercise Coding Projects - How to POST with Apps Script UrlFetchApp Send Data to Endpoint API
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...
Curated Video
Salesforce Platform App Builder Certification Training - Configuring Field Updates for Workflows
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.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Environment Variable of Postman Collection - Best Practice Provisioned API URLs
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...
Curated Video
Hands-on .NET Minimal API for Web Developers - Introduction - Implementing Collection APIs - Getting Started
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...
Curated Video
Practical GraphQL - Become a GraphQL Ninja - File (Image) Upload in the Backend (Node.js)
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...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Startup - Part 2
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.
Curated Video
REST APIs with Flask and Python - Signing Up and Writing Users to a Database
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...
Curated Video
REST APIs with Flask and Python - Requiring a Fresh Token in an Endpoint
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...
Curated Video
REST APIs with Flask and Python - Testing Your New Resource with Postman
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Creating S3 Bucket
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...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Creating DMS Source Endpoint
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:...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Creating DMS Destination Endpoint
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...
Curated Video
Docker Certified Associate Certification Training Course - Container Network Model
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.
Curated Video
Minimal API Development with ASP.NET Core - Additional Endpoints
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...
Curated Video
Minimal API Development with ASP.NET Core - Add Login Endpoint
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.
Curated Video
Minimal API Development with ASP.NET Core - Add HTTP Request Filters (.NET 7)
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.
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Create a REST API from AWS Lambda Function by Adding API Gateway Trigger
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...