Curated Video
.NET Core Microservices - Configure Cart Service in Main Project
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...
Curated Video
.NET Core Microservices - Ocelot Introduction
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.
Curated Video
Mastering Tableau 2018.1, Second Edition 10.1: Connecting to Existing Spatial Data
See how to connect to spatial data. • Download a sample dataset • Import data into Tableau
Curated Video
Mastering Tableau 2018.1, Second Edition 7.4: Quick Table Calculations – Rank
We’ll see the rank function. • The importance of rank • Implement the rank function
Curated Video
Serverless JavaScript Projects 4.4: Building an Update and Delete Lambda
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...
Curated Video
Serverless JavaScript Projects 2.3: Run Your Weather AWS Lambda
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.5: Browser Automated Testing Made Easy
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.1: Using Spies in Your Tests
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
Curated Video
Learning D3.JS 5.0 10.5: Customize the Map
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
Curated Video
Learning D3.JS 5.0 5.3: Loading Data from External Sources – CSV
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...
Curated Video
Learning D3.JS 5.0 4.3: The select() Method
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
Curated Video
Bug Bounty Program Certification 9.6: Brute Force Attacks on Websites
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
Curated Video
Bug Bounty Program Certification 2.5: What Is Network Bug Bounty Program?
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
Curated Video
.NET Core Microservices - Create models for Shopping Cart API
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...
Curated Video
.NET Core Microservices - Cart Repository Interface for Shopping Cart API
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...
Curated Video
.NET Core Microservices - Mapping Configuration for Shopping Cart
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...
Curated Video
.NET Core Microservices - Update Shopping Cart Repository Method
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...
Curated Video
.NET Core Microservices - Pass Token and Perform Operations
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...
Curated Video
.NET Core Microservices - Base Service Implementation
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.
Curated Video
.NET Core Microservices - Base Service Interface and API Request Model
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...
Curated Video
.NET Core Microservices - Product Repository Interface and DTOS
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...
Curated Video
.NET Core Microservices - Configure DbContext for Product API
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...
Curated Video
.NET Core Microservices - Configure Start Up File for Coupon Repository
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...
Curated Video
.NET Core Microservices - Create Coupon API Project
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...