Curated Video
Bug Bounty Program Certification 7.4: About Website Bug Bounty Program
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
Curated Video
Bug Bounty Program Certification 6.4: Create a Trojan and Infect Machines in Network
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
Curated Video
Cloud Native Development on Azure with Java 5.3: Scale and Autoscale the Application
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 repository • Autoscale the app with more replicas
Curated Video
Learn and Master C Programming - auto' keyword in C
Understanding what 'auto' means and when and how it can be used. 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 auto,...
Curated Video
Learn and Master C Programming - Using Our Library in a Project - The Un-recommended Approach
We will look at 3 different ways to use our library from a console application that we create together. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series "Learn and Master C Programming For Absolute...
Curated Video
Learn and Master C Programming - Forward Declarations in C/C++
We will look at when and why we need to use forward declaration and then learn how to split our code into multiple files. This clip is from the chapter "Working with Header Files and Multiple Source Files" of the series "Learn and Master...
Curated Video
.NET Core Microservices - Create Product
This video explains how to create product. 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 - Synchronous Communication scenario
This video explains synchronous communication scenario. 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
Python for Network Forensics 3.4: Parsing System Logs
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...
Packt
Advanced Computer Vision Projects 2.4: Finding and Reading License Plates
In this video, we identify which characters do in fact belong to plates and convert them to text. • Figure out what locations are actually plates • Use k-nearest neighbors to convert images to text • View and analyze the results
Curated Video
High Performance Scientific Computing with C 2.4: Compiler Optimizations
How can we use the compiler to automatically speed up our programs? • Learn about the basic -O optimizations • See how -Ofast-math can squeak out even better optimizations • See why -Ofast-math isn’t enabled by default
Curated Video
Learning D3.JS 5.0 7.6: Visualization with Scales
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...
Curated Video
Bug Bounty Program Certification 11.2: Download Reverse Engineering Tools
This video focuses on the tools to perform reverse engineering tools. • Explore reverse engineering tools listing • Download dex2jar tool • Download JD-gui tool
Curated Video
Bug Bounty Program Certification 4.2: Setup External Network Attack
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
Curated Video
Cloud Native Development on Azure with Java 4.1: Create a Jenkins Master in Azure Using an Ubuntu Virtual Machine
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 server • Look for a ready-made instance with Jenkins installed and configured • Track...
Curated Video
Cloud Native Development on Azure with Java 2.2: Deploy a New Cosmos DB in Azure
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 DB...
Curated Video
Learning D3.JS 5.0 3.3: Creating Texts
In this video, we will learn how to create texts. • Create the text element and add some CSS properties • Create a text area • Make the text clickable
Curated Video
.NET Core Microservices - Integrate QuickStart in Identity Server Service
This video explains the concept of integrate QuickStart in identity server service. 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 learn...
Curated Video
.NET Core Microservices - Set Up Main Project to Use Identity Server
This video explains how to set up main project to use identity server. 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 learn about...
Curated Video
.NET Core Microservices - Delete Product
This video explains the concept of delete product. 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 - Coupon Models and DTOs
This video explains about coupon models and DTOs. 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 API service.
Curated Video
Learn and Master C Programming - #define directive
We will learn how to use #define for defining symbolic constants as well as macros. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
Curated Video
Learn and Master C Programming - Pointers and Arrays: Using Pointer Arithmetic with Arrays
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. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Working with Integer Pointers
We will learn about pointer arithmetic and how we can increment or decrement pointers in C/C++ and understand what that really means. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...