Instructional Video1:34
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - What is JSON

Higher Ed
In this video, we will see what JSON is.
r/>
This clip is from the chapter "Azure Administration" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section introduces PowerShell and its module and the...
Instructional Video9:55
Curated Video

Next.js from Development to Deployment - API Routes

Higher Ed
This video talks about API routes.<br/<br/>>

This clip is from the chapter "Data Fetching" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on data fetching.
Instructional Video14:24
Curated Video

Comprehensive Android Developer Bootcamp - CRUD - Get All Contacts and Show Saved Contacts

Higher Ed
Persistence in Android - Database:CRUD - Get All Contacts and Show Saved Contacts
r/>
This clip is from the chapter "Persistence in Android - Database" of the series "The Comprehensive Android Developer Bootcamp".In this...
Instructional Video14:37
Curated Video

The Complete React Developer Course (with Hooks and Redux) - Saving and Loading Options Data

Higher Ed
In this video you'll learn how you can use localStorage to persist state between page views.
r/>
This clip is from the chapter "Stateless Functional Components" of the series "The Complete React Developer Course (with Hooks and...
Instructional Video10:33
Curated Video

REST APIs with Flask and Python - Creating Your Item Resource

Higher Ed
This video demonstrates how to create your item resource.
r/>
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 Video7:33
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Retrieving the JSON Array Size and its Elements Using the JSON Path

Higher Ed
This video explains how to retrieve the JSON array size and its elements using the JSON path.
r/>
This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from Scratch -...
Instructional Video15:18
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Performing REST Assured Automation Testing for the OAuth Project

Higher Ed
This video explains how to perform REST Assured automation testing for the OAuth project.
r/>
This clip is from the chapter "REST Assured Automation for OAuth 2.0 Authorization Code" of the series "REST API Automation Testing...
Instructional Video12:00
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Libraries Needed to Support Serialization in REST Assured

Higher Ed
This video focuses on the libraries needed to support serialization in REST Assured.
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from...
Instructional Video17:21
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Creating POJO Classes for the Real-Time Nested Array in JSON

Higher Ed
This video explains how to create POJO classes for the real-time nested array in JSON.
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from...
Instructional Video14:12
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Converting HashMap into JSON

Higher Ed
This video demonstrates how to convert HashMap into JSON.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video8:26
Curated Video

Kubernetes for the Absolute Beginners - Hands-On - Introduction to YAML

Higher Ed
In this video, we will see an introduction to YAML.
r/>
This clip is from the chapter "YAML Introduction" of the series "Kubernetes for the Absolute Beginners - Hands-On".In this section, we are introduced to YAML and coding...
Instructional Video5:08
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.3: Type Checking with TypeScript

Higher Ed
In this video, we will learn how to use TypeScript to improve our code.<br/>
• Install the dependencies for<br/> TypeScript
• Adapt the Express.js <br/>code to use TypeScript
• Run the app<br/>lication with TypeScript compiler
Instructional Video9:04
Curated Video

Comprehensive Android Developer Bootcamp - QuestionBank Data Class - Part 2

Higher Ed
Building a Trivia App:QuestionBank Data Class - Part 2
r/>
This clip is from the chapter "APP –Building a Trivia App" of the series "The Comprehensive Android Developer Bootcamp".This section will show you how to build your own...
Instructional Video11:23
Curated Video

The Modern JavaScript Bootcamp (2019) - Saving Our Data in LocalStorage: Part II

Higher Ed
In this video, you’ll start integrating local storage into the apps. This will allow users to add some to-dos or notes and pick up where they left off.
r/>
This clip is from the chapter "Data Storage, Libraries, and More" of...
Instructional Video10:35
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Building POJO Classes to Construct JSON Payload to API

Higher Ed
This video demonstrates how to build POJO classes to construct JSON Payload to API.
r/>
This clip is from the chapter "Serialization of the Input Payload Using Google Maps API Example" of the series "REST API Automation Testing...
Instructional Video2:58
Curated Video

Finding Errors in Division Problems Where the Answer is a Fraction (Part 1)

K - 12th
Find the error on the number line or in equations when solving word problems involving division of whole numbers leading to answers as fractions.
Instructional Video2:55
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Lock Unlock Action Method

Higher Ed
In this video, we'll look at lock unlock action method.<br/<br/>>

This clip is from the chapter "User Management" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at user management.
Instructional Video11:28
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Getting Connected

Higher Ed
This video explains how to get connected to a Linux system.
r/>
This clip is from the chapter "Installing and Connecting to a Linux System" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This...
Instructional Video4:59
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Why Dynamic JSON Payloads are Important to Understand

Higher Ed
This video explains the importance of the dynamic JSON payloads.
r/>
This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch - REST Assured...
Instructional Video15:12
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - What is Serialization and Deserialization in REST Assured?

Higher Ed
The video explains the concept of serialization and deserialization in REST Assured.
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from...
Instructional Video16:41
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Creating Additional Scenarios in Framework to Reuse Existing Step Definitions

Higher Ed
This video explains how to create additional scenarios in the framework to reuse existing step definitions.
r/>
This clip is from the chapter "Cucumber BDD API Framework Development from Scratch - 1" of the series "REST API...
Instructional Video10:46
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Building End-to-End Automation Using GET, POST, and PUT HTTP Methods

Higher Ed
This video demonstrates how to build end-to-end automation using the GET, POST, and PUT HTTP methods.
r/>
This clip is from the chapter "Validating the REST API Responses" of the series "REST API Automation Testing from Scratch...
Instructional Video12:15
Curated Video

Promises in JavaScript

Pre-K - Higher Ed
When working with the web and external data there are many actions that are asynchronous. Mark shows you how to use Promises to work with asynchronous processes in JavaScript.
Instructional Video4:00
Curated Video

Docker Certified Associate Certification Training Course - Docker Container Logs

Higher Ed
This video explains Docker container logs.<br<br/>/>

This clip is from the chapter "Container Configuration" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains container configuration.