Instructional Video3:57
Curated Video

Serverless JavaScript Projects 5.4: Link Front-End Application to AWS CloudFront

Higher Ed
In this video, we need to work out all the calls to the S3 storage endpoints from the front-end application. • Test it in front-end app • Make sure everything is in place
Instructional Video3:09
Curated Video

Serverless JavaScript Projects 1.2: Welcome

Higher Ed
This video is an introduction to serverless JavaScript • Recognize that servers can block development • Show how serverless architecture can solve the server problem • Start showing how to utilize serverless
Instructional Video5:07
Curated Video

Learning D3.JS 5.0 9.2: Coding a Horizontal Tree

Higher Ed
In this video, we will learn about the tree diagram’s structure. • Understand the HTML file • Learn about the CSS file • Understand the JS file
Instructional Video4:37
Curated Video

Learning D3.JS 5.0 6.4: Putting a Label

Higher Ed
To complete the bar chart, we will add labels. • Write the code for labels and view the results • Play with the ‘x’ and ‘y’ coordinates • Finalize the ‘x’ and ‘y’ coordinates and display the datacorrectly
Instructional Video3:51
Curated Video

Learning D3.JS 5.0 2.3: Creating Rectangles

Higher Ed
In this video, we will learn how to create rectangles. • Code a rectangle and view it in the browser.Play with the element tab. • Understand why background color and border won’t work. • Fix the border issue in two different ways.
Instructional Video8:33
Curated Video

Bug Bounty Program Certification 6.5: Gather Machine User Login Credentials

Higher Ed
In this video, you will gather information about Windows and Kali Linux password files. • Learn about Kali Linux shadow file • Use john the Ripper to crack password file • Gather information about Windows SAM file
Instructional Video8:45
Curated Video

Bug Bounty Program Certification 5.4: Perform Buffer Overflow Attack on Server

Higher Ed
This video will help you perform buffer overflow attack. • Setup lab for buffer overflow in Windows10 • Use BadBlue exploit using metasploit • Get meterpreter session using exploitation
Instructional Video12:50
Curated Video

Bash Shell Scripting- Automate Server Inventory using Shell Script

Higher Ed
This video shows how to Automate Server Inventory using Shell Script. This clip is from the chapter "Real-Time Practice (Low level to High level)" of the series "Complete Bash Shell Scripting".This section covers various Bash shell...
Instructional Video8:29
Programming Electronics Academy

Lesson 6 | Arduino Toolchain Overview | Arduino Crash Course

Higher Ed
Lesson 6 | Arduino Toolchain Overview | Arduino Crash Course
Instructional Video18:42
Programming Electronics Academy

EPS 5: Spinphony with Nick Polito

Higher Ed
how Nick was able to create a musical bicycle using Arduino and ‘Ableton Live’ (5:20), and how he and his teammates were able to put the project together in three weeks, despite their limited coding experience (11:05).
Instructional Video7:36
Programming Electronics Academy

Episode #08: Intermission: The Process I use for Creating Tutorials

Higher Ed
This weeks Episode is what I am calling an intermission, which is basically me taking a break from hardcore Arduino tutorial making, and present a less technical topic. In this intermission video, I walk through the process I use to...
Instructional Video27:45
IDG TECHtalk

New 27-inch iMac with M1 Pro chip rumors, plus M1 MacBook memory leak bugs

Higher Ed
Rumors and leaks suggest that Apple's 27-inch iMac is next in line for an M1 Pro upgrade, as the company continues its two-year transition to Apple silicon. Earlier this year, Apple updated its 24-inch iMac with an M1 chip. Recently...
Instructional Video2:43
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Maintenance and Availability

Higher Ed
In this video, we will look at maintenance and availability. This clip is from the chapter "Azure Virtual machines" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains Azure compute and creating VM...
Instructional Video8:17
Curated Video

Learning LESS (Video 6)

Higher Ed
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Instructional Video6:07
Curated Video

Ensemble Machine Learning Techniques 3.4: Random Forest

Higher Ed
This video aims to teach the viewer about a versatile and powerful algorithm called Random Forest. • We discuss what is Random Forest • We see the difference between Bagging Trees and Random Forest • We look at the advantages and...
Instructional Video9:29
Curated Video

Python for Network Forensics 1.2: Learning Dshell

Higher Ed
In this video, we will learn how to inspect network traffic at the packet level using Dshell. • Learn to set up a Python virtual environment • Learn to import packet capture • Use Dshell decoders to fuller analyze automate network traffic
Instructional Video5:53
Curated Video

Java 11 Programming for Beginners 4.3: Working with Strings, Characters, and Regular Expressions

Higher Ed
Strings and regular expressions are key to everyday Java programming. This video gives an overview of how to use them. • Three slides to explain string and regular expression • Use regex in code to split a word • Use string functions to...
Instructional Video7:02
Curated Video

Mastering Tableau 2018.1, Second Edition 11.3: Design Tricks for Great Dashboards

Higher Ed
Some tricks to create great dashboards. • Steps to create a great design • Creating a great design in Tableau
Instructional Video9:04
Curated Video

Mastering Tableau 2018.1, Second Edition 6.2: Working with Sets

Higher Ed
In this video, we’ll work with sets. • The difference between groups and sets • Understand different types of sets • Implement different types of sets
Instructional Video8:55
Curated Video

Mastering Tableau 2018.1, Second Edition 5.9: Working with Sorting and Nested Sorting

Higher Ed
In this video, we’ll see sorts over data. • Understand the importance of sort • Apply sort over the data
Instructional Video5:18
Curated Video

Mastering Tableau 2018.1, Second Edition 4.3: Combining Your Data with Union

Higher Ed
In this video, we’ll see how we can combine data with the help of Union. • Understand Union • Combine tables using Union
Instructional Video5:04
Curated Video

Mastering Tableau 2018.1, Second Edition 2.3: Saving Data Sources and Workbooks, Live, or Extracts

Higher Ed
In this video, we’ll see how to save data sources and workbooks. • Understand the different types of workbooks and data sources • The difference between Extract connection and Live connection
Instructional Video6:37
Curated Video

Mastering Tableau 2018.1, Second Edition 1.1: The Course Overview

Higher Ed
This video provides an overview of the entire course.
Instructional Video3:20
Curated Video

Learning D3.JS 5.0 3.5: Creating Clip Paths

Higher Ed
In this video, we will learn how to create clip paths. • Write a text path and • Write the and the • Connect everything and view the result