Instructional Video5:09
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Linux Distributions

Higher Ed
This video gives you an overview of Linux distribution systems. This clip is from the chapter "Installing and Connecting to a Linux System" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section...
Instructional Video23:52
Globalive Media

Beyond Innovation: Episode 4

Higher Ed
A startup makes insurance a snap, entrepreneurs go globetrotting and a software platform democratizes design. Plus, Anthony and Michael explore a way to make money from playing video games. Hosted by venture capitalist Anthony Lacavera...
Instructional Video23:59
Globalive Media

Beyond Innovation: Episode 16

Higher Ed
A cyborg startup blends man with machine, an algorithm masters audio recordings and robots manage a vegetable garden. Plus, Anthony and Michael speak with a scientist pioneering batteries that are safe to eat. Hosted by venture...
Instructional Video2:35
Curated Video

Ensemble Machine Learning Techniques 3.6: Using the Decision Tree to Determine Weight at Birth

Higher Ed
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...
Instructional Video11:15
Curated Video

Mastering Tableau 2018.1, Second Edition 10.5: Working with Pathway and Territories

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