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
Instructional Video3:30
Curated Video

Learning D3.JS 5.0 10.3: Extended Geographic Projections

Higher Ed
In this video, we will create a better map by using projections and styling some elements. • More about projections • Pick a projection • Add some style to the data
Instructional Video9:32
Curated Video

Bug Bounty Program Certification 5.2: Find Major Bugs in Server

Higher Ed
In this video, we will learn about advance scanning using vulnerability scanner. • Use Nessus network vulnerability scanner • Use advance scan, find bugs in server • Explanation of bug available in server
Instructional Video8:13
Curated Video

Bug Bounty Program Certification 4.3: Find Bugs in Wireless Network

Higher Ed
This video explores information about wireless in the environments. • Explore wireless attack tool in Kali Linux • Scan wireless networks • Understand the process of wireless attack
Instructional Video6:03
Curated Video

Cloud Native Development on Azure with Java 4.2: Configure Jenkins by Installing JDK and Gradle

Higher Ed
In this video, we will perform some basic configuration on the Jenkins master server by installing two plugins: JDK and Gradle. • Install the suggested plugins for Jenkins • Configure the Jenkins URL as the public DNS assigned to the VM...
Instructional Video1:48
Curated Video

Implement a decision tree : Techniques to Further Improve a Model

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 Video17:41
Curated Video

Create a computer network: Classic Network Device Interaction Examples

Higher Ed
From the section: Interacting with Classic Network Devices. In this section, we will look at how to interact with classic network devices with Python libraries. We will explain what we define as classic network devices and use Netmiko...
Instructional Video5:52
Science360

Virtual Reality Scientist - Careers in Science and Engineering

12th - Higher Ed
What's it really like to be an engineer or a scientist? What do they really do all day? You're about to find out! Meet the next generation of engineers and scientists in these profiles of young professionals, who may just inspire you to...
Instructional Video12:11
Curated Video

Design test cases to verify a computer program : Unit Tests

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python Unit tests let you test your code. You should actually try to break your own code!...
Instructional Video20:27
Curated Video

Describe computer programming : Storing Data Using Variables

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: Storing Data Using Variables
Instructional Video2:26
Curated Video

Ensemble Machine Learning Techniques 1.2: Introduction

Higher Ed
This video aims to teach the viewer what ensemble learning is, so that the concepts of the rest of the course can be understood. • Define what ensemble methods are • Give a simple example to explain how ensemble learning works • Explain...
Instructional Video2:29
Curated Video

Java 11 Programming for Beginners 2.6: Diving into Local Variable Syntax for Lambda Parameters and Low Overhead GC

Higher Ed
We show the beginner a glimpse of new features in Java 11. • Create a lambda and get a quick intro to lambda • Show how to use var in the lambda parameter declaration • Experiment with low-overhead GC
Instructional Video7:32
Curated Video

Mastering Tableau 2018.1, Second Edition 10.4: Custom Geocoding

Higher Ed
In this video, we’ll see how to integrate a custom geocode inside Tableau. • Why custom geocodes are important • Apply a custom geocode in Tableau
Instructional Video5:43
Curated Video

Mastering Tableau 2018.1, Second Edition 9.2: Going from Regular Expressions to Level-of-Detail Expressions

Higher Ed
We’ll see the difference between regular expressions and LOD expressions. • Why are regular expressions important?
Instructional Video9:11
Curated Video

Serverless JavaScript Projects 4.3: Building a Create and Read Lambda

Higher Ed
In this video, we need to read the database and create new records for the cards and boards. • Set up the functions for create and read • Run the serverless deploy script • Make sure CORS is on for these functions in AWS
Instructional Video16:41
Curated Video

Serverless JavaScript Projects 3.3: Put the Finishing Touches on the Lambda

Higher Ed
We need to bring in IBM Watson. • Install IBM Watson developer tools as a dependency • Add the Watson AssistantV1 call to the Lambda • Send back the response that Watson returns as the new API response