Instructional Video4:29
The Business Professor

Arguments - Persuasive Communications

Higher Ed
Persuasive writing is a form of written communication intended to convince or influence readers to accept a particular idea or opinion and to inspire action.
Instructional Video2:30
The Business Professor

Amicus Curiae

Higher Ed
An amicus curiae is an individual or organization who is not a party to a legal case, but who is permitted to assist a court by offering information, expertise, or insight that has a bearing on the issues in the case. The decision on...
Instructional Video4:54
Curated Video

YouTube's High-Stakes War on Ad Blockers

12th - Higher Ed
Learn how Google is cracking down on Ad Blockers on YouTube. How do adblockers work and should they be allowed on the Internet?
Instructional Video4:06
Curated Video

Fight a Battle More than Once | Bite Sized Project Management Thought from Margaret Thatcher

10th - Higher Ed
Margaret Thatcher was a late 20th Century British politician and Prime Minister of the United Kingdom. She knew that ‘You may have to fight a battle more than once to win it.’ Salespeople know that you may need something like 7 contacts,...
Instructional Video3:45
Curated Video

In Praise of Quality: Why it Should Matter to You

10th - Higher Ed
For many project managers, quality management is not the highlight of your profession. You know that you need to understand quality. And, of course, you need to deliver it. But that hardly makes it a source of excitement. Put Quality at...
Instructional Video9:30
Curated Video

POWER WORDS: Top 10 Ways to Use Language to Influence & Persuade

10th - Higher Ed
As Project Managers, we need to influence and persuade without authority. What does that leave: just our personal presence and our words. Here are ten ways to use language so people listen, take note, and act on what you say. These tips...
Instructional Video7:50
Curated Video

Better Decision-making and More Robust Choices - Top 10 Tips

10th - Higher Ed
The test of a 'good' decision is not the outcome. Instead, consider a decision to be good if the right person took it, with the best available evidence, following a sound process. Here are ten tips to strengthen your decision-making...
Instructional Video7:12
Curated Video

Rude van Nistelrooy: The Journey of a Star Striker

6th - Higher Ed
This video highlights the career of Rude van Nistelrooy, a star striker who played for both Manchester United and Real Madrid. It covers his successful seasons, impressive goal-scoring skills, and the controversies he faced during his...
Instructional Video5:04
Curated Video

Waterfall vs Agile: The Big Principle at Stake

10th - Higher Ed
If you are subscribed to a few Project Management feeds, blogs, or YT channels (like this one), you're probably seeing it too... I am talking about the constant flow of 'Waterfall vs Agile' or 'Agile versus Waterfall' arguments. They...
Instructional Video4:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Numeric Input Validation - CIN.GOOD()

Higher Ed
In this video, you will learn how to validate user input with CIN.GOOD(). This clip is from the chapter "Module 1" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will understand the purpose of OOP,...
Instructional Video4:40
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Static Method

Higher Ed
In this video, you will explore static methods in Python. You will understand the concept of static methods, which are methods that do not depend on the state of the instance or the class, and how to define and use them in your classes....
Instructional Video5:18
Curated Video

Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)

Higher Ed
Building upon the previous video, this video will provide further insights into class methods in Python. You will learn about the @classmethod. This video will deepen your understanding of class methods and their advanced usage.
Instructional Video7:17
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Function Templates

Higher Ed
In this video, you will learn about function overloading and templates. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard...
Instructional Video3:32
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Files - BUFFER

Higher Ed
In this video, you will learn about file I/O readd Buffer class. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Instructional Video2:07
R Programming 101

Manipulate text with the str_split() function in from the stringr package in R programming

Higher Ed
The stringr package in R is a comprehensive suite of tools designed to simplify string operations, whether you're parsing text, cleaning data, or preparing strings for analysis. It's a must-have for data scientists, analysts, and anyone...
Instructional Video8:19
R Programming 101

Create tables in R with gtExtras (more tips and tricks)

Higher Ed
Dive into the world of advanced data visualization using incredible tables created with gtExtras in R! This video is perfect for data scientists, statisticians, and R programming enthusiasts looking to enhance their data presentation...
Instructional Video4:53
R Programming 101

Create fantastic tables using gtExtras in R

Higher Ed
Welcome to a closer look at the gtExtras package in R! In this video, we'll explore how to enhance your data tables with the powerful and flexible features provided by the gtExtras package. Whether you're a data analyst, data scientist,...
Instructional Video5:54
R Programming 101

Conditional Statements in R: if_else() and case_when() Functions

Higher Ed
Learn the if_else() and case_when() functions in R! Whether you're a beginner in R programming or an experienced data scientist looking to brush up on your skills, this video is perfect for you. In this video, we delve into the essential...
Instructional Video2:59
Science ABC

How Many Holes Does A Drinking Straw Have?

Pre-K - Higher Ed
The debate around how many holes a straw has, is one of fascinating debates to be a part of! There are those who say there are two holes while some feel there is only one whole. Some have gone so far as to claim that a straw has zero...
Instructional Video8:05
Oxford Comma

Conclusion Paragraphs. HOW TO; EXAMPLES

9th - 12th
Make your essay stand out from the crowd! Because it’s the most under-taught part of the writing process, the conclusion paragraph presents you with the best chance to quickly improve your writing.
Instructional Video8:16
Curated Video

Modern JavaScript from the Beginning - Second Edition - requestAnimationFrame() Method

Higher Ed
In this video, you will learn about the requestAnimationFrame() method. We will see how to use this method to create smooth animations in our application. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript...
Instructional Video12:23
Curated Video

Modern JavaScript from the Beginning - Second Edition - Function Challenges

Higher Ed
This video provides challenges for us to test our understanding of the concepts covered in this section. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the Beginning".In this...
Instructional Video16:03
Curated Video

Modern JavaScript from the Beginning - Second Edition - Working with Strings

Higher Ed
In this video, you will learn how to work with strings in JavaScript. We will cover the basics of strings, including how to create them, access individual characters, and concatenate strings. We will also explore some common string...
Instructional Video3:24
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - What Are Functions in Rust

Higher Ed
This is a solution video on functions in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.