Hi, what do you want to do?
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.3: Test My API
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
Curated Video
Tips, Tricks, and Techniques for Node.js Development 1.7: V8 Performance Profiling
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
Curated Video
Learning D3.JS 5.0 10.2: Creating a Simple Map
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
Curated Video
Learning D3.JS 5.0 8.3: Adding the y-axis
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()
Curated Video
Learning D3.JS 5.0 7.2: The Scatter Plot
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
Curated Video
Learning D3.JS 5.0 6.2: Upside-Down SVGs
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...
Curated Video
Bug Bounty Program Certification 7.3: Install Mutillidae Framework in Kali Linux
In this video, you will host Mutillidae (Buggy Application). • Explore Mutillidae application • Download Mutillidae in Kali Linux • Mutillidae hosting in server
Curated Video
Ensemble Machine Learning Techniques 3.5: Using Random Forest to Analyze Sonar Chirp Data
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
Curated Video
Ensemble Machine Learning Techniques 1.4: Setting Up Dependencies
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 5.4: Creating a Condition Filter
We’ll create a condition filter. • Understand the condition filter • Apply it to our data
Curated Video
Serverless JavaScript Projects 4.5: Utilizing the Different CRUD Lambdas to Connect Our Front-End App to a Database
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
Curated Video
Serverless JavaScript Projects 2.5: Stream the Data Between the Lambdas and the Front End
We need to test this and verify results and make sure it looks good. • Stretch out how much info is being returned
Curated Video
Serverless JavaScript Projects 1.1: The Course Overview
This video will give you an overview about the course.
Curated Video
Tips, Tricks, and Techniques for Node.js Development 6.4: TypeScript with InversifyJS
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
• Install <br/>InversifyJS
• Adapt the Express.js c<br/>ode to use Inve<br/>rsifyJS
• Create a controller
Curated Video
Tips, Tricks, and Techniques for Node.js Development 3.1: All about Time
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 2.2: Destructing Enhancement
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...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 1.4: Monorepo with Lerna.js
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
• Understand what a monorepo is and insta<br/>ll Lerna.js
• Cr<br/>eate multiple packages<<br/>br/>• Use these multiple packages
Curated Video
Learning D3.JS 5.0 2.2: Creating Your First SVG
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.
Curated Video
Bug Bounty Program Certification 11.3: Perform Reverse Engineering and Find Bugs
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
Curated Video
Bug Bounty Program Certification 3.2: Finding Frontend and Backend Technologies
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
Curated Video
Mastering Tableau 2018.1, Second Edition 11.4: Actions and Highlighting on Dashboards
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?
• Why are actions<br/> necessary?
• Why is h<br/>ighlighting necessary?
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 9)
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...
Curated Video
Mastering MEAN Web Development Expert Full Stack JavaScript (Video 32)
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...
Curated Video
Mastering Tableau 2018.1, Second Edition 8.3: Using Step and Jump Lines
We’ll see new lines that we have in Tableau 2018.1. • Different types of lines in Tableau • Implement lines in Tableau