Curated Video
.NET Core Microservices - Azure Storage Explorer for Images
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.
Curated Video
.NET Core Microservices - Create Project 2-3
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.
Curated Video
.NET Core Microservices - Direct Exchange RabbitMQ Sender
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
Curated Video
.NET Core Microservices - Demo - Synchronous Communication and Alerts Display
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...
Curated Video
.NET Core Microservices - Set Up Auto Start and Stop for Service Bus Consumer
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...
Curated Video
.NET Core Microservices - Process Checkout Message and Create Order Details in Database
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...
Curated Video
.NET Core Microservices - Demo - Apply or Remove Coupon
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.
Curated Video
.NET Core Microservices - Coupon Controller
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.
Curated Video
.NET Core Microservices - Coupon Repository
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.
Curated Video
.NET Core Microservices - What We will Build?
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.
Curated Video
.NET Core Microservices - Prerequisite
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.
Curated Video
Ensemble Machine Learning Techniques 3.5: Using Random Forest to Analyze Sonar Chirp Data
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
Curated Video
Ensemble Machine Learning Techniques 1.4: Setting Up Dependencies
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 11.4: Actions and Highlighting on Dashboards
In this video, we’ll look at the several actions we can do on our dashboards. • Why are actions necessary? • Why is highlighting necessary?
Curated Video
Mastering Tableau 2018.1, Second Edition 5.4: Creating a Condition Filter
We’ll create a condition filter. • Understand the condition filter • Apply it to our data
Curated Video
Serverless JavaScript Projects 4.5: Utilizing the Different CRUD Lambdas to Connect Our Front-End App to a Database
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
Curated Video
Serverless JavaScript Projects 2.5: Stream the Data Between the Lambdas and the Front End
We need to test this and verify results and make sure it looks good. • Stretch out how much info is being returned
Curated Video
Serverless JavaScript Projects 1.1: The Course Overview
This video will give you an overview about the course.
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.4: TypeScript with InversifyJS
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 3.1: All about Time
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.2: Destructing Enhancement
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js
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
Curated Video
Learning D3.JS 5.0 2.2: Creating Your First SVG
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.
Curated Video
Bug Bounty Program Certification 11.3: Perform Reverse Engineering and Find Bugs
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