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 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.<br/>
• More about <br/>projections• Pick a projection<br/>
• 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 Je
nkins
• Configure the Jenkins URL as the public DNS...
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 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 Video4:38
Curated Video

The Full Stack Web Development - Part 2 - Angular 2 App From The Quickstart

Higher Ed
App Development with Angular: Part 2 - Angular 2 App From The Quickstart
r/>
This clip is from the chapter "App Development with Angular" of the series "The Full Stack Web Development".In this section, we work with Angular 2...
Instructional Video3:04
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Web Applications to Practice Selenium Automation

Higher Ed
This video explains the web application that can be used to practice Selenium automation.
r/>
This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch...
Instructional Video6:44
Curated Video

Introduction to ASP.NET MVC 6 (Video 3)

Higher Ed
A lot has changed in the world of ASP.NET 5 and MVC 6, but a lot is still the same. All of the major frameworks (Web API, forms, and MVC) have been rolled out under the umbrella of a single unified programming model. There's a...
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.<br/>
• Install IBM Watson developer tools as a<br/> dependency
• Add the Watson Assistan<br/>tV1 call to the Lambda
• Send back the response that Watso<br/>n returns as the new API response
Instructional Video4:33
Curated Video

Serverless JavaScript Projects 1.3: AWS Lambda Functions Are the Way to Go in FaaS Architectures

Higher Ed
We will show that AWS Lambda is the only way to go if you want to have production quality code running in serverless setups. • Understand what AWS FaaS is • Show how AWS Lambda is the only solid option • Sign up for AWS
Instructional Video3:44
Curated Video

Learning D3.JS 5.0 4.5: Modifying Elements

Higher Ed
In this video, we will learn which methods can modify the elementsand the difference from other methods. • Navigate to GitHub to read for the attr() and text() methods. • Use these methods. Understand and write the examples. • Talk about...
Instructional Video4:18
Curated Video

Learning D3.JS 5.0 3.2: Creating Paths

Higher Ed
In this video, we will learn how we can create paths. • Learn about path commands • Create a shape with straight lines • Create a shape with curved lines
Instructional Video9:39
Curated Video

Bug Bounty Program Certification 3.4: Find Bugs Using Network Vulnerability Scanner

Higher Ed
This video explores Nessus installation steps.<br/>
• Download Nessus network vulnerabil<br/>ity scanner
• Install <br/>process of Nessus tool
• Learn about basic scanning using Nessus
Instructional Video4:44
Curated Video

Bug Bounty Program Certification 2.4: Update and Upgrade Kali Linux Operating System

Higher Ed
This video will help you learn how to update and upgrade process. • Learn about update and upgrade process • Update process • Upgrade process
Instructional Video5:05
Curated Video

Bug Bounty Program Certification 1.4: Bug Bounty Latest Terminologies

Higher Ed
In this video, you will learn about terms in bug bounty. • Explore basic terminologies • Explain different terminologies in bug bounty • Difference between different terminologies in bug bounty
Instructional Video5:43
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.1: Using const and arrow Functions

Higher Ed
In this video, we will learn how we can benefit from the new features of ECMAScript, const, let, and arrow functions.

• Understand let and
const
• Change var statements into const
statements
• Use arrow functions instead...