Curated Video
Vue.js 3 and Firebase for Beginners - Completing the Admin View
In this video, we will continue with the finishing touches inside of the Admin View. We will make use of Flexbox and place a new pizza on the menu component side by side on the larger view. This clip is from the chapter "Finishing...
Curated Video
Vue.js 3 and Firebase for Beginners - Modal Toggle
This video explains a code on how to open and close modal toggle. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how to create login and...
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
Vue.js 3 and Firebase for Beginners - Creating the Sign-In Form
This video explains how to create a sign-in form to capture user details. This form is both dual use as it can be used for both sign in and sign up. This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Creating Orders
This video explains the code to create a new order, which follows a similar pattern to creating a new pizza. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Named Views
This video explains named views; sometimes you need to display multiple views at the same time instead of nesting them. This is where named views come into play. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and...
Curated Video
Vue.js 3 and Firebase for Beginners - The About View and Child Components
In this video, the author talks about the About View page where we can now use a router to switch between the three new components. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Expression - an Introduction
This video talks about Java expressions.
Curated Video
Solving Equations GCSE Questions
In this video we go through some GCSE style exam practice questions for solving equations. Difficulty increases with each set of questions.
Curated Video
Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Writing a Form in React with Next.js for ChatGPT OpenAI
This video covers the process of writing a form in React with Next.js for integrating ChatGPT OpenAI into a web application.
Curated Video
Web Hacking Expert - Full-Stack Exploitation Mastery - Bypassing CSP through ajax.googleapis.com
This video explains and demonstrates bypassing CSP through ajax.googleapis.com. This clip is from the chapter "Bypassing Content Security Policy in Modern Web Applications" of the series "Web Hacking Expert Full-Stack Exploitation...
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...
Curated Video
The Art of Doing - Web Development for Beginners - Debugging an Issue
In this video, we will solve the issue where we couldn't center-align an image in the Flexbox layout. You will learn how to troubleshoot and debug common layout issues in CSS and implement the necessary changes to achieve the desired...
Curated Video
The Art of Doing - Web Development for Beginners - The Display Property: Block Values
In this video, we will delve into the display property in CSS and its block values. You will learn how block-level elements behave in terms of layout and spacing and how we can override their default behavior to create custom layouts...
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 - 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
React JS Masterclass - Go From Zero To Job Ready - Home Page / 102
In this video, we will understand cleaning up a bloated render method in a React component by extracting a layout component.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dark Mode Integration / 067
The dark appearance, known as Dark Mode, implements an interface style that many apps already adopt. We will learn to integrate the dark mode into the Cinemate project.