Hi, what do you want to do?
Curated Video
Learning D3.JS 5.0 9.4: Updating the Nodes
Learn how to update nodes. • Create the nodeUpdate • Use the methods .transition and .duration • Create the nodeExit
Curated Video
Bug Bounty Program Certification 8.2: Find Bug and Hack Database of a Website Using Kali Linux Tools
This video explores database attack using Kali Linux tool. • Understand sqlmap tool • Explore web database penetration using sqlmap commands in Kali Linux • Explanation of commands
Curated Video
TypeScript for Beginners - Using Arrays
This video demonstrates how to use arrays.<br/<br/>>
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 17)
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
Ensemble Machine Learning Techniques 4.4: Predicting Churn Using Boosting
This video aims to teach the viewer how to use Boosting in a real-world scenario. • We see the problem we are trying to solve • We use Boosting to find out customer churn
Curated Video
Java 11 Programming for Beginners 5.1: Using Generics and Collections
This video introduces the features of generics and collections, two features that very much work together. • An example problem: the personal finance analyzer • A quick chat on the theory of collections and generics • Establish basic...
Curated Video
Java 11 Programming for Beginners 1.3: Setting Up Environment and Prerequisites
The goal is to set up the skeleton of the project that will have the Hello World program. It will show how to create a basic Gradle configuration file for Java use. • Prepare the directory • Create the gradle configuration file • Open...
Curated Video
Mastering Tableau 2018.1, Second Edition 9.5: Using Filters and LODs
In this video, we’ll see the difference between LODs and filters. • Apply filters in LODs
Curated Video
Mastering Tableau 2018.1, Second Edition 9.1: Exploring Level-of-Detail (LOD) Expressions
In this video, we’ll see learn how to write LOD expressions. • Understand what Level-of-Detail expression means • Implement LOD expressions
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.5: Detecting Vulnerabilities
In this video, we will learn how to audit our Node.js application for vulnerabilities. • Run retire.js on your node application • Look at NSP plugin on GitHub • Show HTTP header test
Curated Video
Learning D3.JS 5.0 4.4: The append() Method
In this video, we will learn what the append() method is and how to use it. • Continue the code by adding the append() method • Continue the short example • Understand the example using the console in the developer tools
Curated Video
Bug Bounty Program Certification 13.3: Certification Exam Practice Questions – Part 2
Exam questions. • Practice questions • Solutions • Explanation of answer
Curated Video
Bug Bounty Program Certification 9.2: Persistent Attack on Website Frontend
In this video, learn how to perform persistent attack on websites. • Learn how to setup Lab using Mutillidae Buggy web application for persistent attack • Insert a phish website inside another website • Divert a web application to...
Curated Video
Cloud Native Development on Azure with Java 4.4: Configure a Working, Automated Pipeline in Jenkins
In this video, you will learn how to deploy your sample.
• Create a new directory to store the SSH
keys
• Allow remote users to connect to the Jenkins serv
er via SSH
• Use the virtual machine for continuous deployment and...
• Create a new directory to store the SSH
keys
• Allow remote users to connect to the Jenkins serv
er via SSH
• Use the virtual machine for continuous deployment and...
Curated Video
Learning Angular 2 Directives (Video 10)
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 12)
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
Ensemble Machine Learning Techniques 3.6: Using the Decision Tree to Determine Weight at Birth
In this video, we will use python and Sci-kit learn to determine if a baby will be underweight at birth. • We will use Jupyter Notebook to execute our code • We will use Bagging with Decision Trees • We will compare the results with...
Curated Video
Mastering Tableau 2018.1, Second Edition 10.5: Working with Pathway and Territories
In this video, we’ll see how to create a flow over a map. We’ll also learn to create custom territories. • Steps to implement pathways • Steps to implement custom territories
Curated Video
Mastering Tableau 2018.1, Second Edition 6.3: Using Parameters to Control Visualization Interactivity
We’ll look into parameters and also learn how to add them in visualizations to add interactivity. • Understand parameters • Implement parameters in Tableau
Curated Video
Mastering Tableau 2018.1, Second Edition 1.4: Business Case for Visualizations with an Advanced Practical Example
We’ll discuss advanced business cases and will also see practical examples for the same. • Look at different business case scenarios
Curated Video
Serverless JavaScript Projects 5.1: Creating the UI by Building a Good Front End
In this video, we need a solution for making clickable videos.<br/>
• Install jQuery an<br/>d Bootstrap
• Set up the<br/> front end wit<br/>h a grid
• Test the front end
• Install jQuery an<br/>d Bootstrap
• Set up the<br/> front end wit<br/>h a grid
• Test the front end
Curated Video
Serverless JavaScript Projects 1.4: Get on an Amazon Free Tier Node
This video shows how to sign up for the Free Node of AWS<br/>
•<br/> Signing up
•<br/> Signing up
Curated Video
Learning D3.JS 5.0 9.5: Making the Tree Collapsible
In this video, we will learn how to connect everything we’ve done in this section.<br/>
• Create t<br/>he diagonal<<br/>br/>• Updat<br/>e the links
• Exit from links
• Create t<br/>he diagonal<<br/>br/>• Updat<br/>e the links
• Exit from links
Curated Video
Learning D3.JS 5.0 8.5: Creating the Line
In this video, we will learn how to create a line in a line chart. • Understand the shape library • Add the code for the line • Fix the visual result