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. • Install InversifyJS • Adapt the Express.js code to use InversifyJS • 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. • Understand what a monorepo is and install Lerna.js • Create multiple packages • 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 Video4:31
Packt

CompTIA Network+ Certification N10-007: The Total Course - Introduction to Firewalls

Higher Ed
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...
Instructional Video2:39
Packt

CompTIA Network+ Certification N10-007: The Total Course - Software as a Service (SaaS)

Higher Ed
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...
Instructional Video3:43
Curated Video

C++ Standard Template Library in Practice - Introduction to Threading

Higher Ed
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...
Instructional Video0:54
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Section 13 Introduction

Higher Ed
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...
Instructional Video4:23
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Lightweight Versus Annotated Tags

Higher Ed
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...
Instructional Video0:59
Curated Video

Apache Maven Beginner to Guru - Conclusion "Maven Release Plug-in"

Higher Ed
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.
Instructional Video11:44
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Nmap - 2

Higher Ed
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...
Instructional Video5:53
Curated Video

Learn and Master C Programming - CPU, GPU and 32-bit versus 64-bit Processors

Higher Ed
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"...
Instructional Video2:28
Curated Video

Ensemble Machine Learning Techniques 4.3: Other Boosting Algorithms

Higher Ed
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
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
Instructional Video3:26
Curated Video

Mastering Tableau 2018.1, Second Edition 5.3: Creating a Wildcard Filter

Higher Ed
We’ll see the wildcard filter. • Understand the wildcard filter • Apply a wildcard character to the data
Instructional Video3:40
Curated Video

Serverless JavaScript Projects 5.3: Test Amazon CloudFront

Higher Ed
In this video, we need to make sure the transcoding is working • Upload a video • Wait for email
Instructional Video4:18
Curated Video

Serverless JavaScript Projects 5.2: Configure Amazon CloudFront

Higher Ed
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
Instructional Video12:08
Curated Video

Serverless JavaScript Projects 2.4: Connect the Two Lambdas

Higher Ed
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...
Instructional Video6:57
Curated Video

Serverless JavaScript Projects 2.1: Front-End Design

Higher Ed
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