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. • Install jQuery and Bootstrap • Set up the front end with 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 • 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. • Create the diagonal • Update 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
Curated Video
Learning D3.JS 5.0 5.4: Loading Data from External Sources – JSON
In this video, we will learn how to load data from a JSON file. • Discuss JSON file • Create a JSON fileand write the code to fetch data • View the result and console tab from the developer tools
Curated Video
Bug Bounty Program Certification 9.1: Find Bugs in Websites for Frontend Penetration
In this video, you will learn about frontend vulnerability scanning using Acunetix. • Explore example of cross site scripting attack • Understand vulnerability Listing in Acunetix • Explore report generation using Acunetix
NASA
How OSIRIS-REx will Steer Itself to Sample an Asteroid
In late August, the OSIRIS-REx spacecraft will navigate to asteroid Bennu’s surface for its first sample collection attempt. To do this, it will use an onboard image software known as Natural Feature Tracking (NFT) — a form of optical...
Curated Video
Linux Administration Bootcamp: Go from Beginner to Advanced - Installing Software
This video demonstrates how to install the software in the Linux system. This clip is from the chapter "Intermediate Linux Skills" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section explains the...
Curated Video
Mastering Tableau 2018.1, Second Edition 10.1: Connecting to Existing Spatial Data
See how to connect to spatial data. • Download a sample dataset • Import data into Tableau
Curated Video
Mastering Tableau 2018.1, Second Edition 7.4: Quick Table Calculations – Rank
We’ll see the rank function. • The importance of rank • Implement the rank function
Curated Video
Serverless JavaScript Projects 4.4: Building an Update and Delete Lambda
In this video, we need to be able to update the cards when moved from column to column. We also need to be able to delete cards and boards. • Set up the functions for update and delete • Run the serverless deploy script • Make sure CORS...
Curated Video
Serverless JavaScript Projects 2.3: Run Your Weather AWS Lambda
We need a way to query the weather info based on the location info acquired. • Sign up for Wunderground.com API • Use serveless CLI to create a function for querying Wunderground API for data • Return the weather Info to the user
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.5: Browser Automated Testing Made Easy
In this video, we will learn how to test our web application with browser interactions. • Look at karma and nightwatch.js • Install nightwatch.js • Write a test with nightwatch.js
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.1: Using Spies in Your Tests
In this video, we will learn how to work with spies in our unit tests. • Explain spyOn • Explain and.callThrough, and.callFake • Explain how to test call with parameters
Curated Video
Learning D3.JS 5.0 10.5: Customize the Map
In this video, we will discuss what we have learnt in the section and what more we can do with maps and D3. • Get an overview of choropleth maps • Understand panning, drag, and zoom • Customize the map
Curated Video
Learning D3.JS 5.0 5.3: Loading Data from External Sources – CSV
In this video, we will learn how to load data from a CSV file. • Discuss the different types of supported files to create requests and get data • Create a CSV file and write the code to fetch data • View the result and console tab from...
Curated Video
Learning D3.JS 5.0 4.3: The select() Method
In this video, we will learn what the select() method is and how to use it. • Start writing code about the select() method • Write a short example • Explain the example using the console in the developer tools
Curated Video
Bug Bounty Program Certification 9.6: Brute Force Attacks on Websites
This video will help you perform brute force attack on web admin. • Request interception using Burpsuite • Create wordlist for brute force attack • Perform brute force attack on web admin page using burp suite
Curated Video
Bug Bounty Program Certification 2.5: What Is Network Bug Bounty Program?
In this video, explore network bug bounty overview. • Explore network bug bounty • Example of bug bounty • Explain in depth about network bug bounty program and its processes
IDG TECHtalk
Windows 10: Answering your most important questions, Octobe
Computerworld Windows expert Preston Gralla and Executive Editor Ken Mingis are back to answer your questions about Windows 10.
Curated Video
High Performance Scientific Computing with C 2.1: Floating-Point Numbers and IEEE-754
How are real numbers stored and manipulated? How does this affect our program’s performance? • Learn how the IEEE-754 standard defines floating-point storage • Learn the range of floating-point numbers • See how we can go beyond this...
Packt
Advanced Computer Vision Projects 1.5: Retraining the Model
In this video, we cover retraining the captioning data on user provided images. • Load the model and initialize the TensorFlow session • Apply the model to sample images • Visualize the results