Instructional Video25:34
TED Talks

TED: How AI is unlocking the secrets of nature and the universe | Demis Hassabis

12th - Higher Ed
Can AI help us answer life's biggest questions? In this visionary conversation, Google DeepMind cofounder and CEO Demis Hassabis delves into the history and incredible capabilities of AI with head of TED Chris Anderson. Hassabis explains...
Instructional Video15:07
TED Talks

Milton Glaser: Using design to make ideas new

12th - Higher Ed
From the TED archives: The legendary graphic designer Milton Glaser dives deep into a new painting inspired by Piero della Francesca. From here, he muses on what makes a convincing poster, by breaking down an idea and making it new.
Instructional Video18:57
TED Talks

TED: Nerdcore comedy | Ze Frank

12th - Higher Ed
Performer and web toymaker Ze Frank delivers a hilarious nerdcore standup routine, then tells us what he's seriously passionate about: helping people create and interact using simple, addictive web tools.
Instructional Video13:05
TED Talks

Angelicque White: What ocean microbes reveal about the changing climate

12th - Higher Ed
When the ocean changes, the planet changes -- and it all starts with microbes, says biological oceanographer Angelicque White. Backed by decades of data, White shares how scientists use these ancient microorganisms as a crucial barometer...
Instructional Video6:26
Curated Video

What are Agile Epics, User Stories, and Story Points?

10th - Higher Ed
Epics, User Stories, and Story Points are three terms that are widely used in Agile Project Management and some of its methodologies, like XP (eXtreme Programming) and Scrum. But if you haven’t worked on agile projects, then Epics, User...
Instructional Video7:20
Curated Video

PRINCE2: Top 10 Things to Know about Managing Successful Projects with PRINCE2

10th - Higher Ed
Managing Successful Projects with PRINCE2 is the official guide to the PRINCE2 methodology. It is published in the UK, by PeopleCert. Here are my top 10 things you need to know about it. 1. PRINCE2 is a robust Project Management...
Instructional Video9:36
Bedtime History

History of Disneyland

K - 12th
Learn about Walt Disney's dream to build a theme park and the hard work, determination and creativity it took to make that dream come true.
Instructional Video13:52
Curated Video

Craziest Themed Restaurants From the 90s

12th - Higher Ed
Weird History Food is taking you back to the 1990s to see all the sweet, themed restaurants of the decade. The '90s were the era of tight-rolled jeans, grunge rock, and Beanie Babies, but the decade was also home to the themed restaurant...
Instructional Video5:56
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Conclusion and Lessons

Higher Ed
In this video, we will receive a comprehensive conclusion and summary of the key lessons learned throughout the course using pairs trading strategies, which will help us solidify our understanding and prepare for future application of...
Instructional Video1:12
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Rust IDE Configuration and Customization

Higher Ed
In this video, you will look at the Rust IDE configuration and customization in detail. This clip is from the chapter "Rust Course Setup" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses...
Instructional Video3:27
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install Microsoft Data Studio

Higher Ed
This video explains how to download and install Microsoft Data Studio. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get...
Instructional Video4:47
Curated Video

Modern JavaScript from the Beginning - Second Edition - UI Theme Setup

Higher Ed
This video focuses on setting up the user interface (UI) theme for the Tracalorie App project. The video covers how to create and implement a basic UI theme using CSS variables and demonstrates how to switch between light and dark themes...
Instructional Video7:47
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Create and Customize Reports - Part 3

Higher Ed
In the previous two videos, we have seen how to customize a project overview report using themes, colors, fonts, and effects. Here, we will concentrate on creating or building a new report from scratch and look at some of the elements we...
Instructional Video6:45
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Create and Customize Reports - Part 2

Higher Ed
In this continuation video, we will further explore the customization of project reports. We will delve into more styling, discuss themes, which are important concepts, change the overall theme, and look at different templates that we...
Instructional Video11:20
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Create and Customize Reports - Part 1

Higher Ed
In this video, we will learn how to create and customize reports in Microsoft Project 2021. We will explore creating custom reports in more detail and customize a prevalent report, the project overview. This clip is from the chapter...
Instructional Video5:16
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Work with Reports

Higher Ed
This video demonstrates creating, customizing, and saving reports in Project 2021. We will learn to use the report view to preview and modify reports before printing or sharing them. This clip is from the chapter "Basic Reporting" of the...
Instructional Video3:01
Curated Video

The Art of Doing - Web Development for Beginners - Installing VS Code

Higher Ed
In this video, we will walk you through the process of installing VS Code IDE (Integrated Development Environment) on your Windows machine, which will be your primary development environment throughout the course. This clip is from the...
Instructional Video7:03
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Environment Setup

Higher Ed
In this lesson, we will discuss the environment setup of certain software for Node, certain packages, and how to prepare the system for working on React.
Instructional Video16:49
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Header Component - I / 100

Higher Ed
Let's start by designing a static product tile to use as the template for the generated product tiles. Create a file named "components".
Instructional Video12:47
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Global Level Styling / 020

Higher Ed
In this video, you will learn about the global level of styling, where the styling of the components or elements are available everywhere and are the generalized stylings applicable throughout, usually referred to as index.css.
Instructional Video10:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Theme: Change Background / 051

Higher Ed
In this video, we will learn to create a state that will allow us to change the background of our TaskMate appearance based on the selection we make.
Instructional Video7:04
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Local Storage: Store All Tasks / 050

Higher Ed
Here, we will focus on our local storage. When we create tasks in our TaskMate, we need to provide the app a local storage to store the tasks that we create.
Instructional Video5:50
Curated Video

React JS Masterclass - Go From Zero To Job Ready - TaskMate Demo

Higher Ed
In this demonstration of the project, you will learn to create displays and we will build the project based on the concepts learned. We will make a project called TaskMate, a to-do list.
Instructional Video12:22
Curated Video

React JS Masterclass - Go From Zero To Job Ready - React Loading Skeleton

Higher Ed
Here, we will discuss about an interesting package called the React Loading Skeleton that provides a skeleton structure until we receive a response from the app.