Instructional Video7:00
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Types of CSS3

Higher Ed
In this video, you will learn about the different types of CSS3 in this video. Explore inline, internal, and external stylesheets and understand when and how to use each type effectively. We will gain insights into the advantages and...
Instructional Video3:26
Curated Video

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

Higher Ed
In this video, we will discover the video tag in HTML5 and how it enables the embedding and playback of videos on webpages. You will learn about attributes such as src, controls, and autoplay to customize the video player.
Instructional Video3:36
Curated Video

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

Higher Ed
In this video, we will explore different list tags in HTML, including ordered lists (ol), unordered lists (ul), and definition lists (dl). You will learn to create various types of lists and customize their appearance.
Instructional Video2:30
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Paragraph Tags?

Higher Ed
In this video, we will explore paragraph tags and their significance in structuring and formatting textual content on webpages. You will learn to use paragraph tags to create paragraphs and apply styling using CSS.
Instructional Video3:34
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Anchor Tags?

Higher Ed
In this video, you will learn about anchor tags and how they are used to create hyperlinks and navigate between different webpages. Understand the attributes such as href, target, and rel to specify the destination and behavior of the...
Instructional Video4:08
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - HTML5 Quotation and Citation Tags

Higher Ed
In this video, we will discover the purpose and usage of quotation (blockquote, q) and citation (cite) tags in HTML5, to properly attribute and reference external content within your webpages, such as quotes, citations, and sources.
Instructional Video3:19
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Heading Tags in HTML

Higher Ed
In this video, you will learn to use heading tags (h1-h6) in HTML to structure our web content, create hierarchical headings, and improve the accessibility and the SEO of our webpages.
Instructional Video2:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Downloading Visual Studio Code

Higher Ed
In this video, we will get started with Visual Studio Code, a popular code editor for HTML5 and web development. You will learn to download and set up Visual Studio Code on your computer, ensuring you have the necessary tools for HTML5...
Instructional Video15:49
Curated Video

Hands-On Continuous Integration and Automation with Jenkins - Create Resources on AWS

Higher Ed
This video introduces AWS resources and jargon and shows how to create a VPC and security group and launch an EC2 instance.
Instructional Video1:54
Great Big Story

Astronaut training, mastering emergencies in space

12th - Higher Ed
Explore the intense training astronauts undergo for emergencies like fires, depressurization, and solar flares to ensure survival in space.
Instructional Video10:04
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Objects and Accessing Objects in JavaScript

Higher Ed
This video helps you with modifying objects and accessing objects in JavaScript. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video8:54
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Make Multiple Copies of an Array in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on making multiple copies of an array in JavaScript from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series...
Instructional Video7:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Build an Array Calculator

Higher Ed
In this video, we will discuss the solution to the exercise on building an array calculator from the previous video. Here, you will complete the first phase of building the array calculator. This clip is from the chapter "Algorithms and...
Instructional Video2:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution part II - Automate a Company Website with Correct Formatting

Higher Ed
In this video, we will continue to discuss the solution to the exercise on automating a company website with correct formatting in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video4:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - How to Return the Smallest Number in Nested Arrays

Higher Ed
In this video, we will discuss the solution to the exercise on how to return the smallest number in nested arrays from the previous video. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video5:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Reverse a String - Solution II

Higher Ed
This is the continuation video, where we will discuss the solution to the exercise on how to reverse a string. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from...
Instructional Video4:59
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - hasOwnProperty, the in Keyword, and Delete in JavaScript

Higher Ed
This video is about hasOwnProperty, the in keyword, and delete in JavaScript. These three concepts are related to objects in JavaScript and are important to understand when working with them. The hasOwnProperty method allows you to check...
Instructional Video5:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Objects in JavaScript - Dot Notation and Modifying Object Key Pair V

Higher Ed
In this video, you will learn about objects in JavaScript, which are a data type that allows us to store key-value pairs. You will first learn about dot notation, which is a way to access and modify values within an object using the dot...
Instructional Video5:33
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - How to Copy an Array with the Spread Operator in JavaScript

Higher Ed
In this video, you will learn about the spread operator in JavaScript and how it can be used to copy an array. The spread operator is a new addition to JavaScript that allows you to spread out the elements of an array or object in places...
Instructional Video4:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Update Cryptocurrency Profile Data

Higher Ed
In this video, we will discuss the solution to the exercise on updating cryptocurrency profile data from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery...
Instructional Video3:35
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Update New User Database with Splice

Higher Ed
In this video, we will discuss the solution to the exercise on updating the new user database with splice from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
Instructional Video4:08
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example 1 - What Is Splice in JavaScript

Higher Ed
In this video, you will see the first example of the splice method in JavaScript. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Instructional Video8:11
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Modify Arrays and Remove Items in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on modifying arrays and remove items in JavaScript from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript...
Instructional Video4:28
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Array Function for an Anime App

Higher Ed
In this video, we will discuss the solution to the exercise on the array function for an anime app from the previous video. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery...