Curated Video
The Art of Doing - Web Development for Beginners - Defining Font Size
In this video, you will learn how to define font sizes using different units such as pixels, ems, and rems. We will also understand the difference between absolute and relative font sizes and how to change the font size of child elements...
Curated Video
The Art of Doing - Web Development for Beginners - Defining Element Width
In this video, you will learn how to define the element's width using pixel values, percentage values, and viewport units. You will also learn how to define classes for styling different-sized images. This clip is from the chapter "CSS...
Curated Video
The Art of Doing - Web Development for Beginners - Writing CSS Rules
In this video, you will learn how to add CSS to our HTML document in the tag and write CSS rules for selecting specific HTML elements. We will also understand how to override specific styling rules and how to make certain HTML elements...
Curated Video
The Art of Doing - Web Development for Beginners - Final HTML Project - Part 3
In this video, we will finish building the ninja turtle site by creating individual pages for each turtle (Leonardo, Donatello, Michelangelo, and Raphael). We will cover how to add appropriate content and structure to each page using...
Curated Video
The Art of Doing - Web Development for Beginners - Final HTML Project - Part 2
In this video, we will continue working on the main page of the ninja turtle site by creating a new section for enemies. We will also cover how to add links to different sections of the page and how to use appropriate headings,...
Curated Video
The Art of Doing - Web Development for Beginners - Final HTML Project Preview
In this video, we will provide an overview of the final project for this section on HTML. You will be tasked with building an HTML-only website using all the techniques and tags covered in the previous videos. We will discuss the...
Curated Video
The Art of Doing - Web Development for Beginners - Nav, Article, and Section
In this video, we will continue our discussion of semantic HTML by covering the
Curated Video
The Art of Doing - Web Development for Beginners - Organized Collectors Project - Part 2
In this video, we will continue our work on the "Collectors" project by organizing the three item pages. Using the same principles of organized HTML, we will improve the structure and appearance of these pages, making them easier to...
Curated Video
The Art of Doing - Web Development for Beginners - Organized Collectors Preview
In this video, we will apply the concepts we have learned about organized HTML to our "Collectors" project. Specifically, we will be working on a Pokémon trading web page and restructuring it to improve its organization and appearance....
Curated Video
The Art of Doing - Web Development for Beginners - Inline Containers with span Tags
In this video, we will explore the span tag, which is an inline container element that can be used to format specific sections of text with a class or id attribute. We will see how to use the span tag to create visually distinct sections...
Curated Video
The Art of Doing - Web Development for Beginners - Container Elements with div Tags
In this video, you will learn about the div tag, which is a powerful container element that can group content together and be targeted later with CSS. We will see how to add class and id attributes to divs to make styling specific...
Curated Video
ASP.NET 6.0 - Build Hands-On Web Projects - How Razor Pages Generate Response
In this video, the entire mechanism of generating an HTML response to a request as handled by the Razor Pages in an ASP.NET Core 3.1 application is discussed. This clip is from the chapter "Create and Take a Deep Dive into Your First...
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - I
In this video, we will be building a spreadsheet application using JavaScript. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Getting You Onboard
This clip is from the chapter "Welcome Section" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".In this section, you will clear up all your doubts regarding the course, you will touch base on JavaScript...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Header Component - II / 101
Here, you will learn more about a styled-component module, which allows us to write CSS within JavaScript in a very modular and reusable way in React instead of having one global dynamic class.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Theme: Change Background / 051
In this video, we will learn to create a state that will allow us to change the background of our TaskMate appearance based on the selection we make.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - JSX: In-Depth Introduction / 007
In this video, you will learn about JSX in-depth, a syntax extension for JavaScript that lets you write HTML-like markup inside a JavaScript file.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Test: API Async Loading / 155
In this video, we will compare the three service models and note the fundamental differences and their advantages of use.
Curated Video
PowerShell for Automating Administration - Report Consolidation – Template Overview
This video explains the report consolidation script. Here, you will be looking at an overview of the template. This clip is from the chapter "Report Consolidation and Code Enhancement" of the series "PowerShell for Automating...
Curated Video
PowerShell for Automating Administration - Validation Functions Discussion – Part 1
This is the first of the two-part video that focuses on the validation functions. Here, you will be studying these functions: Validate-SysInfo, Validate-URL, Validate-TopMemoryConsumingProcesses, Validate-DisktHealth, and...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Setting Up Your Own Webpage
In this video, you will learn how to set up your own webpage. This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, you will learn how run a C...
Curated Video
The Complete Vue.js Course for Beginners - Using Vue.js without Installation
In this video, we will see how we can use and make Vue.js files without any installation and how we can use Vue.js by having to use Node and NPM. This clip is from the chapter "Installing Vue.js" of the series "The Complete Vue.js Course...
Curated Video
The Complete Vue.js Course for Beginners - Dynamic Classes
In this video, we will look at how we can dynamically overwrite classes in Vue.js. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic coding in Vue.js...