Curated Video
.NET Core Microservices - Create Coupon Repository Interface
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...
Curated Video
.NET Core Microservices - Setting Up Constants
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.
Curated Video
.NET Core Microservices - Logic for Apply or Remove Coupon in View
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...
Curated Video
.NET Core Microservices - Introduction 10-1
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.
Curated Video
Learn and Master C Programming - Understanding For Loops in C/C++
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...
Curated Video
Learn and Master C Programming - Find & Replace in Visual Studio
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:...
Curated Video
Learn and Master C Programming - Tabs versus White Space
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...
Curated Video
Learn and Master C Programming - Visual Studio Start Page
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...
Curated Video
Learn and Master C Programming - Where To Go From Here...
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...
Curated Video
Ensemble Machine Learning Techniques 3.6: Using the Decision Tree to Determine Weight at Birth
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 10.5: Working with Pathway and Territories
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
Curated Video
Mastering Tableau 2018.1, Second Edition 6.3: Using Parameters to Control Visualization Interactivity
We’ll look into parameters and also learn how to add them in visualizations to add interactivity. • Understand parameters • Implement parameters in Tableau
Curated Video
Mastering Tableau 2018.1, Second Edition 1.4: Business Case for Visualizations with an Advanced Practical Example
We’ll discuss advanced business cases and will also see practical examples for the same. • Look at different business case scenarios
Curated Video
Serverless JavaScript Projects 5.1: Creating the UI by Building a Good Front End
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
Curated Video
Serverless JavaScript Projects 1.4: Get on an Amazon Free Tier Node
This video shows how to sign up for the Free Node of AWS • Signing up
Curated Video
Learning D3.JS 5.0 9.5: Making the Tree Collapsible
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
Curated Video
Learning D3.JS 5.0 8.5: Creating the Line
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
Curated Video
Learning D3.JS 5.0 5.4: Loading Data from External Sources – JSON
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
Curated Video
Bug Bounty Program Certification 9.1: Find Bugs in Websites for Frontend Penetration
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
Curated Video
Learn and Master C Programming - Quick Find in Visual Studio
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...
Curated Video
Learn and Master C Programming - register' keyword in C
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,...
Curated Video
Learn and Master C Programming - #error' preprocessor directive
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...
Curated Video
Learn and Master C Programming - Using Pointers
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...
Curated Video
.NET Core Microservices - Index View Home Controller
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.