Hi, what do you want to do?
Curated Video
Beginning Python (Video 11)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running...
Curated Video
Complete Modern C++ - std::string_view - I
In this video, learn and understand the basics of the std::string_view class.<br/<br/>>
This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Curated Video
The Modern JavaScript Bootcamp (2019) - Type Coercion
In this video, you’re going to learn about type coercion. Type coercion is the process of converting a value from one type, such as a number, to another type, such as a string.
r/>
This clip is from the chapter "Expanding Our...
r/>
This clip is from the chapter "Expanding Our...
Curated Video
The Modern JavaScript Bootcamp (2019) - Template Strings
In this lesson, we’ll cover the template string syntax. This will allow you to create a string using other strings, numbers, and Booleans.
r/>
This clip is from the chapter "JavaScript Functions" of the series "The Modern...
r/>
This clip is from the chapter "JavaScript Functions" of the series "The Modern...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 13 - First Look at ArrayList - an Introduction
In this session, we will take a first look at ArrayList - an introduction.
r/>
This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
r/>
This clip is from the chapter "Arrays and ArrayLists" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Example-GreenKart Application Part III
This is the third 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 - Creating POJO Classes for the Real-Time Nested Array in JSON
This video explains how to create POJO classes for the real-time nested array in JSON.
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from...
r/>
This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from...
Curated Video
Generate Random Data in Google Sheets
Sometimes I find it necessary to generate some random data in a spreadsheet, perhaps for testing out an addon or a formula, or when creating a resource for students to use. in this video, I demonstrate a very useful addon for Google...
Curated Video
JavaScript Strings
JavaScript has a number of methods for manipulating, managing and searching strings. Mark will demonstrate in this video.
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Serialization
Miscellaneous Topics: Serialization<br/<br/>>
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.
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
Java Interview Guide : 200+ Interview Questions and Answers - Functional Programming Questions and Answers
Functional Programming - Lambda Expressions and Streams: Functional Programming Questions and Answers
r/>
This clip is from the chapter "Functional Programming - Lambda Expressions and Streams" of the series "Java Interview...
r/>
This clip is from the chapter "Functional Programming - Lambda Expressions and Streams" of the series "Java Interview...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Do not forget to do Exercises
Basics of Object Oriented Programming: Do not forget to do Exercises
r/>
This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this...
r/>
This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Asserts and Garbage Collection
Miscellaneous Topics: Asserts and Garbage Collection
r/>
This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous...
r/>
This clip is from the chapter "Miscellaneous Topics" of the series "Java Interview Guide : 200+ Interview Questions and Answers".This section addresses some miscellaneous...
Curated Video
Intro To Python Programming - Python Lists
Python data structures give you different ways of storing data. In this video, you'll learn to create and manipulate Python lists.
Curated Video
HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript String Methods
In this video, we'll cover JavaScript string methods.
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
r/>
This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript,...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - Sorting Redux Data
In this video you'll expand on the Redux selector by allowing data to be stored by amount or description.
r/>
This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This...
r/>
This clip is from the chapter "Redux" of the series "The Complete React Developer Course (with Hooks and Redux)".This...
Curated Video
Java Programming for Complete Beginners - Java 16 - Java Tip 13 - Anonymous Classes
In this session, we will learn about anonymous classes.
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for imports,...
r/>
This clip is from the chapter "Java Tips" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will look at a few tips for imports,...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Building POJO Classes to Construct JSON Payload to API
This video demonstrates how to build POJO classes to construct JSON Payload to API.
r/>
This clip is from the chapter "Serialization of the Input Payload Using Google Maps API Example" of the series "REST API Automation Testing...
r/>
This clip is from the chapter "Serialization of the Input Payload Using Google Maps API Example" of the series "REST API Automation Testing...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Create DF from RDD
In this video, you will learn how to create a DataFrames from RDD.
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in...
r/>
This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 07: Verify calls on Mocks
Mockito Basics: Step 07: Verify calls on Mocks<br/<br/>>
This clip is from the chapter "Mockito Basics" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into Mockito Basics.
This clip is from the chapter "Mockito Basics" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into Mockito Basics.
Curated Video
Job-Ready SQL in an Afternoon - String Replacements
In this video, we will cover string replacements.
<
br/>
This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating...
<
br/>
This clip is from the chapter "Dates, Times, and Manipulating Data" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover dates, times, and manipulating...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - What is Coupling?
Polymorphism and instanceof: What is Coupling?
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, you will...
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, you will...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - What is Cohesion?
Polymorphism and instanceof: What is Cohesion?
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, you will...
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, you will...
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,...