Instructional Video0:17
Packt

.NET Core Microservices - Introduction 8-1

Higher Ed
This video introduces you to the section. 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 about consume shopping...
Instructional Video0:20
Curated Video

.NET Core Microservices - Introduction 6-1

Higher Ed
This video explains the section. This clip is from the chapter "Home and Details" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about home and details.
Instructional Video2:34
Curated Video

.NET Core Microservices - Token Inspection

Higher Ed
This video explains the concept of token inspection. 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 identity server.
Instructional Video4:00
Curated Video

.NET Core Microservices - Login Registration Redirection

Higher Ed
This video explains the concept of login registration redirection. 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 identity...
Instructional Video0:34
Curated Video

.NET Core Microservices - Introduction 2-1

Higher Ed
This video introduces you to the section. 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 product API basic setup.
Instructional Video2:48
Curated Video

.NET Core Microservices - Install RabbitMQ

Higher Ed
This video explains how to install RabbitMQ. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video8:24
Curated Video

.NET Core Microservices - Fanout Subscription Setup

Higher Ed
This video explains Fanout subscription setup. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video5:09
Curated Video

.NET Core Microservices - Consume Message from Order API

Higher Ed
This video explains consume message from Order API. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video4:09
Curated Video

.NET Core Microservices - Publish Message from Order API

Higher Ed
This video explains how to publish message from Order API. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video2:45
Curated Video

.NET Core Microservices - Add Ocelot to the Gateway

Higher Ed
This video explains how to add Ocelot to the gateway. 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...
Instructional Video2:16
Curated Video

.NET Core Microservices - Configure DbContext for Order Repository

Higher Ed
This video explains how to configure DbContext for order repository. This clip is from the chapter "Order API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about the Order API.
Instructional Video0:32
Curated Video

.NET Core Microservices - Introduction 18-1

Higher Ed
This video introduces you to Queue. 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 Video5:51
Curated Video

.NET Core Microservices - Create Models for Azure Messaging

Higher Ed
This video explains how to create models for Azure Messaging. This clip is from the chapter "Order API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about the Order API.
Instructional Video3:27
Curated Video

.NET Core Microservices - Implement Order Repository

Higher Ed
This video explains how to implement order repository. This clip is from the chapter "Order API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about the Order API.
Instructional Video3:10
Curated Video

.NET Core Microservices - Order Repository Interface

Higher Ed
This video explains order repository interface. This clip is from the chapter "Order API" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about the Order API.
Instructional Video0:38
Curated Video

.NET Core Microservices - Introduction 13-1

Higher Ed
This video introduces you to the section. This clip is from the chapter "Azure Service Bus" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about Azure Service Bus.
Instructional Video3:01
Curated Video

.NET Core Microservices - Checkout Method in Cart Service

Higher Ed
This video explains checkout method in cart service. This clip is from the chapter "Checkout Functionality" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about the checkout...
Instructional Video5:03
Curated Video

.NET Core Microservices - Set Up RabbitMQ consumer Part 1

Higher Ed
This video explains how to set up RabbitMQ consumer part 1. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video4:24
Curated Video

Predictive Analytics with TensorFlow 9.3: Developing a Predictive Model for Time Series Data

Higher Ed
RNNs, specifically LSTM models, are often a difficult topic to understand. Time series prediction is a useful application for RNNs because of temporal dependencies in the data. Time series data is abundantly available online. In this...
Instructional Video12:58
Curated Video

Mastering Tableau 2018.1, Second Edition 6.1: Working with Grouping, Drill Down, and Date Hierarchies

Higher Ed
In this video, we’ll work with grouping, drill-down, and data hierarchies. • Understand and implement groups • Understand and implement drill-down • Understand and implement data hierarchies
Instructional Video2:19
Curated Video

Ensemble Machine Learning Techniques 5.2: Implementing Blending in Python

Higher Ed
This video aims to teach the viewer how to implement blending in Python. • We go into the details of blending algorithm • We write simple python code to perform blending
Instructional Video1:53
Curated Video

Mastering Tableau 2018.1, Second Edition 2.2: Connecting to the Global Superstore Dataset

Higher Ed
In this video, we’ll learn how to connect to the global superstore dataset. • Connect to the sample superstore dataset • Import datasheets • Exploring the dataset in Tableau
Instructional Video5:18
Curated Video

Tips, Tricks, and Techniques for Node.js Development 3.3: Do It the Promises Way

Higher Ed
When we have too many callbacks depending on each other we can move on to promises. In this video, we will learn how to use promises. • Understand callback hell • Explain promises • Rewrite our code with promises
Instructional Video4:54
Curated Video

.NET Core Microservices - NuGet Packages for Product API

Higher Ed
You will learn about NuGet packages 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 product API...