Instructional Video10:58
Curated Video

The Complete Java Developer Course: From Beginner to Master - Project - A Circle Class

Higher Ed
This video is the third project in this section where you create a Circle class. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Instructional Video10:07
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - Networking - Domain Name System (DNS) and Hostnames

Higher Ed
This video introduces you to DNS and hostnames. This clip is from the chapter "Networking" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section introduces you to networking.
Instructional Video6:34
Curated Video

Practical GraphQL - Become a GraphQL Ninja - GraphQL Queries with Parameters

Higher Ed
Working with Static Data: GraphQL Queries with Parameters This clip is from the chapter "Working with Static Data" of the series "Practical GraphQL - Become a GraphQL Ninja".This section is about working with static data. It includes...
Instructional Video6:57
Curated Video

Linux Administration Bootcamp: Go from Beginner to Advanced - The Linux Boot Process - Demo

Higher Ed
This video demonstrates the Linux boot process. This clip is from the chapter "The Linux Boot Process and System Logging" of the series "Linux Administration Bootcamp: Go from Beginner to Advanced".This section introduces you to the...
Instructional Video3:18
Curated Video

Bitesize Business English #17: Build

Pre-K - Higher Ed
A bitesize series of lessons in Business English. More resources linked below.
Instructional Video9:42
Curated Video

REST APIs with Flask and Python - Implementing the UserModel Using SQLAlchemy

Higher Ed
This video explains how to implement the UserModel using SQLAlchemy. This clip is from the chapter "Simplifying Storage with Flask SQLAlchemy" of the series "REST APIs with Flask and Python".This section explains all the aspects of...
Instructional Video3:55
Curated Video

REST APIs with Flask and Python - Default Parameter Values

Higher Ed
This video explains the default parameter values. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh your Python knowledge.
Instructional Video2:25
Curated Video

REST APIs with Flask and Python - Decorating Functions with Parameters

Higher Ed
This video shows how to use decorating functions with parameters. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will help refresh...
Instructional Video15:12
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - What is Serialization and Deserialization in REST Assured?

Higher Ed
The video explains the concept of serialization and deserialization in REST Assured. This clip is from the chapter "Deserialization Using POJO Classes with REST Assured" of the series "REST API Automation Testing from Scratch - REST...
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 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 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 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...