Instructional Video6:17
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.3: Test My API

Higher Ed
In this video, we will learn how we can test our server-side API code in Express.js. • Install supertest • Prepare Express for supertest • Write test around the APIs
Instructional Video6:37
Curated Video

Tips, Tricks, and Techniques for Node.js Development 1.7: V8 Performance Profiling

Higher Ed
In this video, we will learn how to profile our application to find memory leaks, high consumption on usage, slow reactions and more. • Activate profiling • Collect tick information • Analyze tick information
Instructional Video3:28
Curated Video

Learning D3.JS 5.0 10.2: Creating a Simple Map

Higher Ed
In this video, we will learn the structure of a map chart. • Get an overview of HTML and CSS files • Understand the GeoJSON file • Understand the app.js file
Instructional Video4:11
Curated Video

Learning D3.JS 5.0 8.3: Adding the y-axis

Higher Ed
In this video, we will learn how to add the y-axis. • Style the y-axis • See the result and style the y-axis even more with the tickFormat()
Instructional Video2:47
Curated Video

Learning D3.JS 5.0 7.2: The Scatter Plot

Higher Ed
Finish the code and view the result of the scatter plot. • Create the elements • View the result • Modify the code to display the result better
Instructional Video7:21
Curated Video

Learning D3.JS 5.0 6.2: Upside-Down SVGs

Higher Ed
In this video, we will randomize the data and optimize the code. • Understand the first way to randomize hardcoded data • Understand the second way to randomize data in D3.js style • Optimize the code and also view the result, which is...
Instructional Video5:51
Curated Video

Bug Bounty Program Certification 7.3: Install Mutillidae Framework in Kali Linux

Higher Ed
In this video, you will host Mutillidae (Buggy Application). • Explore Mutillidae application • Download Mutillidae in Kali Linux • Mutillidae hosting in server
Instructional Video4:57
Curated Video

Ensemble Machine Learning Techniques 3.5: Using Random Forest to Analyze Sonar Chirp Data

Higher Ed
In this video, we will use python and sklearn to analyze sonar chirp data using Random Forest. • We will use Jupyter Notebook to execute our code • Use Random Forest implementation in Scikit learn • Test with different number of trees
Instructional Video2:39
Curated Video

Ensemble Machine Learning Techniques 1.4: Setting Up Dependencies

Higher Ed
In this video, we will look at scikit learn and how to build a simple ensemble model. • Get an introduction to scikit learn • Use scikit learn to write a simple ensemble learning model • Use scikit learn to evaluate the ensemble learning...
Instructional Video2:58
Curated Video

Mastering Tableau 2018.1, Second Edition 5.4: Creating a Condition Filter

Higher Ed
We’ll create a condition filter. • Understand the condition filter • Apply it to our data
Instructional Video14:16
Curated Video

Serverless JavaScript Projects 4.5: Utilizing the Different CRUD Lambdas to Connect Our Front-End App to a Database

Higher Ed
We need to work out all the calls to the DB endpoints from the front-end application. • Start working out all the calls to the API endpoints • Put all the calls in place • Test to make sure everything is working
Instructional Video8:42
Curated Video

Serverless JavaScript Projects 2.5: Stream the Data Between the Lambdas and the Front End

Higher Ed
We need to test this and verify results and make sure it looks good. • Stretch out how much info is being returned
Instructional Video1:55
Curated Video

Serverless JavaScript Projects 1.1: The Course Overview

Higher Ed
This video will give you an overview about the course.
Instructional Video6:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.4: TypeScript with InversifyJS

Higher Ed
In this video, we will learn how to improve our code with a powerful TypeScript library.<br/>
• Install <br/>InversifyJS
• Adapt the Express.js c<br/>ode to use Inve<br/>rsifyJS
• Create a controller
Instructional Video4:54
Curated Video

Tips, Tricks, and Techniques for Node.js Development 3.1: All about Time

Higher Ed
In this video, we will learn how to use time features in Node.js, what the phases of the event loop are and how they affect the timer functions in node. • Explain the event loop • Show setTimeout and setImmediate • Look at a nested...
Instructional Video4:42
Curated Video

Tips, Tricks, and Techniques for Node.js Development 2.2: Destructing Enhancement

Higher Ed
In this video, we will learn the advantages of using destructing in a variable and an array within Express, instead of the old-fashioned way. • Destruct a variable of request into multiple variables • Destruct an array of the process...
Instructional Video6:04
Curated Video

Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js

Higher Ed
In this video, we will learn how to develop multiple node packages into one big codebase.<br/>
• Understand what a monorepo is and insta<br/>ll Lerna.js
• Cr<br/>eate multiple packages<<br/>br/>• Use these multiple packages
Instructional Video2:20
Curated Video

Learning D3.JS 5.0 2.2: Creating Your First SVG

Higher Ed
In this video, we will learn how to create an SVG element. • Start coding on a texteditor. • Load browser to view the SVG. • Load browser + developer tools. Get familiar with the Elements tab in developer tools.
Instructional Video8:46
Curated Video

Bug Bounty Program Certification 11.3: Perform Reverse Engineering and Find Bugs

Higher Ed
This video focuses on open source code files. • Convert APK into jar file using dex2jar • Open source code using JD-gui tool • Analyze source code
Instructional Video7:49
Curated Video

Bug Bounty Program Certification 3.2: Finding Frontend and Backend Technologies

Higher Ed
In this video, we will see how to find front end and backend technologies. • Explore Info gathering using net discover tool • Learn about Info gathering using Dmitry tool • Find frontend and backend technologies
Instructional Video8:50
Curated Video

Mastering Tableau 2018.1, Second Edition 11.4: Actions and Highlighting on Dashboards

Higher Ed
In this video, we’ll look at the several actions we can do on our dashboards.<br/>
• Why are actions<br/> necessary?
• Why is h<br/>ighlighting necessary?
Instructional Video9:51
Curated Video

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 9)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web...
Instructional Video7:07
Curated Video

Mastering MEAN Web Development Expert Full Stack JavaScript (Video 32)

Higher Ed
Web development is moving fast and to keep up to mark, you need a technology stack that is . The MEAN stack includes MongoDb, Express, Angular, and Node.js. These tools provide a rich environment to build advanced web...
Instructional Video4:31
Curated Video

Mastering Tableau 2018.1, Second Edition 8.3: Using Step and Jump Lines

Higher Ed
We’ll see new lines that we have in Tableau 2018.1. • Different types of lines in Tableau • Implement lines in Tableau