Instructional Video11:12
Schooling Online

Shakespeare Today: Richard III - Act 4 Summary

3rd - Higher Ed
Now that Richard has been crowned King Richard III, he becomes obsessed with holding onto his power. How far will he go to secure his stolen crown? Pretty darn far! But there are a few things Richard didn’t count on – the curse of old...
Instructional Video6:28
Curated Video

.NET Core Microservices - Pass Token and Perform Operations

Higher Ed
This video explains the concept of pass token and perform operations.
r/>
This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Instructional Video4:30
Curated Video

.NET Core Microservices - Base Service Interface and API Request Model

Higher Ed
This video explains base service interface and API request model.
r/>
This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you...
Instructional Video5:51
Curated Video

Next.js from Development to Deployment - Store JWT in Server HttpOnly Cookie

Higher Ed
This video explains how to store JWT in server HttpOnly cookie.
r/>
This clip is from the chapter "Authentication, JWT, and HttpOnly Cookies" of the series "Next.js from Development to Deployment: Build a Music Event...
Instructional Video9:57
Curated Video

Next.js from Development to Deployment - Edit Event and Image Preview

Higher Ed
This video explains how to edit event and image preview.
r/>
This clip is from the chapter "Events Functionality - Part 2" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses...
Instructional Video3:54
Curated Video

Next.js from Development to Deployment - Delete Events

Higher Ed
This video explains how to delete events.
r/>
This clip is from the chapter "Events Functionality - Part 2" of the series "Next.js from Development to Deployment: Build a Music Event Website".This section focuses on the event...
Instructional Video3:27
Curated Video

Mastering Spring Framework Fundamentals - Understanding the Prototype Scope

Higher Ed
This video explains the enum data type.<br/<br/>>

This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use them.
Instructional Video5:56
Curated Video

API Testing with Postman - Testing PUT Calls

Higher Ed
Understand how to test PUT calls in an API.

• Discuss some of the considerations specific to PUT
calls
• Show examples of using
PUT calls
• Discuss a possible security issue show
n
in a PUT call

This...
Instructional Video8:15
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 20 – Invoking Currency Exchange Microservice from Currency Conversion Micro

Higher Ed
This video is about invoking currency exchange microservice from currency conversion micro.
r/>
This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and...
Instructional Video4:51
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Step 03 – Creating a Hello World Service

Higher Ed
This video explains how to create a Hello World service.
r/>
This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In this section, you will...
Instructional Video4:40
Curated Video

Master Microservices with Spring Boot and Spring Cloud - Introduction to SOAP (Simple Object Access Protocol) Web Services

Higher Ed
This video introduces you to the SOAP (Simple Object Access Protocol) web services.
r/>
This clip is from the chapter "Introduction to Web Services" of the series "Master Microservices with Spring Boot and Spring Cloud".In this...
Instructional Video2:46
Curated Video

Mastering Django Web Development (Video 7)

Higher Ed
Django is one of the world's leading web development platforms that follows the model-view-template development method. This Python web framework makes your app building experience smoother, faster, and easier. It has been and...
Instructional Video7:56
Curated Video

Learning Python Web Penetration Testing (Video 10)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or...
Instructional Video5:08
Curated Video

RESTful Web API Design with Node.js (Video 17)

Higher Ed
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on...
Instructional Video7:16
Curated Video

RESTful Web API Design with Node.js (Video 13)

Higher Ed
RESTful Web APIs allow developers to create unprecedented applications by leveraging the data on the Internet. Since JavaScript is the language of the web, building APIs using Node.js provides a seamless development experience on...
Instructional Video8:49
Packt

Resource Updating Endpoints: Part II

Higher Ed
REST APIs and Mongoose (Task App): Resource Updating Endpoints: Part II
<
br/>
This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section,...
Instructional Video16:01
Packt

Resource Updating Endpoints: Part I

Higher Ed
REST APIs and Mongoose (Task App): Resource Updating Endpoints: Part I
<
br/>
This clip is from the chapter "REST APIs and Mongoose (Task App)" of the series "The Complete Node.js Developer Course (3rd Edition)".In this section, you...
Instructional Video12:13
Packt

Custom HTTP Library (Ajax with Callbacks) - Part 2

Higher Ed
Asynchronous JavaScript, Ajax & Fetch API: Custom HTTP Library (Ajax with Callbacks) - Part 2
<
br/>
This clip is from the chapter "Asynchronous JavaScript, Ajax & Fetch API" of the series "Modern JavaScript from the Beginning".In...
Instructional Video9:37
Curated Video

Next.js from Development to Deployment - Search API Route

Higher Ed
This video explores the search API route.<br/<br/>>

This clip is from the chapter "Search, Caching Posts, and Deployment" of the series "Next.js from Development to Deployment: Build a Music Event Website".null
Instructional Video14:34
Curated Video

Comprehensive Android Developer Bootcamp - Showing a JSON Response

Higher Ed
Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON:Showing a JSON Response
r/>
This clip is from the chapter "Connecting our Apps to the Web – JSON, API’s, Network Services, Parsing JSON" of the series...
Instructional Video18:36
Curated Video

The Full Stack Web Development - Form Validation and User Register

Higher Ed
Backend programming with Node.js: Form Validation and User Register
r/>
This clip is from the chapter "Backend programming with Node.js" of the series "The Full Stack Web Development".In this section, we work with the backend...
Instructional Video8:59
Curated Video

The Full Stack Web Development - Server & Redis Client Setup

Higher Ed
Redis - The Cache Database: Server & Redis Client Setup
r/>
This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis – part of other essential...
Instructional Video4:17
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 32 - Updating POST and DELETE methods on User Resource to use JPA

Higher Ed
Connecting RESTful Web Service to JPA: Step 32 - Updating POST and DELETE methods on User Resource to use JPA
r/>
This clip is from the chapter "Connecting RESTful Web Service to JPA" of the series "Master Java Web Services and...
Instructional Video4:33
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 28 - Implementing Basic Authentication with Spring Security

Higher Ed
Web Services with Spring and Spring Boot: Step 28 - Implementing Basic Authentication with Spring Security
r/>
This clip is from the chapter "RESTful Web Services with Spring and Spring Boot" of the series "Master Java Web...