Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Starting Threads for Brute Force
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...
Curated Video
The Complete Ethical Hacking Bootcamp: Beginner To Advanced - Sending Messages Using the While Loop
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Project - Working with ArrayLists
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Project - Working with Arrays
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,...
Curated Video
gRPC [Java] Master Class: Build Modern API and Microservices - [Solution] PrimeNumberDecomposition API
[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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Building a Utility to Retrieve Values
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - List Comprehensions
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Generators
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Args And Kwargs
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...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Simple Puzzles on conditions and loops
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...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Arrays
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.
Curated Video
Programming with Scratch: Using Relational Operators and Selection Statements
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....
Curated Video
Programming with Scratch: Working with Numbers
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...
Curated Video
Programming Basics: Understanding Concatenation in Scratch
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...
Curated Video
Programming with Scratch: Understanding Strings and Data Types
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...
Curated Video
Generating Random Numbers and Creating a Simple Math Game in Python
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...
Curated Video
Using Random Numbers in Small Basic
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...
Curated Video
Arduino for Beginners - 2022 Complete Course - Step 7- Set Up IR Remote Controller and Map Buttons
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...
Curated Video
Arduino for Beginners - 2022 Complete Course - Step 2 - Change LED Blink Rate Depending on the Distance
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...
Curated Video
Arduino for Beginners - 2022 Complete Course - Send Data with Serial
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.
Curated Video
Arduino for Beginners - 2022 Complete Course - First Arduino Project: Make an LED Blink
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.
Curated Video
Arduino for Beginners - 2022 Complete Course - Debounce the Push Button
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.
Curated Video
Arduino for Beginners - 2022 Complete Course - Compute the Duration of an Action
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...
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Create a Python Program to Make an LED Blink
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...