Crash Course
Neural Networks - Crash Course Statistics
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...
Crash Course
How to Become a Better Negotiator: Crash Course Business - Soft Skills
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.
TED Talks
TED: Why you should know how much your coworkers get paid | David Burkus
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...
Crash Course
The Many Forms of Power: Crash Course Business - Soft Skills
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!
SciShow Kids
The Color-Changing Celery Experiment!
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!
Curated Video
Get Hired: Salary Negotiation
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...
Curated Video
Salary Negotiation Tips
Think it's about time you've earned a raise at your job? Billy explains some popular tactics to improve your chances!
Curated Video
Ronaldinho: The Marketing Dream and Football Legend
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...
Curated Video
Cristiano Ronaldo: The Ultimate Marketing Machine
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...
Curated Video
Michael Ballack: A Football Career of Success and Sponsorships
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...
Curated Video
Frank Lampard: A Footballer in the Media Spotlight
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...
Curated Video
Wayne Rooney: A Football Star's Journey to Success
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...
Curated Video
The Rise of Lionel Messi: From Rosario to Football Superstar
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...
Curated Video
Fundamentals of Object-Oriented Programming - C++ - UML Inheritance - Employee Part 3
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...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - Lifecycle Methods (Code Example) - SetParametersAsync
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Classification versus Regression
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Inheritance - Exercise - Student and Employee Classes
In this video, you will learn about Java inheritance with an exercise—student and employee classes.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: Payroll System Simulation - Part 3
In part 3 of the payroll system, we will look at using the paystub method for our employee classes created in the system.
Curated Video
SQL Server Course for Beginners with 100+ examples - Drop a Table in SQL
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - SELECT TOP Clause in SQL
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
Curated Video
SQL Server Course for Beginners with 100+ examples - Indexes in SQL
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - Aliases
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - FOREIGN KEY Constraint
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint
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...