Hi, what do you want to do?
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - React-Router-DOM
In this video, we will examine React-Router-DOM, a popular routing library for React applications. You will learn to set up routes and navigation in React apps using React Router DOM, topics such as defining routes, rendering components...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Create Your First Course Exercise Lesson on Writing Comments in JavaScript
In this video, you will learn how to create your first course exercise lesson on writing comments in JavaScript.
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the...
<
br/>
This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are HTML CSS and JavaScript Basics with CodeSandbox
This video will provide an introduction to the basics of HTML, CSS, and JavaScript using CodeSandbox, so you can start building web applications with confidence.
<
br/>
This clip is from the chapter "Introduction and Course Setup"...
<
br/>
This clip is from the chapter "Introduction and Course Setup"...
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.
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for...
<
br/>
This clip is from the chapter "Project UI" of the series "Vue.js 3 and Firebase for...
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,...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - CSS Frameworks and Bootstrap
This video explains CSS frameworks and Bootstrap.<br<br/>/>
This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end frameworks.
This clip is from the chapter "Libraries and Front-End Frameworks" of the series "Web Development Concepts for Everyone".This video explains libraries and front-end frameworks.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Front-End Libraries with jQuery
This video explains jQuery, a wildly popular library that rounded its rise before the popularization of technologies such as Angular and React. jQuery makes interacting with the "DOM" much more manageable while also simplifying...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Database
This video explains a database that holds onto data for a web application long-term. The browser can only hold onto information for a limited time. The data in databases is persistent. The data does not go away if the database or...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Airflow with Serverless PySpark
In this video, you will learn how to use Apache Airflow to orchestrate PySpark jobs on Dataproc.
<
br/>
This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on...
<
br/>
This clip is from the chapter "Dataproc Serverless PySpark" of the series "Data Science Model Deployments and Cloud Computing on...
Curated Video
Vue.js 3 and Firebase for Beginners - Unsubscribing from Updates
In this video, the author talks about how to unsubscribe from updates. To do this, we will use the useOrders.js file, where we can add the unsubscribe function to a variable.
<
br/>
This clip is from the chapter "Real-Time Updates...
<
br/>
This clip is from the chapter "Real-Time Updates...
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
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.
<
br/>
This clip is from the chapter "Firebase Setup and...
<
br/>
This clip is from the chapter "Firebase Setup 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.
<
br/>
This clip is from the chapter "Basic Routing" of the series...
<
br/>
This clip is from the chapter "Basic Routing" of the series...
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.
<
br/>
This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for...
<
br/>
This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for...
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.
<
br/>
This clip is from the chapter "Basic Routing" of the series "Vue.js 3 and Firebase for Beginners".In this...
<
br/>
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 - RouterLink and RouterView
This video explains RouterLink and RouterView. The router-view component is where the Vue Router will put the content that matches the current URL and the RouterLink component is for enabling user navigation in a router-enabled...
Curated Video
Vue.js 3 and Firebase for Beginners - Views and Routes
In this video, the author provides insights into the views and routes folders, along with their specific locations within the code structure. This information will help you navigate the code structure effectively and streamline your...
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Curated Video
Linux Crash Course for Beginners - 2023 - Getting Help
In this video, we will cover help commands such as man, whatis, -help.
Curated Video
Linux Crash Course for Beginners - 2023 - Pipes ( | )
In this video, you will learn about pipes ( | ).
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Clear Items from App with EJS and Express Routing
This video demonstrates how to clear items from an app with EJS and Express routing.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Google Authentication Express Server Final Update
This video demonstrates the final update on the Google Authentication Express Server.
<
br/>
This clip is from the chapter "Google Authentication with Express and Passport" of the series "Express Framework Fundamentals - Secure...
<
br/>
This clip is from the chapter "Google Authentication with Express and Passport" of the series "Express Framework Fundamentals - Secure...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Set Up Google Routing and Authentication Passport
In this video, you will set up Google routing and Authentication Passport.
<
br/>
This clip is from the chapter "Google Authentication with Express and Passport" of the series "Express Framework Fundamentals - Secure Sign-Up with...
<
br/>
This clip is from the chapter "Google Authentication with Express and Passport" of the series "Express Framework Fundamentals - Secure Sign-Up with...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - User Experience Update with Homepage
This video helps you work on the user experience update with homepage.
<
br/>
This clip is from the chapter "Google Authentication with Express and Passport" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
<
br/>
This clip is from the chapter "Google Authentication with Express and Passport" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...