Instructional Video5:19
Curated Video

Learn and Master C Programming - Using Bit-wise Operators in Code

Higher Ed
We will write some C code together using Visual Studio to learn how we can manipulate bits in C/C++. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For Absolute...
Instructional Video0:39
Curated Video

Learn and Master C Programming - Bit-wise NOT (~) Operator

Higher Ed
We will walk through an example where we use NOT(~) operator to flip a number using Negation binary operator ~. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For...
Instructional Video6:10
Curated Video

Learn and Master C Programming - Important Tips for Working with User Input

Higher Ed
This video simply gives you some hints and tips when working with and parsing user input from the command-line. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute...
Instructional Video6:10
Curated Video

Learn and Master C Programming - Getting user input using 'scanf'

Higher Ed
This lecture will show you how to receive user input and how you can get into problems with 'scanf'. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick...
Instructional Video4:02
Curated Video

Learn and Master C Programming - Pointers and Strings: Remove Vowels Example

Higher Ed
We will look at how we can use pointers to manipulate strings by implementing a function that removes all vowels from a given string. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video4:58
Curated Video

.NET Core Microservices - Methods to Load Shopping Cart

Higher Ed
This video presents methods to load shopping cart. This clip is from the chapter "Shopping Cart UI" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about shopping cart UI.
Instructional Video1:35
Curated Video

.NET Core Microservices - Create Shopping Cart API

Higher Ed
This video explains how to create shopping cart API. This clip is from the chapter "Shopping Cart API Service" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about shopping cart...
Instructional Video6:44
Curated Video

.NET Core Microservices - Product API Controller HTTPGET

Higher Ed
This video explains the concept of product API controller HTTPGET. 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...
Instructional Video6:01
Curated Video

.NET Core Microservices - Product Service in Mango Web Project

Higher Ed
This is the product service in Mango web project. 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...
Instructional Video3:05
Curated Video

.NET Core Microservices - Implement Coupon Repository

Higher Ed
This video explains how to implement coupon repository. 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 about Sync...
Instructional Video2:10
Curated Video

.NET Core Microservices - Create Coupon Project and Add NuGet Packages

Higher Ed
This video explains how to create coupon project and add NuGet packages. 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...
Instructional Video2:22
Curated Video

Ensemble Machine Learning Techniques 4.4: Predicting Churn Using Boosting

Higher Ed
This video aims to teach the viewer how to use Boosting in a real-world scenario. • We see the problem we are trying to solve • We use Boosting to find out customer churn
Instructional Video5:43
Curated Video

Java 11 Programming for Beginners 5.1: Using Generics and Collections

Higher Ed
This video introduces the features of generics and collections, two features that very much work together. • An example problem: the personal finance analyzer • A quick chat on the theory of collections and generics • Establish basic...
Instructional Video2:49
Curated Video

Java 11 Programming for Beginners 1.3: Setting Up Environment and Prerequisites

Higher Ed
The goal is to set up the skeleton of the project that will have the Hello World program. It will show how to create a basic Gradle configuration file for Java use. • Prepare the directory • Create the gradle configuration file • Open...
Instructional Video5:14
Curated Video

Mastering Tableau 2018.1, Second Edition 9.5: Using Filters and LODs

Higher Ed
In this video, we’ll see the difference between LODs and filters. • Apply filters in LODs
Instructional Video6:51
Curated Video

Mastering Tableau 2018.1, Second Edition 9.1: Exploring Level-of-Detail (LOD) Expressions

Higher Ed
In this video, we’ll see learn how to write LOD expressions. • Understand what Level-of-Detail expression means • Implement LOD expressions
Instructional Video8:07
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.5: Detecting Vulnerabilities

Higher Ed
In this video, we will learn how to audit our Node.js application for vulnerabilities. • Run retire.js on your node application • Look at NSP plugin on GitHub • Show HTTP header test
Instructional Video2:28
Curated Video

Learning D3.JS 5.0 4.4: The append() Method

Higher Ed
In this video, we will learn what the append() method is and how to use it. • Continue the code by adding the append() method • Continue the short example • Understand the example using the console in the developer tools
Instructional Video11:35
Curated Video

Bug Bounty Program Certification 13.3: Certification Exam Practice Questions – Part 2

Higher Ed
Exam questions. • Practice questions • Solutions • Explanation of answer
Instructional Video7:13
Curated Video

Bug Bounty Program Certification 9.2: Persistent Attack on Website Frontend

Higher Ed
In this video, learn how to perform persistent attack on websites. • Learn how to setup Lab using Mutillidae Buggy web application for persistent attack • Insert a phish website inside another website • Divert a web application to...
Instructional Video10:08
Curated Video

Cloud Native Development on Azure with Java 4.4: Configure a Working, Automated Pipeline in Jenkins

Higher Ed
In this video, you will learn how to deploy your sample. • Create a new directory to store the SSH keys • Allow remote users to connect to the Jenkins server via SSH • Use the virtual machine for continuous deployment and make the...
Instructional Video2:02
Curated Video

.NET Core Microservices - Product API Controller POST PUT DELETE

Higher Ed
This video explains the concept of product API controller POST PUT DELETE. 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...
Instructional Video4:10
Curated Video

.NET Core Microservices - Product Repository Implementation Part 1

Higher Ed
This video explains product repository implementation part 1. 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...
Instructional Video2:33
Curated Video

.NET Core Microservices - Create Product API Project

Higher Ed
We will learn how to create product API 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...