Instructional Video15:39
Curated Video

Mastering Tableau 2018.1, Second Edition 6.3: Using Parameters to Control Visualization Interactivity

Higher Ed
We’ll look into parameters and also learn how to add them in visualizations to add interactivity. • Understand parameters • Implement parameters in Tableau
Instructional Video4:38
Curated Video

Mastering Tableau 2018.1, Second Edition 1.4: Business Case for Visualizations with an Advanced Practical Example

Higher Ed
We’ll discuss advanced business cases and will also see practical examples for the same. • Look at different business case scenarios
Instructional Video2:14
Curated Video

Serverless JavaScript Projects 5.1: Creating the UI by Building a Good Front End

Higher Ed
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
Instructional Video2:03
Curated Video

Serverless JavaScript Projects 1.4: Get on an Amazon Free Tier Node

Higher Ed
This video shows how to sign up for the Free Node of AWS • Signing up
Instructional Video6:04
Curated Video

Learning D3.JS 5.0 9.5: Making the Tree Collapsible

Higher Ed
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
Instructional Video4:28
Curated Video

Learning D3.JS 5.0 8.5: Creating the Line

Higher Ed
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
Instructional Video2:57
Curated Video

Learning D3.JS 5.0 5.4: Loading Data from External Sources – JSON

Higher Ed
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
Instructional Video8:35
Curated Video

Bug Bounty Program Certification 9.1: Find Bugs in Websites for Frontend Penetration

Higher Ed
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
Instructional Video2:09
NASA

How OSIRIS-REx will Steer Itself to Sample an Asteroid

3rd - 11th
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...
Instructional Video13:33
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Installing Software

Higher Ed
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...
Instructional Video4:09
Curated Video

Mastering Tableau 2018.1, Second Edition 10.1: Connecting to Existing Spatial Data

Higher Ed
See how to connect to spatial data. • Download a sample dataset • Import data into Tableau
Instructional Video6:38
Curated Video

Mastering Tableau 2018.1, Second Edition 7.4: Quick Table Calculations – Rank

Higher Ed
We’ll see the rank function. • The importance of rank • Implement the rank function
Instructional Video5:43
Curated Video

Serverless JavaScript Projects 4.4: Building an Update and Delete Lambda

Higher Ed
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...
Instructional Video19:43
Curated Video

Serverless JavaScript Projects 2.3: Run Your Weather AWS Lambda

Higher Ed
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
Instructional Video7:54
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.5: Browser Automated Testing Made Easy

Higher Ed
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
Instructional Video7:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.1: Using Spies in Your Tests

Higher Ed
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
Instructional Video1:52
Curated Video

Learning D3.JS 5.0 10.5: Customize the Map

Higher Ed
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
Instructional Video6:01
Curated Video

Learning D3.JS 5.0 5.3: Loading Data from External Sources – CSV

Higher Ed
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...
Instructional Video1:38
Curated Video

Learning D3.JS 5.0 4.3: The select() Method

Higher Ed
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
Instructional Video12:21
Curated Video

Bug Bounty Program Certification 9.6: Brute Force Attacks on Websites

Higher Ed
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
Instructional Video3:27
Curated Video

Bug Bounty Program Certification 2.5: What Is Network Bug Bounty Program?

Higher Ed
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
Instructional Video17:09
IDG TECHtalk

Windows 10: Answering your most important questions, Octobe

Higher Ed
Computerworld Windows expert Preston Gralla and Executive Editor Ken Mingis are back to answer your questions about Windows 10.
Instructional Video7:09
Curated Video

High Performance Scientific Computing with C 2.1: Floating-Point Numbers and IEEE-754

Higher Ed
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...
Instructional Video7:49
Packt

Advanced Computer Vision Projects 1.5: Retraining the Model

Higher Ed
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