Curated Video
Bug Bounty Program Certification 3.3: Find Open Ports and Services in Network
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
Curated Video
.NET Core Microservices - Product Controller Get All Action
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.
Curated Video
.NET Core Microservices - Check for Coupon Changes
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...
Curated Video
.NET Core Microservices - Demo - Calling Coupon Microservice
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.
Curated Video
Learn and Master C Programming - Using 'break' keyword...
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...
Curated Video
Learn and Master C Programming - Build Menu
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...
Curated Video
Learn and Master C Programming - Using 'union' keyword in C
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...
Curated Video
Learn and Master C Programming - Understanding 'extern' keyword in C
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...
Curated Video
Learn and Master C Programming - Reading and Displaying Text Files - Part 1
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...
Curated Video
Learn and Master C Programming - Pointers and Arrays
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...
Curated Video
Ensemble Machine Learning Techniques 4.1: Introduction to Boosting
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
Curated Video
Java 11 Programming for Beginners 5.5: Working with Internationalization – I18N
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...
Curated Video
Java 11 Programming for Beginners 3.1: Hide Your Data – Encapsulation
We start with the example and showcase a simple encapsulation. • Explain the example • Set up Slack accounts • Establish an initial connection with Slack
Curated Video
Serverless JavaScript Projects 2.2: Build Your Location AWS Lambda
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.4: Optional Catch Binding
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 1.5: Debugging My Application
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
Curated Video
Learning D3.JS 5.0 10.3: Extended Geographic Projections
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
Curated Video
Bug Bounty Program Certification 5.2: Find Major Bugs in Server
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
Curated Video
Bug Bounty Program Certification 4.3: Find Bugs in Wireless Network
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
Curated Video
Cloud Native Development on Azure with Java 4.2: Configure Jenkins by Installing JDK and Gradle
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...
Curated Video
Learn and Master C Programming - Showing Line Numbers In The Text Editor
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...
Curated Video
Learn and Master C Programming - Using 'extern' Keyword in our code
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...
Curated Video
Learn and Master C Programming - How to declare and use string arrays
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...