Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Meet The Binary Tree - A Hierarchical Data Structure
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...
Rachel's English
English Vocabulary Challenge Day 15
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...
Curated Video
Ensemble Machine Learning Techniques 4.1: Introduction to Boosting
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
Curated Video
Java 11 Programming for Beginners 5.5: Working with Internationalization – I18N
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...
Curated Video
Java 11 Programming for Beginners 3.1: Hide Your Data – Encapsulation
We start with the example and showcase a simple encapsulation. • Explain the example • Set up Slack accounts • Establish an initial connection with Slack
Curated Video
Serverless JavaScript Projects 2.2: Build Your Location AWS Lambda
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.4: Optional Catch Binding
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.3: Using Classes
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 1.5: Debugging My Application
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
Curated Video
Learning D3.JS 5.0 10.3: Extended Geographic Projections
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
Curated Video
Bug Bounty Program Certification 5.2: Find Major Bugs in Server
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
Curated Video
Bug Bounty Program Certification 4.3: Find Bugs in Wireless Network
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
Curated Video
Cloud Native Development on Azure with Java 4.2: Configure Jenkins by Installing JDK and Gradle
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...
Curated Video
Implement a decision tree : Techniques to Further Improve a Model
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...
Curated Video
Create a computer network: Classic Network Device Interaction Examples
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...
Science360
Virtual Reality Scientist - Careers in Science and Engineering
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...
Curated Video
Design test cases to verify a computer program : Unit Tests
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!...
Curated Video
Describe computer programming : Storing Data Using Variables
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
Curated Video
Ensemble Machine Learning Techniques 1.2: Introduction
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...
Curated Video
Java 11 Programming for Beginners 2.6: Diving into Local Variable Syntax for Lambda Parameters and Low Overhead GC
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
Curated Video
Mastering Tableau 2018.1, Second Edition 10.4: Custom Geocoding
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
Curated Video
Mastering Tableau 2018.1, Second Edition 9.2: Going from Regular Expressions to Level-of-Detail Expressions
We’ll see the difference between regular expressions and LOD expressions. • Why are regular expressions important?
Curated Video
Serverless JavaScript Projects 4.3: Building a Create and Read Lambda
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
Curated Video
Serverless JavaScript Projects 3.3: Put the Finishing Touches on the Lambda
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