Instructional Video11:56
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Sending Attachments to REST API Using the MultiPart Method in REST Assured

Higher Ed
This video demonstrates how to send attachments to REST API using the MultiPart method in REST Assured. This clip is from the chapter "Real-World Example Automating Jira APIs" of the series "REST API Automation Testing from Scratch -...
Instructional Video3:11
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Add an Attachment to Your Email

Higher Ed
This video explains adding an attachment to your email. This clip is from the chapter "Send an Email from Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on sending an email from...
Instructional Video4:15
Curated Video

Python In Practice - 15 Projects to Master Python - How to Make Training and Testing Sets Easily

Higher Ed
This video explains how to make training and testing sets easily. This clip is from the chapter "Machine Learning with Python" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on machine learning...
Instructional Video14:52
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Adding Tests to Suite in Framework Guidelines

Higher Ed
This video explains how to add tests to a suite in the framework guidelines. This clip is from the chapter "Framework Building from Scratch - Real Time Project" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video6:28
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - NumPy for Numerical Data Processing: NumPy ufuncs Speed Test

Higher Ed
In this video, we will cover NumPy ufuncs speed test. This clip is from the chapter "Basics for Data Science: Python for Data Science and Data Analysis" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video8:02
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Logistic Macro, Case Study – Part 1

Higher Ed
This is the first of the two-part video that will talk in-depth about a Macro example based on logistic regression. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and...
Instructional Video6:03
TLDR News

Cannabis: Is America Getting Close to Legalising Weed? - TLDR News

12th - Higher Ed
America is slowly edging toward a more liberal attitude toward cannabis, so we wanted to discuss how states are approaching the thorny problem and get into the weeds of the cannabis debate
Instructional Video7:28
TLDR News

Liz Truss: What Happens if She Takes Over Britain?

12th - Higher Ed
Liz Truss is one of two candidates in the running to take over from Prime Minister Boris Johnson. The question is, what would she do if she won? What would a Truss Premiership really look like? In this video we dive into her plans,...
Instructional Video9:43
Curated Video

Python for Network Forensics 4.1: Analyzing Windows Memory

Higher Ed
In this video, we will use the powerful Python based Volatility, learn to import and analyze volatile memory images of Windows-based systems. • Learn the basics of how to use the Volatility framework • Learn the importance of Volatility...
Instructional Video4:36
Hip Hughes History

Schenck vs United States Explained in 5 Minutes: US History Review

6th - 12th
Do you have an absolute right to free speech? The Supreme Court gives it 1919 answer. Learn the basics about the must-know US History Supreme Court Case challenging the constitutionality of the Espionage Act. If you are in a US History...
Instructional Video7:30
Curated Video

Complete Modern C++ - const Qualifier and Compound Types

Higher Ed
This video explains how to use const qualifier with pointers and references. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Instructional Video4:51
Curated Video

Complete Modern C++ - Variadic Templates - Part II (C++11)

Higher Ed
In this video, we will take a deep dive into the internals of how variadic templates work. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...
Instructional Video3:00
Curated Video

Mastering Spring Framework Fundamentals - Accessing Joinpoints Programmatically within an Aspect

Higher Ed
This video demonstrates how to implement an interface. This clip is from the chapter "Classes" of the series "TypeScript for Beginners".This section introduces you to classes and explains how to use them.
Instructional Video9:54
Curated Video

The Modern JavaScript Bootcamp (2019) - Undefined and Null

Higher Ed
In this video, you’re going to learn about two new types, undefined and null. This clip is from the chapter "JavaScript Functions" of the series "The Modern JavaScript Bootcamp (2019)".This section will help you understand the functions...
Instructional Video7:16
Curated Video

The Modern JavaScript Bootcamp (2019) - Callback Abstraction Challenge

Higher Ed
In this challenging lesson, you’re going to create a getCountry function to abstract away the details of working with the REST Countries API. This clip is from the chapter "Asynchronous JavaScript" of the series "The Modern JavaScript...
Instructional Video5:27
Curated Video

Excel VBA Programming The Complete Guide - The Worksheets.Add Method

Higher Ed
The Worksheets.Add method creates a new worksheet in the current Workbook. It accepts either one of two optional arguments, Before and After, that determine where the new worksheet will be placed. This clip is from the chapter "Object...
Instructional Video14:02
Curated Video

The Complete Excel Guide: Beginners to Advanced - Lookup Functions - Part 1

Higher Ed
The aim of this video is to explore lookup functions. This clip is from the chapter "Excel 2019 Advanced: Lookup Functions" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore lookup functions.
Instructional Video3:53
Curated Video

REST APIs with Flask and Python - Optimising Your Final Code and Request Parsing

Higher Ed
This video explains how to optimize your final code and request parsing. 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 various...
Instructional Video7:25
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Constructors - this() and super()

Higher Ed
Basics of Object Oriented Programming: Constructors - this() and super() This clip is from the chapter "Basics of Object Oriented Programming" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section...
Instructional Video8:42
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Fixtures and Their Importance in Pytest Framework

Higher Ed
This video explains fixtures and their importance. This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explores Python's unit testing...
Instructional Video6:37
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Data Types in Python

Higher Ed
This video explains data types in Python. This clip is from the chapter "Getting Started with Python Basics" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section explains the fundamentals needed for...
Instructional Video9:38
Curated Video

pandas for Python - A Quick Guide - DataFrame Manipulation

Higher Ed
Here, you will learn how to rename columns in a data frame. We will look at adding columns to a data frame, concatenating a data frame, and removing columns with the drop method. This clip is from the chapter "Data Preprocessing" of the...
Instructional Video3:58
Curated Video

Data Analytics using Python Visualizations - Using the ColumnDataSource Object

Higher Ed
This video explains using the ColumnDataSource object. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains working with...
Instructional Video3:42
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Final method, variable and class

Higher Ed
Modifiers: Final method, variable and class This clip is from the chapter "Modifiers" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Access Modifiers, Final method,...