Curated Video
Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Document Object Model (DOM0 - More Traversing of Elements from the Web Page
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Redshift Distribution Styles
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - EMR, AWS integration, and Storage
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Redshift Resizing (Elastic Versus Classic) and New Redshift Features in 2020
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Redshift Durability and Scaling
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - EMR Serverless
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"...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - EC2 for Big Data
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...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - DynamoDB DAX
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.
Physics Girl
I built an acoustic LEVITATOR! Making liquid float on air
Ultrasonic levitation, IN YOUR HOME! Learn how an acoustic levitator works and how to make one.
Science360
NSF supports Array of Things prototype in Chicago - Science Nation
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...
Blockchain Central
What Is So Great About Smart Contracts? | Blockchain Central
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!
Curated Video
Implement different search algorithms : In-order traversal of a Binary Search Tree
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...
Curated Video
Discuss the importance of data : Basics of decision trees
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...
Blockchain Central
Real-World Blockchain Applications - Enterprises | Blockchain Central
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...
Packt
What Is The DOM?
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...
Curated Video
Python 3: Project-based Python, Algorithms, Data Structures - Hash project 3: Add update functionality
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...
Curated Video
Implement a computer program using a classic algorithm : Recursion mini-project 2 - Factorial
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
Catalyst University
Basics & Structures of the Lymphatic System
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.
Curated Video
Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph
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...
Blockchain Central
Bitcoin From Scratch | Blockchain Central
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.
Blockchain Central
Will Quantum Computers Threaten Blockchains?
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...
Curated Video
Introduction to Decision Trees: Basic Structure and Characteristics
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....
Packt
Graph Traversal Complexity
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.