Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Margin and Padding
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Height and Width
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Background
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Uses of CSS3
In this video, we will discover the various uses of CSS3 in web design. Learn how CSS3 is utilized to control the layout, typography, colors, and visual effects of webpages. We will understand the flexibility and versatility of CSS3 for...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Introduction to CSS3
In this video, we will be introduced to CSS3, the latest version of Cascading Style Sheets. Learn about its purpose, benefits, and how it is used in web design to enhance the visual appearance and layout of HTML elements.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Conclusion-1
In this concluding video, we will review the key learnings from the HTML5 section, the importance of HTML5 in modern web development and its role in structuring and formatting web content. We will recapitulate the various HTML tags,...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Video Tag
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Paragraph Tags?
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Image Tags?
In this video, we will discover image tags and their role in displaying images on webpages. Explore attributes such as src, alt, width, and height to control the source, alternative text, and size of the images.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - What Are Anchor Tags?
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Structure of an HTML5 File
In this video, we will delve into the structure of an HTML5 file and understand the purpose of each component. We will explore the DOCTYPE declaration, head section, and body section. You will learn to properly organize your HTML code to...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Where and How Is HTML5 Used?
In this video, you will learn about the wide range of applications for HTML5, from simple webpages to complex web applications and mobile apps. We will explore the compatibility of HTML5 with different browsers and platforms, ensuring a...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Benefits of Using HTML5
In this video, we will discover the advantages of using HTML5, including improved accessibility, better mobile support, reduced reliance on plugins, and enhanced SEO. Understand how HTML5 can help create modern and responsive web...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Features of HTML5
In this video, we will explore the powerful features of HTML5, such as semantic tags, audio and video support, form enhancements, and canvas for graphics. You will learn how these features improve the user experience and make web...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Introduction to HTML5
In this introductory video, we will dive into the world of HTML5, the basics of HTML5, its purpose, and its role in modern web development. We will gain a clear understanding of how HTML5 enables you to create dynamic and interactive...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - How to Create an HTML5 File?
In this video, we will get hands-on guidance on creating an HTML5 file from scratch and follow step-by-step instructions to set up the basic structure of an HTML file using a text editor. You will learn to save the file with the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Automate a Company Website with Correct Formatting in JavaScript
This is an exercise video where you will automate a company website with correct formatting in JavaScript. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Accessing Weather API Data Structures
This is an exercise video where you will be accessing weather API data structures. This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example 1 - What Is Splice in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are HTML CSS and JavaScript Basics with CodeSandbox
This video will provide an introduction to the basics of HTML, CSS, and JavaScript using CodeSandbox, so you can start building web applications with confidence. This clip is from the chapter "Introduction and Course Setup" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - CodeSandbox File Architecture
This video will explain the file architecture in CodeSandbox, giving you a better understanding of how to organize your files and folders for your coding projects. This clip is from the chapter "Introduction and Course Setup" of the...
Curated Video
Vue.js 3 and Firebase for Beginners - What Is Firebase?
Firebase is a service provided by Google for websites, applications, and games. Many of these need services such as authentication, storage, hosting, and a database too. It provides developers with a variety of tools and services to help...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Cloud Orchestration with Kubernetes
This video explains container orchestration is the process of automating application deployment, scaling, and management. In a nutshell, it is a way to manage sets of containers. Kubernetes was originally developed by Google and is often...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Serverless with AWS
This video explains serverless, which is just a fancy term for choosing to use cloud services rather than write a server by hand. The truth is that it is still a server; it's just that the cloud services provider has written a portion of...