Hi, what do you want to do?
The Business Professor
Management Information Systems Concentration
Management Information Systems Concentration
Curated Video
The Best and Worst Programming Languages of 2023
Let's breakdown the StackOverflow survey results to determine the best and worst programming languages of 2023. Find out which technologies have the highest salaries and how AI tools like ChatGPT are changing the programming landscape?
Curated Video
Pascal in 100 Seconds
Learn the basics of the Pascal in this quick tutorial. Find out why Turbo Pascal was one of the world's most popular programming languages. In memory of Pascal creator Niklaus Wirth, who passed away on Jan 1st, 2024
Curated Video
Developing Understanding
Seven acclaimed researchers, including a Nobel Laureate, provide real-world examples of the relevance of Theory of Knowledge (TOK) concepts in their research. This interdisciplinary TOK Sampler relates a series of expert insights on the...
Curated Video
Exploring Tolerance: Acceptance, Respect, and Unity
In this video, Nova and Curious explore the concept of tolerance, teaching children the importance of accepting and respecting others who may have different opinions, backgrounds, or languages. Through relatable examples and engaging...
Curated Video
Exploring Comets: The Rosetta Mission
This video discusses the mission of the Rosetta probe, which aims to land on a comet and study its composition. It highlights the significance of comets in understanding the evolution of the solar system and the potential for discovering...
Curated Video
Exploring Comets: The Rosetta Mission
This video discusses the mission of the Rosetta probe, which aims to land on a comet and study its composition. It highlights the significance of comets in understanding the evolution of the solar system and the potential for finding...
Professor Dave Explains
Introduction to the Latin Language
Do you love languages like Italian, Spanish, French, and others? Where did they all come from? They are all derived from Latin, the language of the Roman Empire! This language had a profound influence on the development of many other...
Curated Video
Why Belgium Is So Divided: The Dutch And French Culture Split
Belgium is a unique country in Europe. While most countries speak their own language, Belgium is actually divided mostly by Dutch and French (with a smidge of German thrown in for good measure). But while some other European countries...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - Strings - C-Style
In this video, you will learn about C-Style strings. 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, the history of the...
Science ABC
Did texting Kill Grammar?
Language change is a natural process, as it changes with the changing needs of the people who speak it. First and foremost, language change is not necessarily a bad thing; if language never changed, we wouldn’t have words to indicate...
Curated Video
J.R.R. Tolkien for Kids
Learn more about the author of The Hobbit and Lord of the Rings and the creator of the Middle Earth universe.
Weird History
Everything English Borrows From Other Languages
For how often we use the English language every day, few of us take the time to consider where these thousands of words actually came from. Our language was developed in a few different ways. Sometimes, we grabbed loanwords - meaning we...
Wonderscape
Legacy of Roman Language: Influence on Modern Languages and Expressions
Explore the enduring impact of the ancient Roman Empire on language, from the evolution of Latin into Romance languages to the pervasive influence of Latin prefixes and roots in English. Discover how Roman numerals, phrases, and literary...
Curated Video
Modern JavaScript from the Beginning - Second Edition - What Is OOP?
In this video, we will define object-oriented programming and explore its fundamental concepts, including objects, classes, and inheritance. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Installing and Using Node.js
This video covers how to install and use Node.js, a JavaScript runtime environment that allows us to run JavaScript code outside of the browser. The video explains how to install Node.js on different operating systems and shows how to...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Introduction to the For Loop - I
In this video, you will learn about the for loop in JavaScript, which allows you to repeat a block of code a specified number of times. You will explore the basic syntax of a for loop, which includes a loop variable, a condition, and an...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript
The Object.keys() method is a built-in function in JavaScript that returns an array of a given object’s own enumerable property names, in the same order as we get with a normal loop. It takes an object as a parameter and returns an array...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Arrays and Dimensions in JavaScript
In this video, you will learn about arrays and dimensions in JavaScript. You will see how to declare and initialize arrays using literals, variables, and objects, and how to access and modify their elements using index notation and array...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Introduction to Advanced Solidity
This video provides an introduction to advanced Solidity. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Reconfigure a Solidity Smart Contract
This is an exercise video on reconfiguring a Solidity smart contract. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Strong Versus Weak
This video explains the difference between strong and weak programming types, where a weak programming type can change the type of the variable and the strong programming type cannot change its variable type. This clip is from the...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Programming Types
This video introduces you to different programming types such as numbers, strings, and Booleans. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going...