Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Linking in React-Router-DOM
This video focuses on using the link component provided by React-Router-DOM to create navigation links within applications. You will learn to create clickable links that navigate to different routes without refreshing the entire page.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Font Family
In this video, we will dive into the realm of fonts with CSS3's font-family property. We will explore the different font options available and learn how to specify font families for text content and utilize web-safe fonts and include...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Multi-Threads in Rust
This video talks about multi-threads in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Reader and Writer Inputs and Outputs in Rust – Reading the File
In Rust, working with files is a crucial aspect of many applications, from handling user data to processing large amounts of information. To work with files in Rust, you will need to use the Reader and Writer types, which provide an...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Solution - Nested Modules in Rust
This is a solution video on nested modules in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Modules in Rust
This video explains modules in Rust. This clip is from the chapter "Beginner to Intermediate Lessons" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner to intermediate content.
Curated Video
Concurrent and Parallel Programming in Python - Integrating the Postgres Worker
After creating our Postgres database insertion worker, we will integrate this worker into our main function and make changes to ensure that everything is working properly.
Curated Video
Concurrent and Parallel Programming in Python - Creating a Yahoo Finance Reader
After learning how to create the Wikipedia reader, you will learn how to write a threaded class to extract the price from a Yahoo Finance portal.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Cloud Build
This video provides an introduction to Cloud Build. This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we...
Curated Video
Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 2
In this video, we will toggle into the ToggleAdmin.Vue component to import the views created in the previous video. This clip is from the chapter "Roles and Permissions" of the series "Vue.js 3 and Firebase for Beginners".This section...
Curated Video
Vue.js 3 and Firebase for Beginners - Updating Regular Users to Admin Part 1
In this video, the author shows that the customer can go into the database and update the admin property each time a new user is added or to remove the admin access if an employee leaves the company. This clip is from the chapter "Roles...
Curated Video
Vue.js 3 and Firebase for Beginners - Retrieving Admin Users
This video explains how to retrieve admin users from our database and to check whether the admin property is set to True. As we will be retrieving users, we can create a reference to the database collection inside the Firebase file. This...
Curated Video
Vue.js 3 and Firebase for Beginners - Adding Users
This video explains how to add new users to the website who can access the entire website. We need to set up a way to allow only authorized admin users into the admin section. We will do this using custom claims. This clip is from the...
Curated Video
Vue.js 3 and Firebase for Beginners - Adding the User to Orders
In this video, we will make sure the user object is placed on our order before pushing it to the database. We will also make sure that the user is logged in before creating a new order and to do this, we will go into the useBasket...
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 - Detecting Auth Changes
This video explains how we can detectany auth changes using the useAuth file. 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...
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 - The Signup Function
This video explains the signup function. This project is going to use Firebase authentication to manage user accounts and allow them to sign up and sign in. This clip is from the chapter "Authentication" of the series "Vue.js 3 and...
Curated Video
Vue.js 3 and Firebase for Beginners - Deleting Orders
This video explains how to delete the orders using the deleteOrder reference. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the Firebase setup and...
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 - 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 - Getting Pizzas
This video explains how to get pizzas using the async function, getPizza, and calling the import function called getDocs. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
Curated Video
Vue.js 3 and Firebase for Beginners - Adding Pizzas to the Database
This video explains how to work with the database to add pizzas using dbPizzaRef and dbOrderRef. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...
Curated Video
Vue.js 3 and Firebase for Beginners - Firebase Setup
This video explains the setup of Firebase and how to set up the project on the application. This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section explains the...