Instructional Video11:34
Crash Course

Neural Networks - Crash Course Statistics

12th - Higher Ed
Today we're going to talk big picture about what Neural Networks are and how they work. Neural Networks, which are computer models that act like neurons in the human brain, are really popular right now - they're being used in everything...
Instructional Video10:43
Crash Course

How to Become a Better Negotiator: Crash Course Business - Soft Skills

12th - Higher Ed
You've prepped and now it's time to actually negotiate. In this episode of Crash Course Business, Evelyn talks to us about how to make sure we take care of ourselves and get what we're looking for out of a negotiation.
Instructional Video7:29
TED Talks

TED: Why you should know how much your coworkers get paid | David Burkus

12th - Higher Ed
How much do you get paid? How does it compare to the people you work with? You should know, and so should they, says management researcher David Burkus. In this talk, Burkus questions our cultural assumptions around keeping salaries...
Instructional Video10:56
Crash Course

The Many Forms of Power: Crash Course Business - Soft Skills

12th - Higher Ed
In our second to last episode of Soft Skills, Evelyn talks to us about Power and how it's not always bad, not always good, and useful to understand. Enjoy!
Instructional Video3:50
SciShow Kids

The Color-Changing Celery Experiment!

K - 5th
Want to learn how plants move water around inside them? Or do you just want to turn a stalk of celery purple? Then try our amazing color-changing celery experiment, in class or at home!
Instructional Video3:18
Curated Video

Get Hired: Salary Negotiation

9th - Higher Ed
What is your worth? How do you convey your eligibility for a higher salary? This Get Hired video offers insight into how the negotiation process is approached and why it is often avoided. Whether you’re approaching your first job or...
Instructional Video2:57
Curated Video

Salary Negotiation Tips

9th - Higher Ed
Think it's about time you've earned a raise at your job? Billy explains some popular tactics to improve your chances!
Instructional Video4:46
Curated Video

Ronaldinho: The Marketing Dream and Football Legend

6th - Higher Ed
This video highlights the marketing success and earning power of Ronaldinho, a legendary football player. It showcases his endorsement deals with major sponsors like Pepsi and Nike, as well as his own signature product line. The video...
Instructional Video3:19
Curated Video

Cristiano Ronaldo: The Ultimate Marketing Machine

6th - Higher Ed
This video discusses the marketability and success of Cristiano Ronaldo, highlighting his endorsements, sponsorship deals, and record-breaking achievements in football. It also touches on the controversy surrounding his sponsorship deals...
Instructional Video2:18
Curated Video

Michael Ballack: A Football Career of Success and Sponsorships

6th - Higher Ed
Michael Ballack is a highly successful and decorated footballer, known for his impressive team and personal achievements. With a lucrative salary at Chelsea and endorsements from top brands like Adidas, Coca-Cola, McDonald's, and...
Instructional Video3:24
Curated Video

Frank Lampard: A Footballer in the Media Spotlight

6th - Higher Ed
Frank Lampard is a highly successful footballer who has made a significant impact both on and off the field. With his own TV channel and autobiography, Lampard embraces the media spotlight while also giving back to the community through...
Instructional Video4:19
Curated Video

Wayne Rooney: A Football Star's Journey to Success

6th - Higher Ed
This video provides a glimpse into the life and achievements of Wayne Rooney, a renowned footballer. From his luxurious homes to his lucrative endorsements and awards, Rooney's star power is undeniable. With his impressive skills on the...
Instructional Video5:07
Curated Video

The Rise of Lionel Messi: From Rosario to Football Superstar

6th - Higher Ed
This video highlights the rise of Lionel Messi from his struggles in Rosario to becoming one of the highest paid players in football. It explores his sponsorship deals with Adidas and Pepsi, his contract with FC Barcelona, and his...
Instructional Video9:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3

Higher Ed
In this video, we will start adding information to our manager class. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case studies, abstract...
Instructional Video9:09
Curated Video

Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - SetParametersAsync

Higher Ed
This lecture discusses the SetParametersAsync method, which is the first method called in a component's lifecycle. This clip is from the chapter "Advanced Concepts with Hands-On Coding in Blazor" of the series "Build and Learn ASP.NET...
Instructional Video6:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Classification versus Regression

Higher Ed
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Instructional Video6:53
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Inheritance - Exercise - Student and Employee Classes

Higher Ed
In this video, you will learn about Java inheritance with an exercise—student and employee classes.
Instructional Video14:11
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3

Higher Ed
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Instructional Video5:11
Curated Video

SQL Server Course for Beginners with 100+ examples - Drop a Table in SQL

Higher Ed
Learn how to drop a table in SQL. Dropping will delete all the records of the table. It will also obliterate the existence of the table. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with...
Instructional Video3:58
Curated Video

SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL

Higher Ed
Learn how to implement the SELECT TOP statement in SQL. We will work with the SELECT TOP PERCENT statement as well. This clip is from the chapter "Advanced SQL" of the series "SQL Server Course for Beginners with 100+ Examples".null
Instructional Video3:23
Curated Video

SQL Server Course for Beginners with 100+ examples - Indexes in SQL

Higher Ed
Learn how to work with the CREATE INDEX statement in SQL to create indexes in a table. Indexes retrieve data quickly from the database. We will also see how to delete indexes using the DROP INDEX statement. This clip is from the chapter...
Instructional Video4:12
Curated Video

SQL Server Course for Beginners with 100+ examples - Aliases

Higher Ed
Learn how to work with Aliases in SQL to give a temporary name to a table or column. The AS keyword creates an alias, making column names more readable. Remember that the alias's existence expires when that query's duration ends. This...
Instructional Video2:59
Curated Video

SQL Server Course for Beginners with 100+ examples - FOREIGN KEY Constraint

Higher Ed
Learn how to work with the FOREIGN KEY constraint in SQL. A FOREIGN KEY is a field in one table that refers to the PRIMARY KEY in another. A child table is a table with a foreign key. This clip is from the chapter "Constraints in SQL" of...
Instructional Video3:22
Curated Video

SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint

Higher Ed
Learn how to work with the PRIMARY KEY constraint in SQL. A PRIMARY KEY uniquely identifies each record. Not a Primary Key column can never have NULL values. This clip is from the chapter "Constraints in SQL" of the series "SQL Server...