Instructional Video4:43
Curated Video

Bug Bounty Program Certification 7.4: About Website Bug Bounty Program

Higher Ed
In this video, we will learn about web bug bounty program. • Web bug bounty overview • Explore various major web attacks listing • Explanation of major web attacks
Instructional Video9:21
Curated Video

Bug Bounty Program Certification 6.4: Create a Trojan and Infect Machines in Network

Higher Ed
This video explores Trojan creation and infect machines. • Download and install Zirikatu framework in Kali Linux • Create a Trojan file using Zirikatu and transfer it to victim machine • Penetrate victim using the payload
Instructional Video7:04
Curated Video

Cloud Native Development on Azure with Java 5.3: Scale and Autoscale the Application

Higher Ed
In this video, we will learn how to scale and autoscale our application, which we deployed to Azure Kubernetes cluster.

• Clone the source code for metrics server from the Kubernetes GitHub repos
itory
• Autoscale the app with...
Instructional Video2:27
Curated Video

Learn and Master C Programming - auto' keyword in C

Higher Ed
Understanding what 'auto' means and when and how it can be used.
r/>
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 Video11:40
Curated Video

Learn and Master C Programming - Using Our Library in a Project - The Un-recommended Approach

Higher Ed
We will look at 3 different ways to use our library from a console application that we create together.
r/>
This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For...
Instructional Video8:34
Curated Video

Learn and Master C Programming - Forward Declarations in C/C++

Higher Ed
We will look at when and why we need to use forward declaration and then learn how to split our code into multiple files.
r/>
This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series...
Instructional Video5:15
Curated Video

.NET Core Microservices - Create Product

Higher Ed
This video explains how to create product.<br/<br/>>

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 Video1:07
Curated Video

.NET Core Microservices - Synchronous Communication scenario

Higher Ed
This video explains synchronous communication scenario.
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...
Instructional Video5:59
Curated Video

Python for Network Forensics 3.4: Parsing System Logs

Higher Ed
In this video, we will experiment with correlating log entries to events encountered on the system. • Learn about system logs and how to access them • Learn to interact with the Systemd Journal with Python • Continue development by...
Instructional Video11:47
Packt

Advanced Computer Vision Projects 2.4: Finding and Reading License Plates

Higher Ed
In this video, we identify which characters do in fact belong to plates and convert them to text.

• Figure out what locations are actually p
lates
• Use k-nearest neighbors to convert imag
es to text
• View and anal
yze the...
Instructional Video6:15
Curated Video

High Performance Scientific Computing with C 2.4: Compiler Optimizations

Higher Ed
How can we use the compiler to automatically speed up our programs?<br/>
• Learn about the basic -O op<br/>timizations
• See how -Ofast-math can squeak out eve<br/>n better optimizations
• See why -Of<br/>ast-math isn’t enabled by default
Instructional Video4:56
Curated Video

Learning D3.JS 5.0 7.6: Visualization with Scales

Higher Ed
In this video, we will learn how to use the scale, range, and domain functions in the scatter plot to dynamically present data. • Create the variables for x and y coordinates • Alternate the returning values of circles and labels • View...
Instructional Video3:06
Curated Video

Learning D3.JS 5.0 3.3: Creating Texts

Higher Ed
In this video, we will learn how to create texts.<br/>
• Create the text element and add some CSS<br/> properties• Create a text a<br/>rea
• Make the text clickable
Instructional Video8:46
Curated Video

Bug Bounty Program Certification 11.2: Download Reverse Engineering Tools

Higher Ed
This video focuses on the tools to perform reverse engineering tools.<br/>
• Explore reverse engineering to<br/>ols listing
•<br/> Download dex2jar tool
• Download JD-gui tool
Instructional Video5:33
Curated Video

Bug Bounty Program Certification 4.2: Setup External Network Attack

Higher Ed
In this video, we will see how to setup external wireless adapter and wireless attack. • Explore information about external wireless adapter • Connect wireless adapter to Kali Linux OS • Setup wireless attack lab
Instructional Video6:55
Curated Video

Cloud Native Development on Azure with Java 4.1: Create a Jenkins Master in Azure Using an Ubuntu Virtual Machine

Higher Ed
We will create a Jenkins master and deploy it on Azure using a new Azure virtual machine.

• Deploy a new virtual machine and set up the Jenkins master s
erver
• Look for a ready-made instance with Jenkins installed and...
Instructional Video3:30
Curated Video

Cloud Native Development on Azure with Java 2.2: Deploy a New Cosmos DB in Azure

Higher Ed
Now it’s time to take a step ahead with the TODO list we created in the previous video! We are going to connect our Java application to use Azure Cosmos DB as a backend for storing the TODO list data items.

• Create a new Cosmos...
Instructional Video6:04
Curated Video

.NET Core Microservices - Integrate QuickStart in Identity Server Service

Higher Ed
This video explains the concept of integrate QuickStart in identity server service.
r/>
This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section,...
Instructional Video6:22
Curated Video

.NET Core Microservices - Set Up Main Project to Use Identity Server

Higher Ed
This video explains how to set up main project to use identity server.
r/>
This clip is from the chapter "Identity Server" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section, you will...
Instructional Video4:14
Curated Video

.NET Core Microservices - Delete Product

Higher Ed
This video explains the concept of delete product.<br/<br/>>

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:59
Curated Video

.NET Core Microservices - Coupon Models and DTOs

Higher Ed
This video explains about coupon models and DTOs.
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 learn about the coupon...
Instructional Video4:45
Curated Video

.NET Core Microservices - Microservices Architecture

Higher Ed
This video introduces you to microservices architecture.<br/<br/>>

This clip is from the chapter "Introduction" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".This section introduces you to the course.
Instructional Video3:08
Curated Video

Learn and Master C Programming - #define directive

Higher Ed
We will learn how to use #define for defining symbolic constants as well as macros.
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video3:11
Curated Video

Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays

Higher Ed
We will learn how to apply pointer arithmetic to arrays and see different ways we can access array elements with the help from pointer arithmetic.
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C...