The Business Professor
Arguments - Persuasive Communications
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.
The Business Professor
Amicus Curiae
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...
Curated Video
YouTube's High-Stakes War on Ad Blockers
Learn how Google is cracking down on Ad Blockers on YouTube. How do adblockers work and should they be allowed on the Internet?
Curated Video
Fight a Battle More than Once | Bite Sized Project Management Thought from Margaret Thatcher
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,...
Curated Video
In Praise of Quality: Why it Should Matter to You
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...
Curated Video
POWER WORDS: Top 10 Ways to Use Language to Influence & Persuade
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...
Curated Video
Better Decision-making and More Robust Choices - Top 10 Tips
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...
Curated Video
Rude van Nistelrooy: The Journey of a Star Striker
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...
Curated Video
Waterfall vs Agile: The Big Principle at Stake
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Numeric Input Validation - CIN.GOOD()
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,...
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Static Method
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....
Curated Video
Python for OOP - The A to Z OOP Python Programming Course - Class Method (Part 2)
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.
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Function Templates
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Files - BUFFER
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...
R Programming 101
Manipulate text with the str_split() function in from the stringr package in R programming
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...
R Programming 101
Create tables in R with gtExtras (more tips and tricks)
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...
R Programming 101
Create fantastic tables using gtExtras in R
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,...
R Programming 101
Conditional Statements in R: if_else() and case_when() Functions
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...
Science ABC
How Many Holes Does A Drinking Straw Have?
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...
Oxford Comma
Conclusion Paragraphs. HOW TO; EXAMPLES
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.
Curated Video
Modern JavaScript from the Beginning - Second Edition - requestAnimationFrame() Method
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Function Challenges
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Working with Strings
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - What Are Functions in Rust
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.