Instructional Video8:27
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Starting Threads for Brute Force

Higher Ed
This video teaches you to start threads for your brute force attack. This clip is from the chapter "Developing a Brute Force Attacker" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll...
Instructional Video7:54
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Sending Messages Using the While Loop

Higher Ed
In this video, you'll learn to send messages using the while loop. This clip is from the chapter "Developing an Advanced Backdoor" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn...
Instructional Video8:16
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Working with ArrayLists

Higher Ed
This video is the second project of this section where you would create an ArrayLists and populate with non-negative numbers. Ask the user to enter the real numbers from the console. The program terminates as soon as the user enters a...
Instructional Video6:33
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - Working with Arrays

Higher Ed
This video is the first project of this section where the program will prompt the user to input 5 integers. Then, it stores each of the integers in a regular built-in array. Finally, after the storing is completed, in a separate loop,...
Instructional Video7:13
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - [Solution] PrimeNumberDecomposition API

Higher Ed
[Hands-On] gRPC Server Streaming: [Solution] PrimeNumberDecomposition API This clip is from the chapter "[Hands-On] gRPC Server Streaming" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you...
Instructional Video9:55
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Building a Utility to Retrieve Values

Higher Ed
This video demonstrates how to build a utility to retrieve values. This clip is from the chapter "Part V-Reading and Writing Data from Excel to Selenium Python Framework" of the series "Selenium Python Automation Testing from Scratch and...
Instructional Video9:07
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - List Comprehensions

Higher Ed
I bet you never wanted to write a for loop in a single line of code? But once you learn how to do this, you'll never want to go back. List comprehensions are an AMAZING feature in Python. This clip is from the chapter "Intermediate...
Instructional Video14:42
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Generators

Higher Ed
Generators. Like loops, but not quite. Learn what they are and how to create one! This clip is from the chapter "Advanced Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps understand about...
Instructional Video8:14
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Args And Kwargs

Higher Ed
Args and Kwargs…you'll hear this a lot in Python. Learn what they are and how they work! This clip is from the chapter "Intermediate Python" of the series "Python for Everybody: The Ultimate Python 3 Bootcamp".This section helps give...
Instructional Video8:09
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Simple Puzzles on conditions and loops

Higher Ed
Conditions and Loops: Simple Puzzles on conditions and loops This clip is from the chapter "Conditions and Loops" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section consists of simple puzzles on...
Instructional Video5:38
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Arrays

Higher Ed
Miscellaneous Topics: Arrays This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous topics of Java.
Instructional Video8:22
Curated Video

Programming with Scratch: Using Relational Operators and Selection Statements

Pre-K - Higher Ed
In this video lesson, students learn about using selection statements and relational operators in Scratch programming to create a program that determines whether a user is old, young, or at the perfect age of 25 based on their input age....
Instructional Video14:51
Curated Video

Programming with Scratch: Working with Numbers

Pre-K - Higher Ed
In this tutorial, students learn how to work with numbers in programming using Scratch. They are guided through creating a program that asks for two numbers, adds or multiplies them, and displays the result. The tutorial also introduces...
Instructional Video12:27
Curated Video

Programming Basics: Understanding Concatenation in Scratch

Pre-K - Higher Ed
In this video lesson, students are introduced to the concept of concatenation in programming using Scratch. The teacher creatively uses a mnemonic involving criminal kittens to help students remember the term. Through a step-by-step...
Instructional Video6:58
Curated Video

Programming with Scratch: Understanding Strings and Data Types

Pre-K - Higher Ed
In this lesson, students learn about strings as a fundamental data type in programming using Scratch. The video explains how strings represent text or writing in computer programs, demonstrating how the computer treats string data...
Instructional Video16:24
Curated Video

Generating Random Numbers and Creating a Simple Math Game in Python

Pre-K - Higher Ed
In this video, the teacher covers the concepts of error handling using try and except in Python, generating random numbers for a math game, and creating a simple math quiz for users to input answers. The teacher demonstrates how to...
Instructional Video20:33
Curated Video

Using Random Numbers in Small Basic

Pre-K - Higher Ed
In this tutorial, Justin demonstrates how to use random numbers in programming using Small Basic. He walks viewers through creating a simple guessing game where users have to guess a random number. The tutorial also covers the concept of...
Instructional Video7:37
Curated Video

Arduino for Beginners - 2022 Complete Course - Step 7- Set Up IR Remote Controller and Map Buttons

Higher Ed
This video introduces you to step 7- set up IR remote controller and map buttons. This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Instructional Video11:39
Curated Video

Arduino for Beginners - 2022 Complete Course - Step 2 - Change LED Blink Rate Depending on the Distance

Higher Ed
This video explains step 2 - change LED blink rate depending on the distance. This clip is from the chapter "Final Project- Interactive Obstacle Detection" of the series "Arduino for Beginners - 2022 Complete Course".This section...
Instructional Video4:30
Curated Video

Arduino for Beginners - 2022 Complete Course - Send Data with Serial

Higher Ed
This video explains sending data with Serial. This clip is from the chapter "Serial Communication- Send and Receive Data" of the series "Arduino for Beginners - 2022 Complete Course".This section explains sending and receiving data.
Instructional Video10:00
Curated Video

Arduino for Beginners - 2022 Complete Course - First Arduino Project: Make an LED Blink

Higher Ed
This video explains the first project on making an LED blink. This clip is from the chapter "Your First Arduino Project" of the series "Arduino for Beginners - 2022 Complete Course".This section explains the first Arduino project.
Instructional Video9:25
Curated Video

Arduino for Beginners - 2022 Complete Course - Debounce the Push Button

Higher Ed
This video explains how to debounce the push button. This clip is from the chapter "Debounce the Push Button" of the series "Arduino for Beginners - 2022 Complete Course".This section explains how to debounce the push button.
Instructional Video7:34
Curated Video

Arduino for Beginners - 2022 Complete Course - Compute the Duration of an Action

Higher Ed
This video explains computing the duration of an action. This clip is from the chapter "Time Functionalities- Improve Your Programs and Multitask" of the series "Arduino for Beginners - 2022 Complete Course".This section explains more...
Instructional Video10:21
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Create a Python Program to Make an LED Blink

Higher Ed
This video explains how to create a Python program to make an LED blink. This clip is from the chapter "Control Raspberry Pi's GPIOs with Python" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on...