Instructional Video3:30
Curated Video

.NET Core Microservices - Create Coupon Repository Interface

Higher Ed
This video explains how to create coupon repository interface. 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:08
Curated Video

.NET Core Microservices - Setting Up Constants

Higher Ed
This video explains setting up constants. 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 Video2:29
Curated Video

.NET Core Microservices - Logic for Apply or Remove Coupon in View

Higher Ed
This video shows logic for apply or remove coupon in view. 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...
Instructional Video0:35
Curated Video

.NET Core Microservices - Introduction 10-1

Higher Ed
This video introduces you to the section. 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:12
Curated Video

Learn and Master C Programming - Understanding For Loops in C/C++

Higher Ed
We will look at the ‘for’ loop syntax and dissect its parts to understand how it executes and become familiar with it. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C Programming For...
Instructional Video1:50
Curated Video

Learn and Master C Programming - Find & Replace in Visual Studio

Higher Ed
We will look at the Find & Replace feature of Visual Studio which allows you to search text inside your code files, project or solution and replace exact matches with new strings of your choice This clip is from the chapter "Walkthrough:...
Instructional Video5:22
Curated Video

Learn and Master C Programming - Tabs versus White Space

Higher Ed
We will go over the differences between tabs versus spaces when using white space and learn why you should be using spaces instead of tabs and also learn how to turn TAB keys into spaces from Tools | Options menu. This clip is from the...
Instructional Video1:17
Curated Video

Learn and Master C Programming - Visual Studio Start Page

Higher Ed
A quick overview of the start page to understand what it does and how to use it. This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For Absolute Beginners!".In this section we...
Instructional Video2:00
Curated Video

Learn and Master C Programming - Where To Go From Here...

Higher Ed
The author lays down the path for further steps to take after this course is completed. This clip is from the chapter "Where To Go From Here..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Instructional Video2:35
Curated Video

Ensemble Machine Learning Techniques 3.6: Using the Decision Tree to Determine Weight at Birth

Higher Ed
In this video, we will use python and Sci-kit learn to determine if a baby will be underweight at birth. • We will use Jupyter Notebook to execute our code • We will use Bagging with Decision Trees • We will compare the results with...
Instructional Video11:15
Curated Video

Mastering Tableau 2018.1, Second Edition 10.5: Working with Pathway and Territories

Higher Ed
In this video, we’ll see how to create a flow over a map. We’ll also learn to create custom territories. • Steps to implement pathways • Steps to implement custom territories
Instructional Video15:39
Curated Video

Mastering Tableau 2018.1, Second Edition 6.3: Using Parameters to Control Visualization Interactivity

Higher Ed
We’ll look into parameters and also learn how to add them in visualizations to add interactivity. • Understand parameters • Implement parameters in Tableau
Instructional Video4:38
Curated Video

Mastering Tableau 2018.1, Second Edition 1.4: Business Case for Visualizations with an Advanced Practical Example

Higher Ed
We’ll discuss advanced business cases and will also see practical examples for the same. • Look at different business case scenarios
Instructional Video2:14
Curated Video

Serverless JavaScript Projects 5.1: Creating the UI by Building a Good Front End

Higher Ed
In this video, we need a solution for making clickable videos. • Install jQuery and Bootstrap • Set up the front end with a grid • Test the front end
Instructional Video2:03
Curated Video

Serverless JavaScript Projects 1.4: Get on an Amazon Free Tier Node

Higher Ed
This video shows how to sign up for the Free Node of AWS • Signing up
Instructional Video6:04
Curated Video

Learning D3.JS 5.0 9.5: Making the Tree Collapsible

Higher Ed
In this video, we will learn how to connect everything we’ve done in this section. • Create the diagonal • Update the links • Exit from links
Instructional Video4:28
Curated Video

Learning D3.JS 5.0 8.5: Creating the Line

Higher Ed
In this video, we will learn how to create a line in a line chart. • Understand the shape library • Add the code for the line • Fix the visual result
Instructional Video2:57
Curated Video

Learning D3.JS 5.0 5.4: Loading Data from External Sources – JSON

Higher Ed
In this video, we will learn how to load data from a JSON file. • Discuss JSON file • Create a JSON fileand write the code to fetch data • View the result and console tab from the developer tools
Instructional Video8:35
Curated Video

Bug Bounty Program Certification 9.1: Find Bugs in Websites for Frontend Penetration

Higher Ed
In this video, you will learn about frontend vulnerability scanning using Acunetix. • Explore example of cross site scripting attack • Understand vulnerability Listing in Acunetix • Explore report generation using Acunetix
Instructional Video2:47
Curated Video

Learn and Master C Programming - Quick Find in Visual Studio

Higher Ed
We will look at the Quick Find feature of Visual Studio which allows you to search text inside your code files and locate the exact match of your search string. This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series...
Instructional Video2:30
Curated Video

Learn and Master C Programming - register' keyword in C

Higher Ed
Look at how 'register' keyword can be used and when to use it. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into keywords like auto,...
Instructional Video0:59
Curated Video

Learn and Master C Programming - #error' preprocessor directive

Higher Ed
We look at '#error' directive and how it can be used with a simple example. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Instructional Video6:36
Curated Video

Learn and Master C Programming - Using Pointers

Higher Ed
We will jump into Visual Studio to apply the stuff we learned in previous lecture and write some code to see pointers in action. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video4:08
Curated Video

.NET Core Microservices - Index View Home Controller

Higher Ed
This video explains index view home controller. 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.