Instructional Video5:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Use Font Awesome Icons

Higher Ed
In this video, we will unleash the power of Font Awesome, a popular icon library, in web design projects, integrate Font Awesome icons into HTML and CSS, and explore the vast collection of scalable vector icons that can enhance the...
Instructional Video5:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Margin and Padding

Higher Ed
In this video, we will explore the margin and padding properties in CSS3 and how they affect the spacing around elements. You will learn to set margins and padding values for individual sides or all sides and understand the box model and...
Instructional Video4:32
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Height and Width

Higher Ed
In this video, we will understand the height and width properties in CSS3 and how they are used to control the size of elements. You will learn about different measurement units and how to set fixed and responsive dimensions.
Instructional Video11:37
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Background

Higher Ed
In this video, we will explore the background property in CSS3 and learn how to apply background colors, images, and other properties to elements. You will learn to control the positioning, repeat, and size of backgrounds.
Instructional Video2:41
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Input Attributes (Size, Read-Only, Disabled)

Higher Ed
In this video, we will discover various attributes that can be applied to input fields to modify their behavior and appearance. You will learn to control the size of input fields, make them read-only or disabled, and more.
Instructional Video5:57
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Build a Hash Table with HashMap in Rust

Higher Ed
This is a solution video on building a hash table with HashMap in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on...
Instructional Video6:12
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Are HashMaps in Rust

Higher Ed
This video is about HashMaps in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to intermediate...
Instructional Video5:35
Curated Video

Type-Safe Interfaces with Modern C++ - std::string_view – Introduction

Higher Ed
Learn about `std::string_view`, introduced in C++17.
Instructional Video5:43
Curated Video

Type-Safe Interfaces with Modern C++ - Understanding Variants

Higher Ed
Understand what a "variant" is and its usefulness.
Instructional Video8:06
Curated Video

The Future of Fashion: 3D Technology Tailors Perfect Fit

6th - Higher Ed
Discover how 3D technology is revolutionizing the fashion and footwear industries, making custom-tailored clothing and shoes accessible to everyone. Follow the journey of Karine and Paola as they experience a body scanning process that...
Instructional Video7:57
Curated Video

Miniaturization Marvels: From LEDs to OLEDs

6th - Higher Ed
Discover the transformative journey of lighting technology from Thomas Edison's incandescent bulbs to today's ultra-efficient LEDs and groundbreaking OLEDs. This video explains the evolution of light sources, their impact on energy...
Instructional Video7:35
Curated Video

The Tiny Titans: Unraveling the World of Miniature Animals

6th - Higher Ed
Venture into the charming world of miniature animals, from tiny horses to miniature pigs. Discover how breeders have used selective breeding over generations to create these adorable, pint-sized versions of traditional farm animals. This...
Instructional Video9:03
Curated Video

Sweet Secrets: Unveiling the Science and History of Sugar

6th - Higher Ed
Dive into the fascinating world of sugar, from its humble beginnings as a luxury item to its current status as a kitchen staple. Discover how sugar is transformed from beets and cane into the crystals we use every day. Explore the...
Instructional Video7:03
Curated Video

Rediscovering Cro-Magnon: Daily Life and Ingenious Adaptations

6th - Higher Ed
This segment explores the surprisingly sophisticated daily life of Cro-Magnon humans, debunking the myth of the primitive caveman. Learn how they crafted comfortable clothing from leather and fur, adapted to harsh climates, and developed...
Instructional Video3:07
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Use Assembly to Run Byte Conversions

Higher Ed
In this video, we will discuss the solution to the exercise on using Assembly to run byte conversions from the previous video. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero...
Instructional Video11:38
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write Assembly in Solidity

Higher Ed
In this video, you will learn about how to write the Assembly language in Solidity and use it to optimize smart contracts. This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course - Zero to...
Instructional Video6:15
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - A Vulnerable Smart Contract

Higher Ed
In this video, we will discuss what a vulnerable smart contract is and how it can be exploited. This clip is from the chapter "Solidity Patterns I - Cybersecurity" of the series "The Complete Solidity Course - Zero to Advanced for...
Instructional Video9:37
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Enums in Solidity

Higher Ed
In this video, you will learn about Enums in Solidity, which allows you to create a custom data type with a fixed set of possible values. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video2:35
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Datastore

Higher Ed
This video provides an introduction to Cloud Datastore. This clip is from the chapter "Cloud Functions - Serverless and Event-Driven Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section,...
Instructional Video4:24
Curated Video

Vue.js 3 and Firebase for Beginners - Looping over Orders

Higher Ed
Now that we can successfully retrieve the order from the database, this video explains how to loop over orders and display them inside the table. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and...
Instructional Video5:46
Curated Video

Vue.js 3 and Firebase for Beginners - The NewPizza Object and Data Binding

Higher Ed
In this video, we will look at the NewPizza file and add some JavaScript. We will be making use of the script setup that we just looked at to add a new Pizza object, which we can structure for all the pizzas in our application. This clip...
Instructional Video5:54
Curated Video

Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form

Higher Ed
In this video, we will look at the admin view, which is going to be split up into multiple areas, which we will then organize into different components. The first area we are going to cover is adding a new pizza component to the admin...
Instructional Video8:46
Curated Video

Linux Crash Course for Beginners - 2023 - Switch Users and Sudo Access

Higher Ed
In this video, you will learn how to switch users and allow Sudo access using su and sudo commands.
Instructional Video13:31
Curated Video

Linux Crash Course for Beginners - 2023 - Download and Install Linux (CentOS 8)

Higher Ed
In this video, you will learn how to download and install Linux operating system CentOS 8 stream.