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 Video1:55
Curated Video

routing protocols : Classless routing protocols

Higher Ed
From the section: Routing Introduction. In this section, we look into Routed protocols, demonstrations, static routes, dynamic routes, and different types of routing protocols. Routing Introduction: Classless routing protocols
Instructional Video13:47
Curated Video

Explain web security : Working with NMap

Higher Ed
From the section: Reconnaissance and Scanning. This section will cover reconnaissance and vulnerability scanning. This is needed to stage attacks. Our aim in this video is to understand what NMap is and how we will be working with it. -...
Instructional Video11:07
Curated Video

Develop a computer program to solve a problem using control structures : Loops in Python

Higher Ed
From the section: A Full Python Refresher. This section is about Python Refresher and includes lectures on Variables in Python, Methods, List, tuple and sets. A Full Python Refresher: Loops in Python
Instructional Video3:00
Curated Video

Evolution and Revolution of the USB

Pre-K - Higher Ed
The video explores the history and impact of the USB, which has become a common and essential item for computer users. It discusses how the USB revolutionized connectivity by providing a standardized port for various hardware devices,...
Instructional Video2:18
Curated Video

Probability Statistics - The Foundations of Machine Learning - Introduction

Higher Ed
Welcome to the course. This is a quick introduction video to the course. This clip is from the chapter "Diving in with Code" of the series "Probability / Statistics - The Foundations of Machine Learning".In this section, we will first...
Instructional Video24:21
Curated Video

Creating a Title Slide Intro in PowerPoint

Pre-K - Higher Ed
This tutorial demonstrates how to create a title slide intro using PowerPoint. He shows various ways to customize the design, including using different words or logos for each slide. Justin explains the step-by-step process of adding...
Instructional Video6:29
Curated Video

Modify a data structure : Search Method

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: Search Method
Instructional Video3:08
Curated Video

Implement a decision tree : Working of a Decision Tree

Higher Ed
From the section: Mastering Kaggle Titanic Competition Using Random Forest. The module will cover Random Forest and thus cover decision trees and will encourage the student to make a Kaggle submission and introduce them to the online...
Instructional Video18:36
Curated Video

Describe computer programming : Arithmetic & Operators

Higher Ed
From the section: Common Coding Concepts.This section will cover common coding concepts such as Scratch setup, bugs, pseudocode, decomposition, commenting and many more. Common Coding Concepts: Arithmetic & Operators
Instructional Video11:30
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Project Solution: Hough transform to detect lane lines in an image

Higher Ed
From the section: Computer Vision Basics: Part 2. In this section, we’ll explore the some addtiional features of Computer Vision. Computer Vision Basics: Part 2: Project Solution: Hough transform to detect lane lines in an image
Instructional Video6:35
Curated Video

Describe an advanced data structure : Useful Math: The Inclusion-Exclusion Principle

Higher Ed
From the section: Doing a Lot with Very Little. In this section, we will explore some problems that look difficult to solve efficiently at first sight. You might think that they require some advanced logic or data structures, but in fact...
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