Hi, what do you want to do?
Curated Video
Serverless JavaScript Projects 5.3: Test Amazon CloudFront
In this video, we need to make sure the transcoding is working<br/>
• Upl<br/>oad a vide<br/>o
• Wait for email
• Upl<br/>oad a vide<br/>o
• Wait for email
Curated Video
Serverless JavaScript Projects 5.2: Configure Amazon CloudFront
In this video, we need to create a place to transcode and store videos to use in out front end.<br/>
• Use template to create<br/> a workflow
• Wait fo<br/>r Lambda to be created
• Use template to create<br/> a workflow
• Wait fo<br/>r Lambda to be created
Curated Video
Serverless JavaScript Projects 2.4: Connect the Two Lambdas
We need to get all relevant data returned to the front end in a timely fashion so all functions have the right info they need. • Have the front end call the location lambda while passing the IP as a parameter • Take the returned location...
Curated Video
Serverless JavaScript Projects 2.1: Front-End Design
This video is walking through building a front end for the Weather App. • First get the boilerplate code for Bootstrap 4 • Utilize jQuery to get the IP address • Write up a simple front-end app using Bootstrap Jumbotron and card
Curated Video
Learning D3.JS 5.0 3.4: Creating Text Paths
In this video, we will learn how to create text paths.<br/>
• Explain what is and the benefits <br/>of using it
• Code one <br/>rectangle using
• Code multiple r<br/>ectangles using the
• Explain what
• Code one <br/>rectangle using
• Code multiple r<br/>ectangles using the
Curated Video
Bug Bounty Program Certification 12.1: About Android App Backend Penetration
In this video, you will get a brief overview on the Android app backend penetration. • Explore the backend penetration techniques • Learn about the process of backend penetration • Have a look at the goals of backend penetration
Curated Video
Bug Bounty Program Certification 6.1: About Malware Attacks on Machines
This video is about malware attacks. • Malware attack overview • Explore listing of malware attacks • Penetrate using malware attacks
Curated Video
Bug Bounty Program Certification 2.1: Download and Install VMware Workstation
In this video, learn about the installation process of VMware. • Explore About VMware • Download VMware • Installation of Vmware
Curated Video
Bug Bounty Program Certification 1.3: Teaser – Finding Bugs in Websites and Gain Bug Bounty
This video explores example of bug bounty. • Explore injection attack • Learn about manual commands • Exploit database
Curated Video
Ensemble Machine Learning Techniques 4.3: Other Boosting Algorithms
In this video, we will see some of the other Boosting techniques. • We will learn about gradient boosting • We learn about extreme gradient Boosting • We see the advantages of Light GBM and CatBoost techniques
Curated Video
Mastering Tableau 2018.1, Second Edition 5.3: Creating a Wildcard Filter
We’ll see the wildcard filter. • Understand the wildcard filter • Apply a wildcard character to the data
Curated Video
Mastering Tableau 2018.1, Second Edition 5.8: Understanding Aggregations
We’ll start with data aggregation. • Different types of data aggregations • Aggregate data in Tableau
Curated Video
Serverless JavaScript Projects 3.4: Test That SMS Messages Are Being Sent and Received to and from IBM Watson
We need to make sure this application works correctly. • Send several greetings to make sure Watson responds • Send several conversation closing words like ‘goodbye’ to test that the responses are appropriate • Send several conversation...
Curated Video
Serverless JavaScript Projects 3.2: Build a Twilio and IBM Watson AWS Lambda
We need to create a middleware function API in AWS Lambda that the twilio project will hit as the endpoint for SMS messages.
• Build a new Serverless project and deploy it to get the end
point
• Install Twilio as a dependency...
• Build a new Serverless project and deploy it to get the end
point
• Install Twilio as a dependency...
Curated Video
Serverless JavaScript Projects 1.5: Get Going with AWS Lambda FaaS
This video walks the user through building the first ‘Hello World’ application in AWS Lambda.<br/>
• Write our first <br/>ap<br/>plication
• Run it
• Write our first <br/>ap<br/>plication
• Run it
Curated Video
Tips, Tricks, and Techniques for Node.js Development 3.5: Async Await Now
In this video, we will learn about async/await. • Learn how to use async await keywords • Transform our code • Execute our code
Curated Video
Tips, Tricks, and Techniques for Node.js Development 3.2: What about Callbacks?
In this video, we will learn to work with callbacks. • Read synchronously • Read a file with callbacks • Check the package
Curated Video
Tips, Tricks, and Techniques for Node.js Development 1.2: Installing Node.js with NVM
In this video, we will learn how to install Node.js and take control of the versions on your machine.<br/>
• <br/>Install NVM
•<br/> Install node with NVM
• S<br/>witch from one version to another
• <br/>Install NVM
•<br/> Install node with NVM
• S<br/>witch from one version to another
Curated Video
Bug Bounty Program Certification 13.2: Bug Bounty Certification Exam Practice Questions – Part 1
Exam questions.<br/>
• Practic<br/>e que<br/>stions
• Solu<br/>tions
• Explanation of answer
• Practic<br/>e que<br/>stions
• Solu<br/>tions
• Explanation of answer
Curated Video
Bug Bounty Program Certification 9.5: Denial of Service Attack on Websites
This video will help you perform DOS attack using Kali Linux. • Explore Slowloris Program • Download Perl script in Kali Linux • Perform DOS attack using Slowloris program
Curated Video
Cloud Native Development on Azure with Java 4.3: Configure a GitHub Repository and Create a New Pipeline to Set Up CI
This video will walk you through a few simple steps, and show you how to use Git to clone your source code repository and start implementing the CI pipeline for your application.
• Configure a GitHub webhook for the Jenkins...
• Configure a GitHub webhook for the Jenkins...
Curated Video
Bug Bounty Program Certification 2.6: Various Components of Network Bug Bounty Program
This video explores components of bug bounty program. • Explore components of bug bounty program • Various components of network bug bounty program • Explain functioning of a network bug bounty program
Curated Video
Mastering Tableau 2018.1, Second Edition 9.3: Working with Fixed, Include, Exclude Expressions
In this video, we’ll go through the different functions that we have for level of details expressions. • Implement Fixed LOD • Implement Include LOD • Implement Exclude LOD
Curated Video
Learning D3.JS 5.0 8.2: Styling the Axis
In this video, we will learn how to style an axis in order to improve its readability. • Add the ticks() function • Add the tickValues() function • Understand which function is better