Curated Video
Modern JavaScript from the Beginning - Second Edition - Mouse Events
In this video, we will look at how to handle mouse events such as click, double-click, hover, and drag in JavaScript. You will learn how to use event listeners to respond to mouse events and perform actions based on them. This clip is...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Manipulating Styles and Classes
This video covers how to manipulate CSS styles and classes in the DOM using JavaScript. It covers the style property and the classList property. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - CSS and Style Loaders
In this video, we will explore how to use CSS and style loaders in Webpack. We will look at the different types of style loaders available and how to configure them in our Webpack configuration file. This clip is from the chapter...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - addEventListener (Events)
In this video, we will explore the addEventListener method to attach event handlers to elements. You will learn to listen for and respond to various events, such as clicks, mouse movements, keyboard input. Understanding event handling is...
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 - How to Style in HTML5
In this video, we will explore different methods to style HTML elements using inline styles, internal stylesheets, and external CSS files. We will understand the CSS selectors, properties, and values to apply colors, fonts, backgrounds,...
Curated Video
Vue.js 3 and Firebase for Beginners - Header Styling
We will quickly apply some styling to the header section. The style section is going to be scoped for the AppHeader component. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Install Docker Engine
In this video, we walk you through the steps required to install Docker Engine on your local machine, providing a step-by-step tutorial that covers all the necessary commands and configurations. This clip is from the chapter "Cloud Run -...
Curated Video
Vue.js 3 and Firebase for Beginners - Styling the AboutView
For the finishing touches of our project, we will start with some CSS styling for the AboutView page. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the...
Curated Video
Vue.js 3 and Firebase for Beginners - Modal Styling
This video explains modal styling to make the login look attractive and make it appear over the rest of the content. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 16 - How Are Variables Stored in Memory?
This video talks about how variables are stored in memory.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Styling the Index App EJS and CSS
This video explains styling the index app EJS and CSS. This clip is from the chapter "EJS Templating Engines with Express" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js".This section focuses on EJS...
Curated Video
Deep Learning - Crash Course 2023 - Why Random Variable Is Important
In this video, we will understand why a random variable is important. This clip is from the chapter "Basic Probability" of the series "Deep Learning - Crash Course 2023".In this section, we will talk about probability.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Add Result Styling CSS to OpenAI Project
In this video, we will guide you on how to add result styling CSS to your OpenAI project to make the output more visually appealing for your users.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Recommender Systems Process and Goals
In this video, we will understand the need for recommender systems and the processes and goals involved.
Curated Video
The Art of Doing - Web Development for Beginners - Block-Level Elements
In this video, you will learn about block-level elements, which always start on a new line and take up the full horizontal width of their container. We will see how to set their vertical height and background color using the style...
Curated Video
The Art of Doing - Web Development for Beginners - Understanding Attributes
In this video, we will explore the different attributes available in HTML, such as id, class, and style, and how they can be used to customize web page elements. This clip is from the chapter "Advanced HTML Tags" of the series "The Art...
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Advanced TabView
In this video, we will explore more advanced techniques for implementing a TabView in a mobile app.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - The Task Manager
The Task Manager has lots of information about services, processes, applications, and users. It gives information to help you monitor, manage, and control what's running in order to maximize the performance of your machine. This clip is...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Touring the macOS
In this video, let's discuss macOS. Although it's a completely different operating system, macOS and Windows have a lot in common. This clip is from the chapter "The Visible Computer" of the series "CompTIA A+ Certification Core 2...
Curated Video
The Art of Doing - Web Development for Beginners - Processing Events
JavaScript can be executed when events occur on a web page. In this video, you will learn how to use the addEventListener() method to attach event handlers to elements and respond to events such as clicks, form submissions, and input...
Curated Video
The Art of Doing - Web Development for Beginners - CSS Transitions
In this video, we will explore CSS Transitions, which enables you to smoothly change property values of elements over a specified duration. You will learn how to define transition properties and durations, and how to trigger transitions...
Curated Video
The Art of Doing - Web Development for Beginners - Using Flexbox with HTML Elements
In this video, we will dive deeper into using Flexbox with HTML elements. We will create Flex containers with row and column layouts, and even nest Flex containers inside each other. We will also explore how to center elements using...
Curated Video
The Art of Doing - Web Development for Beginners - Organized Collectors Project - Part 1
In this video, we will begin organizing the index and main pages of our "Collectors" project. To do so, we will use proper HTML structure and create divs with specific names such as "header" and "main". You will decide what content goes...