Hi, what do you want to do?
Curated Video
Excel VBA Programming The Complete Guide - Procedures with Boolean Arguments + The Workbook_BeforePrint Event
Some event procedures feature a Cancel Boolean argument that can cancel a specific operation by being set to True in the body of the procedure. In this lesson, we try this out with the BeforePrint event procedure.
r/>
This clip...
r/>
This clip...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - ES6 Object Destructuring
In this video you'll learn about ES6 Object Destructuring. It's a way to create variables based on properties from an object.
r/>
This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with...
r/>
This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with...
Curated Video
The Modern JavaScript Bootcamp (2019) - Handling User Interaction
In this video, you’ll learn how to handle user interaction. This will allow us to respond to things the user does like clicking a button or entering some text in a field.
r/>
This clip is from the chapter "Javascript in the...
r/>
This clip is from the chapter "Javascript in the...
Curated Video
The Modern JavaScript Bootcamp (2019) - Looping Over Arrays
In this video, you’re going to learn how to loop over arrays. This will allow you to do something for each item in your list, such as showing them to your users.
r/>
This clip is from the chapter "Arrays" of the series "The...
r/>
This clip is from the chapter "Arrays" of the series "The...
Curated Video
The Modern JavaScript Bootcamp (2019) - Booleans and Comparison Operators
In this lesson, you'll learn about our third JavaScript type, the Boolean. You'll also learn how you can compare two things such as two strings or two numbers.
r/>
This clip is from the chapter "JavaScript Basics: Variables and...
r/>
This clip is from the chapter "JavaScript Basics: Variables and...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 14 - Behind the Screens with Functional Interfaces - Implement Consumer Int
In this session, we will learn about behind the screens with functional interfaces - implement consumer Int.
r/>
This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for...
r/>
This clip is from the chapter "Introduction to Functional Programming" of the series "Java Programming for...
Curated Video
How to Print a Word Document Without Comments
In this video I show you very quickly how to print a document without including the comments (and also how to print a document with the comments if you prefer).
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions
This video talks about Java for loop to print multiplication table - exercise solutions.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java...
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Temperature and Humidity Display - DHT11
In this lecture, we are going to work with temperature and humidity display - DHT11.
r/>
This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino -...
r/>
This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino -...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Project (Group By, Aggregations and Order By)
In this session, we will print the minimum and maximum salaries in each department and sort the salaries in ascending order.
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with...
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with...
Curated Video
The Modern JavaScript Bootcamp (2019) - Callback Abstraction
In this lesson, you’re going to learn how to use callbacks to simplify the code that makes our HTTP requests. You’ll learn how to abstract the complexity of XMLHttpRequest into a simple function call.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Log4j2 Configuration with Demo
This video explains the configuration of Log4j2.
<
br/>
This clip is from the chapter "Adding Logging to Framework" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about...
<
br/>
This clip is from the chapter "Adding Logging to Framework" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Subscribing and Dynamic Actions
In this video you'll learn how to subscribe to changes in the Redux store. That means you'll be able to run some code whenever the data changes.
r/>
This clip is from the chapter "Redux" of the series "The Complete React...
r/>
This clip is from the chapter "Redux" of the series "The Complete React...
Curated Video
The Modern JavaScript Bootcamp (2019) - JavaScript Dates
In this video, you’re going to learn about the built-in date in JavaScript. This gives you a way to work with dates and time in your application.
r/>
This clip is from the chapter "Data Storage, Libraries, and More" of the...
r/>
This clip is from the chapter "Data Storage, Libraries, and More" of the...
Curated Video
The Complete Java Developer Course: From Beginner to Master - File Output
This video focuses on file output, which involves writing data from memory to secondary storage.
r/>
This clip is from the chapter "File I/O and Exceptions" of the series "The Complete Java Developer Course: From Beginner to...
r/>
This clip is from the chapter "File I/O and Exceptions" of the series "The Complete Java Developer Course: From Beginner to...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Integrating Pytest Logs into HTML Reporting
This video explains how to integrate pytest logs into HTML reporting.
r/>
This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from...
r/>
This clip is from the chapter "Part II-Logging and Generating HTML Reports in Python Framework" of the series "Selenium Python Automation Testing from...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Introducing Validation Assertions and Running Tests
This video provides an introduction to validating assertions and running tests.
r/>
This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and...
r/>
This clip is from the chapter "Techniques to Automate Web Elements" of the series "Selenium Python Automation Testing from Scratch and...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Example-GreenKart Application Part II
This is the second part of the three-part video that lets you work with the GreenKart application.
r/>
This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from...
r/>
This clip is from the chapter "Functional Automation Using Python" of the series "Selenium Python Automation Testing from...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Practice Exercise- Excel Driven Testing – Part 2
This video is the second part of the three-part video that presents another practice exercise on Excel driven testing.
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API...
r/>
This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Iterating Over Every Element of the JSON Array and Accessing Elements in It
This video explains how to iterate over every element of the JSON array and how to access its elements.
r/>
This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from...
r/>
This clip is from the chapter "Diving in Depth Automating REST API" of the series "REST API Automation Testing from...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Reading Data
In this session, you will read data from file and get it in the Spark streaming context.
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section...
r/>
This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - What is an anonymous class?
Polymorphism and instanceof: What is an anonymous class?
r/>
This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section,...
r/>
This clip is from the chapter "More Object Oriented Programming Concepts" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section,...