Instructional Video3:40
Curated Video

.NET Core Microservices - Configure Cart Service in Main Project

Higher Ed
This video explains the concept of configuring cart service in main project. This clip is from the chapter "Consume Coupon API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Instructional Video6:09
Curated Video

.NET Core Microservices - Ocelot Introduction

Higher Ed
This video introduces Ocelot. This clip is from the chapter "Ocelot" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Ocelot and how to add Ocelot to the Gateway.
Instructional Video4:09
Curated Video

Mastering Tableau 2018.1, Second Edition 10.1: Connecting to Existing Spatial Data

Higher Ed
See how to connect to spatial data. • Download a sample dataset • Import data into Tableau
Instructional Video6:38
Curated Video

Mastering Tableau 2018.1, Second Edition 7.4: Quick Table Calculations – Rank

Higher Ed
We’ll see the rank function. • The importance of rank • Implement the rank function
Instructional Video5:43
Curated Video

Serverless JavaScript Projects 4.4: Building an Update and Delete Lambda

Higher Ed
In this video, we need to be able to update the cards when moved from column to column. We also need to be able to delete cards and boards. • Set up the functions for update and delete • Run the serverless deploy script • Make sure CORS...
Instructional Video19:43
Curated Video

Serverless JavaScript Projects 2.3: Run Your Weather AWS Lambda

Higher Ed
We need a way to query the weather info based on the location info acquired. • Sign up for Wunderground.com API • Use serveless CLI to create a function for querying Wunderground API for data • Return the weather Info to the user
Instructional Video7:54
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.5: Browser Automated Testing Made Easy

Higher Ed
In this video, we will learn how to test our web application with browser interactions. • Look at karma and nightwatch.js • Install nightwatch.js • Write a test with nightwatch.js
Instructional Video7:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.1: Using Spies in Your Tests

Higher Ed
In this video, we will learn how to work with spies in our unit tests. • Explain spyOn • Explain and.callThrough, and.callFake • Explain how to test call with parameters
Instructional Video1:52
Curated Video

Learning D3.JS 5.0 10.5: Customize the Map

Higher Ed
In this video, we will discuss what we have learnt in the section and what more we can do with maps and D3. • Get an overview of choropleth maps • Understand panning, drag, and zoom • Customize the map
Instructional Video6:01
Curated Video

Learning D3.JS 5.0 5.3: Loading Data from External Sources – CSV

Higher Ed
In this video, we will learn how to load data from a CSV file. • Discuss the different types of supported files to create requests and get data • Create a CSV file and write the code to fetch data • View the result and console tab from...
Instructional Video1:38
Curated Video

Learning D3.JS 5.0 4.3: The select() Method

Higher Ed
In this video, we will learn what the select() method is and how to use it. • Start writing code about the select() method • Write a short example • Explain the example using the console in the developer tools
Instructional Video12:21
Curated Video

Bug Bounty Program Certification 9.6: Brute Force Attacks on Websites

Higher Ed
This video will help you perform brute force attack on web admin. • Request interception using Burpsuite • Create wordlist for brute force attack • Perform brute force attack on web admin page using burp suite
Instructional Video3:27
Curated Video

Bug Bounty Program Certification 2.5: What Is Network Bug Bounty Program?

Higher Ed
In this video, explore network bug bounty overview. • Explore network bug bounty • Example of bug bounty • Explain in depth about network bug bounty program and its processes
Instructional Video3:07
Curated Video

.NET Core Microservices - Create models for Shopping Cart API

Higher Ed
This video explains how to create models for shopping cart API. This clip is from the chapter "Consume Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Instructional Video2:56
Curated Video

.NET Core Microservices - Cart Repository Interface for Shopping Cart API

Higher Ed
This video explains cart repository interface for shopping cart API. This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn...
Instructional Video1:26
Curated Video

.NET Core Microservices - Mapping Configuration for Shopping Cart

Higher Ed
This video explains the concept of mapping configuration for shopping cart. This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
Instructional Video5:11
Curated Video

.NET Core Microservices - Update Shopping Cart Repository Method

Higher Ed
This video explains the update shopping cart repository method. This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about...
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. 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 about...
Instructional Video10:22
Curated Video

.NET Core Microservices - Base Service Implementation

Higher Ed
This is the base service implementation. 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 will learn products API advance setup.
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. 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 will learn...
Instructional Video6:42
Curated Video

.NET Core Microservices - Product Repository Interface and DTOS

Higher Ed
This video explains product repository interface and DTOS. 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 will learn products API...
Instructional Video5:06
Curated Video

.NET Core Microservices - Configure DbContext for Product API

Higher Ed
This video explains how to configure DbContext for product API. This clip is from the chapter "Product API Basic Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about...
Instructional Video1:40
Curated Video

.NET Core Microservices - Configure Start Up File for Coupon Repository

Higher Ed
This video explains how to configure startup file for coupon repository. This clip is from the chapter "Sync Microservice Communication" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
Instructional Video3:22
Curated Video

.NET Core Microservices - Create Coupon API Project

Higher Ed
This video introduces you to create coupon API project. This clip is from the chapter "Coupon API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about the coupon API...