Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Introduction to React.JS
In this video, we will look at React.JS, a popular JavaScript library for building user interfaces. You will learn about the benefits of using React, its component-based architecture, and the virtual DOM, and an overview of the key...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Hooks in Reacts.JS
In this video, we will be introduced to hooks, a powerful feature introduced in React 16.8 to use state and other React features in functional components. You will learn about the useState hook to add state to functional components and...
Curated Video
Concurrent and Parallel Programming in Python - Using Asynchronous Libraries
Here, you will learn how some libraries support asynchronous libraries, and others do not. You will also learn to look for those libraries and compare them.
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Multiple Varying Arguments
In the previous video, we have seen how to provide additional arguments using a partial library in the functools built-in tool; you will now learn to add different elements such as a power list instead.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Formatting and toUpperCase with JavaScript
This video covers how to format and change the case of strings in JavaScript using the toUpperCase method. This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series "JavaScript Mastery from Zero...
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
Vue.js 3 and Firebase for Beginners - Section Introduction
This video introduces the section where we will create all the scripts needed and start creating the menu component. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Curated Video
Vue.js 3 and Firebase for Beginners - Views or Components?
In this video, you will gain a clear understanding of the distinction between two important files: views and components. Views serve as containers for the content of each page or view within our application. On the other hand, components...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Computer Hardware
This video explains the need to understand the basics of how our computer works. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Develop and Submit PySpark Job
In this lab, you will learn how to develop and submit a PySpark job in Google Cloud Dataproc. This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this...
Curated Video
Vue.js 3 and Firebase for Beginners - Real-Time Pizza Updates
This video talks about how to add real-time pizza updates to the website as some updates are reflected immediately while others are not updated. So, we will make a few changes to the usePizza.js file to get real-time updates. This clip...
Curated Video
Vue.js 3 and Firebase for Beginners - Filters and Global Properties
In this video, we will talk about filters and global properties using an example. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for Beginners".This section is about the finishing touches to give...
Curated Video
Vue.js 3 and Firebase for Beginners - Restricting New Pizzas
In this video, we will see how to restrict anyone from adding a new pizza to the database if the user is not logged in into the website. This clip is from the chapter "Finishing Touches" of the series "Vue.js 3 and Firebase for...
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 - 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 - Show and Hide Admin Blocks
In this video, the author explains how to show and hide each admin block section to make the page a lot smaller; we don't need to read all the information on the page. This clip is from the chapter "Firebase Setup and Firestore" of the...
Curated Video
Vue.js 3 and Firebase for Beginners - Fetching Orders
This video explains how to successfully retrieve the orders from the database to use them in our project. 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 - Form and Table Styling
To round up this section, we will jump into the main .css file where we will apply some shared styles between the forms and our table as well as some general CSS styling. This clip is from the chapter "Project UI" of the series "Vue.js 3...
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 - Fonts and Base Styles
In this video, we will talk about the fonts and base styles that we will be using in our application. This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for Beginners".This section explains the project UI and...
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
Vue.js 3 and Firebase for Beginners - Nested Routes
This video explains nested routes in Vue and how it enables you to have multiple components render on the same page. This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this section, we...
Curated Video
The Ultimate ChatGPT Guide with React Native - Develop Mobile Apps - What Is React-Native for Beginners in Mobile Development
This video is an introduction to React-Native for beginners in mobile development, providing an overview of the framework and its benefits. You will learn what React-Native is, how it differs from other mobile development frameworks, and...