Instructional Video8:44
Curated Video

Learning D3.JS 5.0 9.3: Drawing a Path Between Two Points

Higher Ed
In this video, we will learn how to draw a path between nodes. • Create more variables inside the main function • Create nodes and circles • Create labels for the nodes
Instructional Video1:38
Curated Video

Learning D3.JS 5.0 4.2: What Is Data?

Higher Ed
In this video, we will learn what data is in D3.js. • Get a general idea of what data is • Get a deeper understanding of data • Understand how to have data in D3.js
Instructional Video2:07
Curated Video

Learning D3.JS 5.0 2.5: Creating Lines

Higher Ed
In this video, we will learn how to create lines. • Code a line • Fix the problem with not viewing the line • Find out how to set many shapes inside the same SVG
Instructional Video7:29
Curated Video

Bug Bounty Program Certification 13.4: Certification Exam Practice Questions – Part 3

Higher Ed
Exam questions. • Practice questions • Solutions • Explanation of answer
Instructional Video7:59
Curated Video

Bug Bounty Program Certification 9.3: Non-persistent Attack on Websites Frontend

Higher Ed
In this video, you will perform non - persistent attack on websites. • Setup Lab using Mutillidae Buggy web application for non-persistent attack • Explore non-persistent XSS attack using popup box generation • Learn about cookie...
Instructional Video7:07
Curated Video

Bug Bounty Program Certification 7.2: Install DVWA Framework In Kali Linux

Higher Ed
This video will help you host DVWA (Buggy Application). • Explore DVWA application • Download DVWA in Kali Linux • DVWA hosting in server
Instructional Video6:31
Curated Video

Bug Bounty Program Certification 7.1: Install Web Server in Kali Linux

Higher Ed
In this video, you will learn about Xampp installation. • Learn about Xampp • Download Xampp server in Kali Linux • Installation of Xampp server in Kali Linux OS
Instructional Video10:05
Curated Video

Bug Bounty Program Certification 3.3: Find Open Ports and Services in Network

Higher Ed
In this video, we will find open ports and services. • Use Nmap tool to find ports and services • Use Zenmap tool to provide information about ports and services • Explore various commands
Instructional Video3:28
Packt

Compare the breadth-first and depth-first search algorithms : Introduction to File Search Application

Higher Ed
From the section: Shortest Time Search (Depth First Search). Understand the application that we will develop in this section by answering the questions. • What is search • What is file search • How does it work Understand the application...
Instructional Video4:37
Curated Video

Copy data from a data structure : Lists

Higher Ed
From the section: Beginners Python. This section is about Installing Python, Python 3 vs Python 2, Variables, Strings etc. Beginners Python: Lists
Instructional Video1:02
Packt

Evaluate the scalability and reliability of networks : Scalability and Reliability

Higher Ed
From the section: Introduction to Computer Networks (ICND1). This Section introduces Computer Networks. This includes lectures on Physical Components, Topology, Speed etc. Introduction to Computer Networks (ICND1): Scalability and...
Instructional Video5:30
Curated Video

Describe cyber attacks that could affect a computer system or network : Intercepting Traffic with Wireshark

Higher Ed
From the section: Attacking a Network. In this section, we will discover the diversity of ways a network can be attacked and demonstrate the attacks with various Kali Linux tools. In this video, we will discover how to use Wireshark for...
Instructional Video4:23
Packt

Describe a network protocol : Ping and Traceroute

Higher Ed
From the section: Basic Networking Terms (ICND1). This Section is about the basic Networking Terms. This includes lectures on Network Interface Card, Network protocol, computer network and so on. Basic Networking Terms (ICND1): Ping and...
Instructional Video4:22
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Improving our Classifier with Dropout Regularization

Higher Ed
From the section: Deep Learning and Tensorflow: Part 1. In this section, we’ll talk about what Deep Learning is, and how TensorFlow works at a low level. Deep Learning and Tensorflow: Part 1: [Activity] Improving our Classifier with...
Instructional Video5:26
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Test your Environment with Real-Time Edge Detection in a Jupyter Notebook

Higher Ed
From the section: Environment Setup and Installation. This section will help you to install the required software and set up the development environment for this course. Environment Setup and Installation: Test your Environment with...
Instructional Video13:03
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Meet The Binary Tree - A Hierarchical Data Structure

Higher Ed
Let's see what a binary tree looks like and learn some simple terminology associated with the tree. This clip is from the chapter "Binary Trees" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we study...
Instructional Video13:16
Rachel's English

English Vocabulary Challenge Day 15

6th - Higher Ed
LEARN 105 ENGLISH VOCABULARY WORDS. You can improve your English vocabulary and English pronunciation by studying these vocab words, repeating them along with me to master each sound. We’ll study each word by focusing on how Americans...
Instructional Video5:31
Curated Video

Ensemble Machine Learning Techniques 4.1: Introduction to Boosting

Higher Ed
This video talks about an ensemble technique called Boosting. • Define what is a weak classifier • Define what is Boosting ensemble learning • Look at the boosting algorithm
Instructional Video7:50
Curated Video

Java 11 Programming for Beginners 5.5: Working with Internationalization – I18N

Higher Ed
Internationalization is typically an afterthought. Java has a lot of features to help rescue developers from the many traps in this endeavour, and we learn some of them in this video. • We explore the I18N APIs available to format things...
Instructional Video6:10
Curated Video

Java 11 Programming for Beginners 3.1: Hide Your Data – Encapsulation

Higher Ed
We start with the example and showcase a simple encapsulation. • Explain the example • Set up Slack accounts • Establish an initial connection with Slack
Instructional Video16:53
Curated Video

Serverless JavaScript Projects 2.2: Build Your Location AWS Lambda

Higher Ed
We need a way to capture the location information from the provided IP address. • Install serverless and AWS CLI • Utilize a function that queries a database for info from IP • Return the geolocation information to the user
Instructional Video5:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.4: Optional Catch Binding

Higher Ed
In this video, we will learn how to write parallel low-level JavaScript code. • Learn about node.green • Show optional catch binding in node.green • Implement optional catch binding
Instructional Video7:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes

Higher Ed
In this video, we will learn how to use classes in Node.js and Express.js. • Define a class that handles todo's • Show how to extend from another class • Bind this class into the express application
Instructional Video5:10
Curated Video

Tips, Tricks, and Techniques for Node.js Development 1.5: Debugging My Application

Higher Ed
In this video, we will learn how to debug your Node.js application. • Understand how to debug in Visual Studio Code • Show the –inspect flag • Debug with Chrome dev tools