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. • Install InversifyJS • Adapt the Express.js code to use InversifyJS • 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. • Understand what a monorepo is and install Lerna.js • Create multiple packages • 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
Packt
CompTIA Network+ Certification N10-007: The Total Course - Introduction to Firewalls
This video provides an introduction to the firewalls. This clip is from the chapter "Protecting Your Network" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you will learn how to protect the...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Software as a Service (SaaS)
This video explains the concept of SaaS and highlights that SaaS is all around us with DropBox and others. This clip is from the chapter "Virtualization and Cloud Computing" of the series "CompTIA Network+ Certification N10-007: The...
Curated Video
C++ Standard Template Library in Practice - Introduction to Threading
The user is new to the idea of threads and needs to be introduced to it. • Review single threaded architecture • Introduce threads and how they work • Describe how we will use them in C++ going forward This clip is from the chapter...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Section 13 Introduction
This video provides an introduction to this section. This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It also highlights the...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Lightweight Versus Annotated Tags
This video highlights the difference between lightweight and annotated tags. This clip is from the chapter "Git Tags" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the concept Git tags. It...
Curated Video
Apache Maven Beginner to Guru - Conclusion "Maven Release Plug-in"
This video provides a conclusion for this section. This clip is from the chapter "Maven Release Plug-in" of the series "Apache Maven: Beginner to Guru".This section presents an overview of the Maven release plug-in.
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Nmap - 2
In this video, you'll continue to learn about Nmap. This clip is from the chapter "Active Information Gathering and Port Scanning" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Curated Video
Learn and Master C Programming - CPU, GPU and 32-bit versus 64-bit Processors
Learn the role of CPU and its components and also learn about the role of GPU and touch base on differences between 32-bit and 64-bit processors as well as Operating Systems. This clip is from the chapter "Quick Intro To Computer Basics"...
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 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
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
Serverless JavaScript Projects 5.3: Test Amazon CloudFront
In this video, we need to make sure the transcoding is working • Upload a video • 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. • Use template to create a workflow • Wait for 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