Hi, what do you want to do?
Curated Video
Learn and Master C Programming - Using Bit-wise Operators in Code
We will write some C code together using Visual Studio to learn how we can manipulate bits in C/C++.
r/>
This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For...
r/>
This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Bit-wise NOT (~) Operator
We will walk through an example where we use NOT(~) operator to flip a number using Negation binary operator ~.
r/>
This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C...
r/>
This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C...
Curated Video
Learn and Master C Programming - Important Tips for Working with User Input
This video simply gives you some hints and tips when working with and parsing user input from the command-line.
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For...
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Getting user input using 'scanf'
This lecture will show you how to receive user input and how you can get into problems with 'scanf'.
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute...
r/>
This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute...
Curated Video
Learn and Master C Programming - Pointers and Strings: Remove Vowels Example
We will look at how we can use pointers to manipulate strings by implementing a function that removes all vowels from a given string.
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming...
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming...
Curated Video
.NET Core Microservices - Methods to Load Shopping Cart
This video presents methods to load shopping cart.
r/>
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...
r/>
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...
Curated Video
.NET Core Microservices - Create Shopping Cart API
This video explains how to create shopping cart API.
r/>
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...
r/>
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...
Curated Video
.NET Core Microservices - Product API Controller HTTPGET
This video explains the concept of product API controller HTTPGET.
r/>
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...
r/>
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...
Curated Video
.NET Core Microservices - Product Service in Mango Web Project
This is the product service in Mango web project.
r/>
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...
r/>
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...
Curated Video
.NET Core Microservices - Implement Coupon Repository
This video explains how to implement coupon repository.
r/>
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...
r/>
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...
Curated Video
.NET Core Microservices - Create Coupon Project and Add NuGet Packages
This video explains how to create coupon project and add NuGet packages.
r/>
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...
r/>
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...
Curated Video
Ensemble Machine Learning Techniques 4.4: Predicting Churn Using Boosting
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
Curated Video
Java 11 Programming for Beginners 5.1: Using Generics and Collections
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...
Curated Video
Java 11 Programming for Beginners 1.3: Setting Up Environment and Prerequisites
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 9.5: Using Filters and LODs
In this video, we’ll see the difference between LODs and filters. • Apply filters in LODs
Curated Video
Mastering Tableau 2018.1, Second Edition 9.1: Exploring Level-of-Detail (LOD) Expressions
In this video, we’ll see learn how to write LOD expressions. • Understand what Level-of-Detail expression means • Implement LOD expressions
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.5: Detecting Vulnerabilities
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
Curated Video
Learning D3.JS 5.0 4.4: The append() Method
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
Curated Video
Bug Bounty Program Certification 13.3: Certification Exam Practice Questions – Part 2
Exam questions. • Practice questions • Solutions • Explanation of answer
Curated Video
Bug Bounty Program Certification 9.2: Persistent Attack on Website Frontend
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...
Curated Video
Cloud Native Development on Azure with Java 4.4: Configure a Working, Automated Pipeline in Jenkins
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 serv
er via SSH
• Use the virtual machine for continuous deployment and...
• Create a new directory to store the SSH
keys
• Allow remote users to connect to the Jenkins serv
er via SSH
• Use the virtual machine for continuous deployment and...
Curated Video
.NET Core Microservices - Product API Controller POST PUT DELETE
This video explains the concept of product API controller POST PUT DELETE.
r/>
This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this...
r/>
This clip is from the chapter "Products API Advance Setup" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this...
Curated Video
.NET Core Microservices - Product Repository Implementation Part 1
This video explains product repository implementation part 1.
r/>
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...
r/>
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...
Curated Video
.NET Core Microservices - Create Product API Project
We will learn how to create product API project.
r/>
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...
r/>
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...