TED Talks
TED: A street librarian's quest to bring books to everyone | Storybook Maze
As a self-proclaimed radical street librarian, Storybook Maze makes books appear where they're scarce. Through initiatives like free, public book vending machines and street corner story times, she eliminates book deserts — or areas with...
PBS
For these college students, the most difficult test is basic survival
The biggest challenge for these college students may not be exams or papers, but finding the means to survive. While the University of California system has worked to bring in more first-generation and "non-traditional" students, helping...
TED Talks
TED: How to design a library that makes kids want to read | Michael Bierut
When Michael Bierut was tapped to design a logo for public school libraries, he had no idea that he was embarking on a years-long passion project. In this often hilarious talk, he recalls his obsessive quest to bring energy, learning,...
TED Talks
TED: A librarian's case against overdue book fines | Dawn Wacek
Libraries have the power to create a better world; they connect communities, promote literacy and spark lifelong learners. But there's one thing that keeps people away: the fear of overdue book fines. In this thought-provoking talk,...
TED-Ed
TED-Ed: The hidden treasures of Timbuktu | Elizabeth Cox
On the edge of the vast Sahara desert, citizens snuck out of the city of Timbuktu and took to the wilderness. They buried chests in the desert sand, hid them in caves, and sealed them in secret rooms. Inside these chests was a treasure...
Curated Video
Build and Learn ASP.NET 6.0 Blazor Hands-On - What Is Blazor?
This is an introduction to the ASP.NET Core 3.1 Blazor web framework. Through this lecture, you will be able to have an overview of Blazor and get answers to common questions such as: What is Blazor? Why should I learn Blazor? This clip...
Brainwaves Video Anthology
Amanda Jones - That Librarian: The Fight Against Book Banning in America
Amanda Jones, author of That Librarian: The Fight Against Book Banning in America, shares her story as a small-town school librarian in Louisiana who has faced harassment and threats since speaking out against censorship at a library...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Anaconda Environment Setup
Let's set up Anaconda, a popular open-source distribution of Python and R programming languages. We will install Anaconda on our local machine, create and manage virtual environments, and set up the necessary dependencies for financial...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Feature Importance
After understanding features in a previous lesson, we will look at finding the most critical features' probability. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Issues with Rust
In this video, you will explore some issues with Rust. This clip is from the chapter "What Is Rust and Why Does It Matter" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on what, how,...
Curated Video
Concurrent and Parallel Programming in Python - Using Asynchronous Libraries
Here, you will learn how some libraries support asynchronous libraries, and others do not. You will also learn to look for those libraries and compare them.
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Libraries in Solidity
In this video, you will learn about libraries in Solidity, which are a way to reuse code and can be deployed as separate contracts or included in the main contract bytecode. This clip is from the chapter "Learn Advanced Solidity II" of...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity
In this video, you will learn about structs in Solidity, which are user-defined data types that allow you to group related data together. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Improve Your Skills with This Course
In this video, you will learn some tips and tricks to improve your skills and get the most out of this course along with providing you with the review of the concepts learned till now. This clip is from the chapter "Learn Solidity -...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Special Mention - React
This video explains React; a JavaScript library developed by Facebook. While it has framework-like features, it is not fully featured and, therefore, is considered a library. There are still some architectural decisions that are left...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - CSS Frameworks and Bootstrap
This video explains CSS frameworks and Bootstrap. This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end frameworks.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Frameworks
This video explains the various front-end frameworks. This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end frameworks.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Libraries with jQuery
This video explains jQuery, a wildly popular library that rounded its rise before the popularization of technologies such as Angular and React. jQuery makes interacting with the "DOM" much more manageable while also simplifying...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Kubeflow
This video provides an introduction to Kubeflow. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we will explore Vertex AI....
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - Overview for Beginners React Native Starter Code files for ChatGPT Project
In this video, you will get an overview of the React Native starter code files for the ChatGPT project, covering the basic components and features you will need to start building your mobile application. The tutorial will walk you...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - What Is React-Native for Beginners in Mobile Development
This video is an introduction to React-Native for beginners in mobile development, providing an overview of the framework and its benefits. You will learn what React-Native is, how it differs from other mobile development frameworks, and...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries
This video helps you with initializing the Express project and libraries. This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and...
Curated Video
Chatbots Development with Amazon Lex - Starting Lambda Code
In this video, we will prepare to write the code for the chatbot's functioning; we will import a few required libraries, including JSON, datetime, and time.
Curated Video
Supercharge Scala Future | FP-Tower - What Is an IO?
This video provides an overview about IO (Input/Output). This clip is from the chapter "Build Your Own IO" of the series "Supercharge Scala Future | FP-Tower".This section focuses on building your own IO (Input/Output).