Instructional Video10:05
Curated Video

Bug Bounty Program Certification 3.3: Find Open Ports and Services in Network

Higher Ed
In this video, we will find open ports and services. • Use Nmap tool to find ports and services • Use Zenmap tool to provide information about ports and services • Explore various commands
Instructional Video5:46
Curated Video

.NET Core Microservices - Product Controller Get All Action

Higher Ed
This video shows product controller get all action. This clip is from the chapter "Product CRUD" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will learn about product CRUD.
Instructional Video2:00
Curated Video

.NET Core Microservices - Check for Coupon Changes

Higher Ed
This video explains how to check for coupon changes. 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 Video8:00
Curated Video

.NET Core Microservices - Demo - Calling Coupon Microservice

Higher Ed
This video shows a demo - calling coupon microservice. 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.
Instructional Video5:53
Curated Video

Learn and Master C Programming - Using 'break' keyword...

Higher Ed
We will learn how to use 'continue' keyword in C/C++ with loops. This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, learn the syntax to use...
Instructional Video3:04
Curated Video

Learn and Master C Programming - Build Menu

Higher Ed
You will learn more about building solutions and the output files generated. 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 will go...
Instructional Video9:11
Curated Video

Learn and Master C Programming - Using 'union' keyword in C

Higher Ed
Understand how to declare and use a union and how are they different from structures. This clip is from the chapter "Structures & Unions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we use...
Instructional Video3:16
Curated Video

Learn and Master C Programming - Understanding 'extern' keyword in C

Higher Ed
We will go over the need to use 'extern' keyword in our C/C++ programs. 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...
Instructional Video10:08
Curated Video

Learn and Master C Programming - Reading and Displaying Text Files - Part 1

Higher Ed
We will learn how to use C File API to handle and process text files in reading mode. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Instructional Video5:54
Curated Video

Learn and Master C Programming - Pointers and Arrays

Higher Ed
We will learn how pointers and arrays are related and how we can treat array name as a pointer in some situations. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video5:31
Curated Video

Ensemble Machine Learning Techniques 4.1: Introduction to Boosting

Higher Ed
This video talks about an ensemble technique called Boosting. • Define what is a weak classifier • Define what is Boosting ensemble learning • Look at the boosting algorithm
Instructional Video7:50
Curated Video

Java 11 Programming for Beginners 5.5: Working with Internationalization – I18N

Higher Ed
Internationalization is typically an afterthought. Java has a lot of features to help rescue developers from the many traps in this endeavour, and we learn some of them in this video. • We explore the I18N APIs available to format things...
Instructional Video6:10
Curated Video

Java 11 Programming for Beginners 3.1: Hide Your Data – Encapsulation

Higher Ed
We start with the example and showcase a simple encapsulation. • Explain the example • Set up Slack accounts • Establish an initial connection with Slack
Instructional Video16:53
Curated Video

Serverless JavaScript Projects 2.2: Build Your Location AWS Lambda

Higher Ed
We need a way to capture the location information from the provided IP address. • Install serverless and AWS CLI • Utilize a function that queries a database for info from IP • Return the geolocation information to the user
Instructional Video5:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.4: Optional Catch Binding

Higher Ed
In this video, we will learn how to write parallel low-level JavaScript code. • Learn about node.green • Show optional catch binding in node.green • Implement optional catch binding
Instructional Video7:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes

Higher Ed
In this video, we will learn how to use classes in Node.js and Express.js. • Define a class that handles todo's • Show how to extend from another class • Bind this class into the express application
Instructional Video5:10
Curated Video

Tips, Tricks, and Techniques for Node.js Development 1.5: Debugging My Application

Higher Ed
In this video, we will learn how to debug your Node.js application. • Understand how to debug in Visual Studio Code • Show the –inspect flag • Debug with Chrome dev tools
Instructional Video3:30
Curated Video

Learning D3.JS 5.0 10.3: Extended Geographic Projections

Higher Ed
In this video, we will create a better map by using projections and styling some elements. • More about projections • Pick a projection • Add some style to the data
Instructional Video9:32
Curated Video

Bug Bounty Program Certification 5.2: Find Major Bugs in Server

Higher Ed
In this video, we will learn about advance scanning using vulnerability scanner. • Use Nessus network vulnerability scanner • Use advance scan, find bugs in server • Explanation of bug available in server
Instructional Video8:13
Curated Video

Bug Bounty Program Certification 4.3: Find Bugs in Wireless Network

Higher Ed
This video explores information about wireless in the environments. • Explore wireless attack tool in Kali Linux • Scan wireless networks • Understand the process of wireless attack
Instructional Video6:03
Curated Video

Cloud Native Development on Azure with Java 4.2: Configure Jenkins by Installing JDK and Gradle

Higher Ed
In this video, we will perform some basic configuration on the Jenkins master server by installing two plugins: JDK and Gradle. • Install the suggested plugins for Jenkins • Configure the Jenkins URL as the public DNS assigned to the VM...
Instructional Video0:56
Curated Video

Learn and Master C Programming - Showing Line Numbers In The Text Editor

Higher Ed
We learn how to show the line numbers in the text editor to help us when we review and look at our code. This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For Absolute...
Instructional Video3:55
Curated Video

Learn and Master C Programming - Using 'extern' Keyword in our code

Higher Ed
We will build an example that shows when and how to use 'extern' keyword in our code. 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...
Instructional Video6:07
Curated Video

Learn and Master C Programming - How to declare and use string arrays

Higher Ed
The author introduces you to arrays of strings in C/C++. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work with strings and string function like...