Curated Video
Intro To Python Programming - Input
So far the code we've written has all of the variable values hard coded, so we get the same ouput every time we run the program. Now we'll learn to take user input so we can process information provided by the user.
Curated Video
Python - Object-Oriented Programming - Creating Bank Account Object: Attributes
After learning how to define an object, we will consider a bank account as an object and learn how to create it and understand its attributes. This clip is from the chapter "Basics of Object-Oriented Programming" of the series "Python -...
TLDR News
Johnson Resigns: What the Hell Happens Now?
Following record numbers of resignations, Boris Johnson has submitted to political pressure and resigned as Prime Minister. But... What the hell happens now? In this video, we discuss Johnson's speech and the process of rebuilding a new...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Ways of Initializing Arrays and Assigning Objects
This video demonstrates ways of initializing arrays and assigning objects. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Reusing Functions with Variable Data
This video explains how to reuse functions with variable data. This clip is from the chapter "Cucumber Behavior Driven Data - Framework" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - How to Execute Tests in Chrome Headless Mode?
This video explains how to execute tests in Chrome using the Headless Mode. This clip is from the chapter "Selenium Framework Optimization and Interview Questions" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Explaining Function Overloading in Java with an Example
This video explains function overloading in Java with an example. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced...
Catalyst University
Buffers Henderson-Hasselbalch Equation with One Equation One Unknown
Calculation of pH with known species concentration and pKa
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Stage File
This video explains the concept of a stage file. This clip is from the chapter "Basic Git Operations" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains the Git file lifecycle. It also explains...
Curated Video
Complete Modern C++ - std::optional - II
In this video, understand how to use std::optional to represent return type of functions that may not return a value every time. 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) - Async/Await
In this lesson, you’re going to learn about async functions and the await operator, also known as async/await. Async/await allows you to create asynchronous promise-based code that looks like standard synchronous code. This clip is from...
Curated Video
The Modern JavaScript Bootcamp (2019) - Converting To-Do App: Part II
In this video, we’ll wrap up the solution for the to-do app challenge. This clip is from the chapter "(NEW) Cutting-Edge JavaScript with Babel and Webpack" of the series "The Modern JavaScript Bootcamp (2019)".In this section, we’ll...
Curated Video
The Modern JavaScript Bootcamp (2019) - Promise Chaining
In this lesson, you’re going to explore promise chaining. Promise chaining makes it easy to link together multiple promises and do one thing after something else has finished. This clip is from the chapter "Asynchronous JavaScript" of...
Curated Video
The Modern JavaScript Bootcamp (2019) - Converting to Promises
In this challenging lesson, it’s up to you to switch from the callback pattern to promises. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you...
Curated Video
The Modern JavaScript Bootcamp (2019) - A Fetch Challenge
In this challenging lesson, it’s up to you to make an HTTP request with the Fetch API. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you understand...
Curated Video
Practical GraphQL - Become a GraphQL Ninja - Updating GraphQL Resolvers to use the Database
Adding a database for GraphQL: Updating GraphQL Resolvers to use the Database This clip is from the chapter "Adding a database for GraphQL" of the series "Practical GraphQL - Become a GraphQL Ninja".This section shows how to add a...
Curated Video
Practical GraphQL - Become a GraphQL Ninja - File (Image) Uloading using the Frontend (React, Cloudinary, GraphQL)
Authentication via React and GraphQL: File (Image) Uloading using the Frontend (React, Cloudinary, GraphQL) This clip is from the chapter "Authentication via React and GraphQL" of the series "Practical GraphQL - Become a GraphQL...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Programming Examples Using 'for' Loop
This video provides programming examples using "for" loop. This clip is from the chapter "Program Flow Control in Python" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains program flow...
Curated Video
REST APIs with Flask and Python - Advanced Request Parsing with Flask-RESTful
This video explains how to create an advanced request parsing with Flask-RESTful. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Reusing Functions with Different Data
This video demonstrates how to reuse functions with different data. This clip is from the chapter "Maven and Cucumber Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basics...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - How to Handle with Static JSON Payloads
This video explains how to handle with static JSON payloads. This clip is from the chapter "Handling Dynamic JSON Payloads with Parameterization" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Java Program Principles
This video explains the Java program principles. This clip is from the chapter "Java Basics" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section presents the basic concepts of Java, such as classes,...
Curated Video
pandas for Python - A Quick Guide - Handling Missing Values and Duplicates
During the data analysis, significant time is spent on data cleaning and transformation. Pandas provides the tool to handle such data. In this video, you will learn about handling missing data and duplicates. You will learn to eliminate...
Curated Video
Data Analytics using Python Visualizations - Bubble Charts with Vectorization of Properties
This video explains bubble charts with vectorization of properties. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains...