Instructional Video2:57
Curated Video

Learning D3.JS 5.0 5.4: Loading Data from External Sources – JSON

Higher Ed
In this video, we will learn how to load data from a JSON file. • Discuss JSON file • Create a JSON fileand write the code to fetch data • View the result and console tab from the developer tools
Instructional Video8:35
Curated Video

Bug Bounty Program Certification 9.1: Find Bugs in Websites for Frontend Penetration

Higher Ed
In this video, you will learn about frontend vulnerability scanning using Acunetix. • Explore example of cross site scripting attack • Understand vulnerability Listing in Acunetix • Explore report generation using Acunetix
Instructional Video5:15
Curated Video

Introducing Ionic 2 (Video 8)

Higher Ed
Hybrid apps are changing the way people build mobile applications. With Ionic 2, hybrid app developers are gifted with not only a fresh, well-built, and powerful platform, but also a tool to enjoy their development experience....
Instructional Video4:09
Curated Video

Mastering Tableau 2018.1, Second Edition 10.1: Connecting to Existing Spatial Data

Higher Ed
See how to connect to spatial data.<br/>
• Download a sam<br/>ple dataset
• Im<br/>port data into Tableau
Instructional Video6:38
Curated Video

Mastering Tableau 2018.1, Second Edition 7.4: Quick Table Calculations – Rank

Higher Ed
We’ll see the rank function. • The importance of rank • Implement the rank function
Instructional Video5:43
Curated Video

Serverless JavaScript Projects 4.4: Building an Update and Delete Lambda

Higher Ed
In this video, we need to be able to update the cards when moved from column to column. We also need to be able to delete cards and boards. • Set up the functions for update and delete • Run the serverless deploy script • Make sure CORS...
Instructional Video19:43
Curated Video

Serverless JavaScript Projects 2.3: Run Your Weather AWS Lambda

Higher Ed
We need a way to query the weather info based on the location info acquired.

• Sign up for Wunderground.co
m API
• Use serveless CLI to create a function for querying Wunderground AP
I for data
• Return the weather I
nfo to...
Instructional Video7:54
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.5: Browser Automated Testing Made Easy

Higher Ed
In this video, we will learn how to test our web application with browser interactions. • Look at karma and nightwatch.js • Install nightwatch.js • Write a test with nightwatch.js
Instructional Video7:50
Curated Video

Tips, Tricks, and Techniques for Node.js Development 4.1: Using Spies in Your Tests

Higher Ed
In this video, we will learn how to work with spies in our unit tests. • Explain spyOn • Explain and.callThrough, and.callFake • Explain how to test call with parameters
Instructional Video1:52
Curated Video

Learning D3.JS 5.0 10.5: Customize the Map

Higher Ed
In this video, we will discuss what we have learnt in the section and what more we can do with maps and D3.<br/>
• Get an overview of chor<br/>opleth maps
• Understand p<br/>anning, drag,<br/> and zoom
• Customize the map
Instructional Video6:01
Curated Video

Learning D3.JS 5.0 5.3: Loading Data from External Sources – CSV

Higher Ed
In this video, we will learn how to load data from a CSV file. • Discuss the different types of supported files to create requests and get data • Create a CSV file and write the code to fetch data • View the result and console tab from...
Instructional Video1:38
Curated Video

Learning D3.JS 5.0 4.3: The select() Method

Higher Ed
In this video, we will learn what the select() method is and how to use it. • Start writing code about the select() method • Write a short example • Explain the example using the console in the developer tools
Instructional Video12:21
Curated Video

Bug Bounty Program Certification 9.6: Brute Force Attacks on Websites

Higher Ed
This video will help you perform brute force attack on web admin. • Request interception using Burpsuite • Create wordlist for brute force attack • Perform brute force attack on web admin page using burp suite
Instructional Video3:27
Curated Video

Bug Bounty Program Certification 2.5: What Is Network Bug Bounty Program?

Higher Ed
In this video, explore network bug bounty overview. • Explore network bug bounty • Example of bug bounty • Explain in depth about network bug bounty program and its processes
Instructional Video7:09
Curated Video

High Performance Scientific Computing with C 2.1: Floating-Point Numbers and IEEE-754

Higher Ed
How are real numbers stored and manipulated? How does this affect our program’s performance? • Learn how the IEEE-754 standard defines floating-point storage • Learn the range of floating-point numbers • See how we can go beyond this...
Instructional Video6:33
Curated Video

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

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:49
Packt

Advanced Computer Vision Projects 1.5: Retraining the Model

Higher Ed
In this video, we cover retraining the captioning data on user provided images. • Load the model and initialize the TensorFlow session • Apply the model to sample images • Visualize the results
Instructional Video6:34
Curated Video

Mastering Tableau 2018.1, Second Edition 9.4: Using Nested LOD Expressions

Higher Ed
In this video, we’ll see nested LOD expressions in detail. • The importance of nested LOD • Implement nested LOD
Instructional Video7:50
Curated Video

Mastering Tableau 2018.1, Second Edition 7.5: Understanding Window Table Calculations

Higher Ed
In this video, we’ll cover window functions.<br/>
• Understand windo<br/>w functions
• Impl<br/>ement window functions
Instructional Video9:14
Curated Video

Mastering Tableau 2018.1, Second Edition 3.2: Data Preparation and Cleaning Data Sources with Text and Geography

Higher Ed
In this video, we’ll see how we can format text and geographic fields.<br/>
• Prepare text f<br/>or analysis
• Prepare geograph<br/>ic fields for analysis
Instructional Video8:19
Curated Video

Mastering Tableau 2018.1, Second Edition 2.1: Understanding the Connect Page and Global Superstore Dataset

Higher Ed
In this video, we will see the connect page and the features and functions that we get from it. We are also going to see the global superstore dataset. • Explore the data connection page • Inspect the global superstore dataset
Instructional Video3:12
Curated Video

Bug Bounty Program Certification 1.2: How to Get Most Out of This Course?

Higher Ed
This video will give you a brief overview about the course. • Explain about course topics • Explore various components • Prepare for next sections
Instructional Video5:19
Curated Video

Serverless JavaScript Projects 4.2: Setting Up the UI with DynamoDB Database

Higher Ed
In this video, we need to locate the places for Database Updates and pulls and setup DynamoDB in AWS. • Find locations in the front end where we will call the database endpoints • Setup DynamoDB capabilities in AWS • Prepare to run the...
Instructional Video6:33
Curated Video

Tips, Tricks, and Techniques for Node.js Development 6.1: Linting

Higher Ed
In this video, we will learn how we can apply rules to our code so we are all using the same code style.<br/>
• Understand why we <br/>use linting
• Learn how to apply<br/> eslint to our project<br/>
• Look at eslinting warnings