Hi, what do you want to do?
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 repos
itory
• Autoscale the app with...
• Clone the source code for metrics server from the Kubernetes GitHub repos
itory
• Autoscale the app with...
Curated Video
Java 11 Programming for Beginners 5.4: Using the Date, Time, and Money API
Date/Time and Money are some of the trickier pieces of data to format. We introduce some APIs that greatly help the average Joe to navigate through the complicated waters of proper formatting. • Use the Date/Time API and improve the...
Curated Video
Learning Angular 2 Directives (Video 18)
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than...
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 35)
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web...
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 p
lates
• Use k-nearest neighbors to convert imag
es to text
• View and anal
yze the...
• Figure out what locations are actually p
lates
• Use k-nearest neighbors to convert imag
es to text
• View and anal
yze the...
Curated Video
High Performance Scientific Computing with C 2.4: Compiler Optimizations
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
• 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
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
Learning D3.JS 5.0 3.3: Creating Texts
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
• Create the text element and add some CSS<br/> properties
• Create a text a<br/>rea
• Make the text clickable
Curated Video
Bug Bounty Program Certification 11.2: Download Reverse Engineering Tools
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
• Explore reverse engineering to<br/>ols listing
•<br/> 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 s
erver
• Look for a ready-made instance with Jenkins installed and...
• Deploy a new virtual machine and set up the Jenkins master s
erver
• Look for a ready-made instance with Jenkins installed and...
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...
• Create a new Cosmos...
Curated Video
Learning Angular 2 Directives (Video 3)
Get up to speed with the building blocks of Angular 2. New technologies and new patterns are emerging on a daily basis. Coding for the front end is extremely demanding, but at the same time more interesting and challenging than...
Curated Video
Ensemble Machine Learning Techniques 6.3: Example on Kaggle Competition
We will get comfortable with using ensemble learning for competitive data science. • We will understand the dataset • We will create and train different models • We will combine the trained models using stacking and get our final result
Curated Video
Python for Network Forensics 3.3: Deeper File Properties
In this video, we will explore other important properties of file that will allow you to decipher a known bad or malicious actor. • Learn how a digest algorithm works with a file • Develop a Python application to hash a file • Alter our...
Curated Video
Mastering Tableau 2018.1, Second Edition 4.2: Data Blending with Tableau
Merge different data sources with the help of data blending.<br/>
• Understand how data ble<br/>nding works
•<br/> Blend data in Tableau
• Understand how data ble<br/>nding works
•<br/> Blend data in Tableau
Curated Video
Serverless JavaScript Projects 4.1: Creating the UI by Building a Good Front End with Drag and Drop Tiles
This video covers a usable front end UI that works for people to visualize a SCRUM or KANBAN board.
• Set up an HTML template with Bootstrap and j
Query
• Link the jQuery UI Library for drag and drop fun
ctionality
• Build...
• Set up an HTML template with Bootstrap and j
Query
• Link the jQuery UI Library for drag and drop fun
ctionality
• Build...
Curated Video
High Performance Scientific Computing with C 3.3: Vectorizing with AVX
How can we use automatic vectorization to speed up our code? What vectorization options currently exist? • Learn about the history of vector instructions • Learn how to compile with AVX/AVX2 • Learn about the latest AVX-512 instruction set
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.1: Process Environment Variables
In this video, we will learn why and how we can use environment variables, as well as how to manage these variables. • Show how environment variables work • Load variables from .env files • Show node-env-run
Curated Video
Learning D3.JS 5.0 5.2: Function in Methods
In this video, we will learn to add functions to methods to make them more dynamic. • Add a function in the text method • Create the style method • Add a function and an if-else statement in the style method
Curated Video
Bug Bounty Program Certification 9.4: Forge Request Attack on Websites
In this video, you will perform cross site request forgery attack on website.
• Setup Lab setup using Mutillidae Buggy web application for forgery a
ttack
• Learn from the example of Force someone to add a blog witho
ut...
• Setup Lab setup using Mutillidae Buggy web application for forgery a
ttack
• Learn from the example of Force someone to add a blog witho
ut...