Instructional Video4:16
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Document Object Model (DOM0 - More Traversing of Elements from the Web Page

Higher Ed
This video demonstrates how to transverse elements from the web page. This clip is from the chapter "JavaScript Document Object Model (DOM)" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section presents an...
Instructional Video2:53
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - Redshift Distribution Styles

Higher Ed
This video shows the various Amazon Redshift distribution styles. This clip is from the chapter "Domain 4: Analysis" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn how to build a...
Instructional Video7:45
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - EMR, AWS integration, and Storage

Higher Ed
This video focuses on Amazon EMR, AWS integration, and storage. This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will complete our "order...
Instructional Video3:41
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - Redshift Resizing (Elastic Versus Classic) and New Redshift Features in 2020

Higher Ed
This video has the new features in the 2020 version. This clip is from the chapter "Domain 4: Analysis" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn how to build a more complex...
Instructional Video3:34
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - Redshift Durability and Scaling

Higher Ed
This video focuses on Amazon Redshift durability and scaling. This clip is from the chapter "Domain 4: Analysis" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn how to build a more...
Instructional Video10:02
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - EMR Serverless

Higher Ed
This video explains the new features of EMR Serverless. This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will complete our "order history app"...
Instructional Video2:04
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - EC2 for Big Data

Higher Ed
This video focuses on Amazon EC2 for big data. This clip is from the chapter "Everything Else" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn about Amazon Web Services (AWS) service...
Instructional Video2:48
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - DynamoDB DAX

Higher Ed
This video explains the concept of Amazon DAX. This clip is from the chapter "Domain 2: Storage" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, you will learn about the various AWS storage services.
Instructional Video8:23
Physics Girl

I built an acoustic LEVITATOR! Making liquid float on air

9th - 12th
Ultrasonic levitation, IN YOUR HOME! Learn how an acoustic levitator works and how to make one.
Instructional Video6:11
Fun Robotics

Deep Learning

Higher Ed
Explore and understand Deep Learning
Instructional Video3:25
Science360

NSF supports Array of Things prototype in Chicago - Science Nation

12th - Higher Ed
New urban-scale smart city technology acts as a fitness tracker for livability Description: University of Chicago scientists supported by the National Science Foundation (NSF) are collaborating with researchers at the Argonne National...
Instructional Video6:56
Blockchain Central

What Is So Great About Smart Contracts? | Blockchain Central

Higher Ed
This week on Blockchain Central: we will take a closer look at the main features of Ethereum and its game-changing feature - DApps. What makes it so powerful? Let's find out!
Instructional Video6:47
Curated Video

Implement different search algorithms : In-order traversal of a Binary Search Tree

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. In-depth look at in-order traversal and how it results in a sorted representation...
Instructional Video10:10
Curated Video

Discuss the importance of data : Basics of decision trees

Higher Ed
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Instructional Video4:43
Blockchain Central

Real-World Blockchain Applications - Enterprises | Blockchain Central

Higher Ed
This week on Blockchain Central: we will have a closer look at the different options companies face when they want to get started with blockchain technology and break down the most common types of blockchains. __ 'Blockchain Central' is...
Instructional Video3:16
Packt

What Is The DOM?

Higher Ed
DOM Manipulation & Events: What Is The DOM? This clip is from the chapter "DOM Manipulation & Events" of the series "Modern JavaScript from the Beginning".In this section, you will learn about DOM, examining the document object, DOM...
Instructional Video14:06
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Hash project 3: Add update functionality

Higher Ed
An in-depth look at trees, rules surrounding them and a tree known as Binary Search Tree This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video14:06
Curated Video

Implement a computer program using a classic algorithm : Recursion mini-project 2 - Factorial

Higher Ed
From the section: Algorithms - Sort, performance, complexity and big O notation. This section is about Algorithms – sort, performance, complexity and big O notation. Build a recursive factorial function step by step
Instructional Video16:46
Catalyst University

Basics & Structures of the Lymphatic System

Higher Ed
This video is an overview of the major players in the lymphatic system. We also discuss selective fluid drainage via the thoracic duct and the right lymphatic duct.
Instructional Video4:34
Curated Video

Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph

Higher Ed
When thinking of execution of a TensorFlow program we should be familiar with a graph creation and a session execution. Basically the first one is for building the model and the second one is for feeding the data in and getting the...
Instructional Video7:45
Blockchain Central

Bitcoin From Scratch | Blockchain Central

Higher Ed
This week on Blockchain Central: we will look back at the success story of Bitcoin and see what concept stands behind it. Also, we will discuss the potential of Bitcoin in the future.
Instructional Video5:25
Blockchain Central

Will Quantum Computers Threaten Blockchains?

Higher Ed
This week on Blockchain Central: we'll talk about quantum computers and the potential threat it has on blockchain technology. Thank to revolutionary computational power, these computers can easily encrypt the keys that are protecting...
Instructional Video8:59
Curated Video

Introduction to Decision Trees: Basic Structure and Characteristics

Higher Ed
This video is an introduction to decision trees and their use in business. The video also covers the basic structure of a decision tree, including decision nodes and chance nodes, and how to calculate the opportunity cost of a decision....
Instructional Video3:24
Packt

Graph Traversal Complexity

Higher Ed
This video explains graph traversal complexity. This clip is from the chapter "Algorithms: Graph Traversal" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of graph traversals.