Instructional Video10:26
Curated Video

Java 11 Programming for Beginners 5.4: Using the Date, Time, and Money API

Higher Ed
Date/Time and Money are some of the trickier pieces of data to format. We introduce some APIs that greatly help the average Joe to navigate through the complicated waters of proper formatting. • Use the Date/Time API and improve the...
Instructional Video2:26
Curated Video

Java 11 Programming for Beginners 2.1: Understanding Mindset Prerequisites

Higher Ed
This video tells you what mindset is required from here onwards. • A quick chat on the main mindset prerequisites • Brief description of the example problem
Instructional Video5:00
Curated Video

Mastering Tableau 2018.1, Second Edition 8.1: Using Reference Lines

Higher Ed
See how to add reference lines in canvas. • Understand the different types of reference lines • Add different reference lines to the canvas
Instructional Video4:00
Curated Video

Learning D3.JS 5.0 1.1: The Course Overview

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

Bug Bounty Program Certification 7.4: About Website Bug Bounty Program

Higher Ed
In this video, we will learn about web bug bounty program. • Web bug bounty overview • Explore various major web attacks listing • Explanation of major web attacks
Instructional Video9:21
Curated Video

Bug Bounty Program Certification 6.4: Create a Trojan and Infect Machines in Network

Higher Ed
This video explores Trojan creation and infect machines. • Download and install Zirikatu framework in Kali Linux • Create a Trojan file using Zirikatu and transfer it to victim machine • Penetrate victim using the payload
Instructional Video7:04
Curated Video

Cloud Native Development on Azure with Java 5.3: Scale and Autoscale the Application

Higher Ed
In this video, we will learn how to scale and autoscale our application, which we deployed to Azure Kubernetes cluster. • Clone the source code for metrics server from the Kubernetes GitHub repository • Autoscale the app with more replicas
Instructional Video16:25
Curated Video

Create a list : Implementing List Remove

Higher Ed
From the section: Lists. This section focuses on lists and the various functions of the list. This video demonstrates how to implement the List Remove method.
Instructional Video5:42
Packt

Introduction to computer hardware and software : Troubleshooting Monitors

Higher Ed
From the section: Display Technologies. In this section, we explore our display options for per our uses. The CompTIA A+ exams will challenge you on rather advanced troubleshooting. Whether it’s simple driver configuration or opening the...
Instructional Video7:33
Packt

Introduction to computer hardware and software : Readers and Scanners

Higher Ed
From the section: Essential Peripherals. In this section, we learn more about optical media, USB standard, configure USB’s for keyboard and mIce. A broad cross-section of peripherals scan and read data. From flatbed scanners to barcode...
Instructional Video4:51
Packt

Introduction to computer hardware and software : Chipsets

Higher Ed
From the section: Motherboards. In this section, we look into motherboard features such as Chipsets and how to install. Every CPU has specialty chips (called chipsets) that enable the CPU to interface with expansion slots, peripherals,...
Instructional Video12:53
Curated Video

Describe network protocols : TCP Protocol

Higher Ed
From the section: Programming TCP Clients and Servers In this section, we will learn about how to build TCP Servers and how it works. In this video, we will get an overview on TCP protocol. • Learn how the connection works • Get some...
Podcast48:18
NASA

‎Houston We Have a Podcast: How to Be a Successful Intern

Pre-K - Higher Ed
NASA interns Jaden Chambers and Leah Davis join student mentor Kelly Smith to discuss the experience of being a NASA intern and what it takes to stand out. HWHAP Episode 206.
Instructional Video8:59
Packt

Compare the breadth-first and depth-first search algorithms : Recursive DFS

Higher Ed
From the section: Shortest Time Search (Depth First Search). Understand recursive DFS by answering the questions. • What is recursion • How DFS can be made recursive • How is program stack used Understand recursive DFS by answering the...
Instructional Video5:22
Curated Video

Modify a data structure : Remove Head

Higher Ed
From the section: Linked Lists. This section introduces Linked Lists and "Node" constructor functions along with Big O Notation and calculating the runtime of a function Linked Lists: Remove Head
Instructional Video2:21
Curated Video

Evaluate the impact of an AI application used in the real world. (case study) : Working with X-Ray images: Case Study - Part 1

Higher Ed
From the section: CNN-Industry Live Project: Find Medical Abnormalities and Save Life. This section includes a CNN-Industry live project on working with X-Ray images. CNN-Industry Live Project: Find Medical Abnormalities and Save Life:...
Instructional Video5:59
Curated Video

Python for Network Forensics 3.4: Parsing System Logs

Higher Ed
In this video, we will experiment with correlating log entries to events encountered on the system. • Learn about system logs and how to access them • Learn to interact with the Systemd Journal with Python • Continue development by...
Instructional Video11:47
Packt

Advanced Computer Vision Projects 2.4: Finding and Reading License Plates

Higher Ed
In this video, we identify which characters do in fact belong to plates and convert them to text. • Figure out what locations are actually plates • Use k-nearest neighbors to convert images to text • View and analyze the results
Instructional Video6:15
Curated Video

High Performance Scientific Computing with C 2.4: Compiler Optimizations

Higher Ed
How can we use the compiler to automatically speed up our programs? • Learn about the basic -O optimizations • See how -Ofast-math can squeak out even better optimizations • See why -Ofast-math isn’t enabled by default
Instructional Video4:56
Curated Video

Learning D3.JS 5.0 7.6: Visualization with Scales

Higher Ed
In this video, we will learn how to use the scale, range, and domain functions in the scatter plot to dynamically present data. • Create the variables for x and y coordinates • Alternate the returning values of circles and labels • View...
Instructional Video3:06
Curated Video

Learning D3.JS 5.0 3.3: Creating Texts

Higher Ed
In this video, we will learn how to create texts. • Create the text element and add some CSS properties • Create a text area • Make the text clickable
Instructional Video8:46
Curated Video

Bug Bounty Program Certification 11.2: Download Reverse Engineering Tools

Higher Ed
This video focuses on the tools to perform reverse engineering tools. • Explore reverse engineering tools listing • Download dex2jar tool • Download JD-gui tool
Instructional Video5:33
Curated Video

Bug Bounty Program Certification 4.2: Setup External Network Attack

Higher Ed
In this video, we will see how to setup external wireless adapter and wireless attack. • Explore information about external wireless adapter • Connect wireless adapter to Kali Linux OS • Setup wireless attack lab
Instructional Video6:55
Curated Video

Cloud Native Development on Azure with Java 4.1: Create a Jenkins Master in Azure Using an Ubuntu Virtual Machine

Higher Ed
We will create a Jenkins master and deploy it on Azure using a new Azure virtual machine. • Deploy a new virtual machine and set up the Jenkins master server • Look for a ready-made instance with Jenkins installed and configured • Track...