TED Talks
TED: How AI is unlocking the secrets of nature and the universe | Demis Hassabis
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...
TED Talks
Milton Glaser: Using design to make ideas new
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.
TED Talks
TED: Nerdcore comedy | Ze Frank
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.
TED Talks
Angelicque White: What ocean microbes reveal about the changing climate
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...
Curated Video
What are Agile Epics, User Stories, and Story Points?
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...
Curated Video
PRINCE2: Top 10 Things to Know about Managing Successful Projects with PRINCE2
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...
Bedtime History
History of Disneyland
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.
Curated Video
Craziest Themed Restaurants From the 90s
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Conclusion and Lessons
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Rust IDE Configuration and Customization
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Install Microsoft Data Studio
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - UI Theme Setup
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Create and Customize Reports - Part 3
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Create and Customize Reports - Part 2
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Create and Customize Reports - Part 1
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...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Work with Reports
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...
Curated Video
The Art of Doing - Web Development for Beginners - Installing VS Code
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Environment Setup
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Header Component - I / 100
Let's start by designing a static product tile to use as the template for the generated product tiles. Create a file named "components".
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Global Level Styling / 020
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Theme: Change Background / 051
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Local Storage: Store All Tasks / 050
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - TaskMate Demo
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - React Loading Skeleton
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.