Instructional Video6:11
Curated Video

.NET Core Microservices - Azure Storage Explorer for Images

Higher Ed
This is the Azure storage explorer for images. 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 Video3:50
Curated Video

.NET Core Microservices - Create Project 2-3

Higher Ed
This video shows how to create a project. 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 Video4:03
Curated Video

.NET Core Microservices - Direct Exchange RabbitMQ Sender

Higher Ed
This video explains direct exchange RabbitMQ sender. This clip is from the chapter "RabbitMQ" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".null
Instructional Video6:22
Curated Video

.NET Core Microservices - Demo - Synchronous Communication and Alerts Display

Higher Ed
This video explains synchronous communication and alerts display. 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 learn...
Instructional Video5:18
Curated Video

.NET Core Microservices - Set Up Auto Start and Stop for Service Bus Consumer

Higher Ed
This video explains how to set up auto start and stop for service bus consumer. 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...
Instructional Video3:13
Curated Video

.NET Core Microservices - Process Checkout Message and Create Order Details in Database

Higher Ed
This video explains process checkout message and create order details in database. 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...
Instructional Video2:42
Curated Video

.NET Core Microservices - Demo - Apply or Remove Coupon

Higher Ed
This video demonstrates apply or remove coupon. 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 about consume coupon API.
Instructional Video2:57
Curated Video

.NET Core Microservices - Coupon Controller

Higher Ed
This video explains the concept of coupon controller. 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 service.
Instructional Video3:54
Curated Video

.NET Core Microservices - Coupon Repository

Higher Ed
This video explains coupon repository. 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 service.
Instructional Video3:39
Curated Video

.NET Core Microservices - What We will Build?

Higher Ed
This video introduces you to what we will build in the course. This clip is from the chapter "Introduction" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".This section introduces you to the course.
Instructional Video1:14
Curated Video

.NET Core Microservices - Prerequisite

Higher Ed
This video introduces you to the prerequisite of the course. This clip is from the chapter "Introduction" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".This section introduces you to the course.
Instructional Video4:57
Curated Video

Ensemble Machine Learning Techniques 3.5: Using Random Forest to Analyze Sonar Chirp Data

Higher Ed
In this video, we will use python and sklearn to analyze sonar chirp data using Random Forest. • We will use Jupyter Notebook to execute our code • Use Random Forest implementation in Scikit learn • Test with different number of trees
Instructional Video2:39
Curated Video

Ensemble Machine Learning Techniques 1.4: Setting Up Dependencies

Higher Ed
In this video, we will look at scikit learn and how to build a simple ensemble model. • Get an introduction to scikit learn • Use scikit learn to write a simple ensemble learning model • Use scikit learn to evaluate the ensemble learning...
Instructional Video8:50
Curated Video

Mastering Tableau 2018.1, Second Edition 11.4: Actions and Highlighting on Dashboards

Higher Ed
In this video, we’ll look at the several actions we can do on our dashboards. • Why are actions necessary? • Why is highlighting necessary?
Instructional Video2:58
Curated Video

Mastering Tableau 2018.1, Second Edition 5.4: Creating a Condition Filter

Higher Ed
We’ll create a condition filter. • Understand the condition filter • Apply it to our data
Instructional Video14:16
Curated Video

Serverless JavaScript Projects 4.5: Utilizing the Different CRUD Lambdas to Connect Our Front-End App to a Database

Higher Ed
We need to work out all the calls to the DB endpoints from the front-end application. • Start working out all the calls to the API endpoints • Put all the calls in place • Test to make sure everything is working
Instructional Video8:42
Curated Video

Serverless JavaScript Projects 2.5: Stream the Data Between the Lambdas and the Front End

Higher Ed
We need to test this and verify results and make sure it looks good. • Stretch out how much info is being returned
Instructional Video1:55
Curated Video

Serverless JavaScript Projects 1.1: The Course Overview

Higher Ed
This video will give you an overview about the course.
Instructional Video6:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.4: TypeScript with InversifyJS

Higher Ed
In this video, we will learn how to improve our code with a powerful TypeScript library. • Install InversifyJS • Adapt the Express.js code to use InversifyJS • Create a controller
Instructional Video4:54
Curated Video

Tips, Tricks, and Techniques for Node.js Development 3.1: All about Time

Higher Ed
In this video, we will learn how to use time features in Node.js, what the phases of the event loop are and how they affect the timer functions in node. • Explain the event loop • Show setTimeout and setImmediate • Look at a nested...
Instructional Video4:42
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.2: Destructing Enhancement

Higher Ed
In this video, we will learn the advantages of using destructing in a variable and an array within Express, instead of the old-fashioned way. • Destruct a variable of request into multiple variables • Destruct an array of the process...
Instructional Video6:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js

Higher Ed
In this video, we will learn how to develop multiple node packages into one big codebase. • Understand what a monorepo is and install Lerna.js • Create multiple packages • Use these multiple packages
Instructional Video2:20
Curated Video

Learning D3.JS 5.0 2.2: Creating Your First SVG

Higher Ed
In this video, we will learn how to create an SVG element. • Start coding on a texteditor. • Load browser to view the SVG. • Load browser + developer tools. Get familiar with the Elements tab in developer tools.
Instructional Video8:46
Curated Video

Bug Bounty Program Certification 11.3: Perform Reverse Engineering and Find Bugs

Higher Ed
This video focuses on open source code files. • Convert APK into jar file using dex2jar • Open source code using JD-gui tool • Analyze source code