Hi, what do you want to do?
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Comparison Operator
In this video, we will explore the comparison operators in JavaScript, such as equal to, not equal to, greater than, less than. You will learn to compare values and evaluate conditions based on the results of these comparisons.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - Overview
This video introduces AWS, explains the master/slave architecture on Jenkins, and illustrates the outcome of this section's practical part.
Curated Video
The Origins and Power of Writing: Unraveling Human Communication
Explore the fascinating journey of writing, from its ancient roots in Mesopotamia to its evolution into the complex systems we use today. Learn how the invention of writing was driven by practical needs such as trade and how it...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Callback Functions in JavaScript
In this video, we will cover the concept of callback functions in JavaScript. A callback function is simply a function that is passed as an argument to another function and is executed inside that function. We will explain why and when...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Accessing Weather API Data Structures
This is an exercise video where you will be accessing weather API data structures.
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
<
br/>
This clip is from the chapter "Data Structures - From Zero to Intermediate" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is CodeSandbox and How to Sign In
In this video, you will learn what CodeSandbox is and how to sign in to this online code editor.
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
<
br/>
This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for...
Curated Video
Vue.js 3 and Firebase for Beginners - What Is Firebase?
Firebase is a service provided by Google for websites, applications, and games. Many of these need services such as authentication, storage, hosting, and a database too. It provides developers with a variety of tools and services to...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Understand Pragma Solidity
In this video, we will explain in detail what the “pragma solidity†statement does in a Solidity smart contract and how it affects the behavior and compatibility of the code.
<
br/>
This clip is from the chapter "Introduction to...
<
br/>
This clip is from the chapter "Introduction to...
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...
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.
<
br/>
This clip is...
<
br/>
This clip is...
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 - Detecting Auth Changes
This video explains how we can detectany auth changes using the useAuth file.
<
br/>
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...
<
br/>
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Modal Toggle
This video explains a code on how to open and close modal toggle.
<
br/>
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...
<
br/>
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 - Modal Styling
This video explains modal styling to make the login look attractive and make it appear over the rest of the content.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This...
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This...
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.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and...
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and...
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.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js...
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js...
Curated Video
The Science Behind Clairvoyance and Astrology: Debunking Myths
Dive into the intriguing world of clairvoyance and astrology to discover what science has to say about these ancient practices. This video explores how psychics and astrologers use techniques like cold reading and the Barnum effect to...
MarketWatch
Got laid off? Here's what to do next
Navigating a job loss can come with many challenges, but there are options. These tips can help with short-term obstacles and long-term benefits.
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Add Items to List in Database with Express and SQLit3
This video demonstrates adding items to the list in the database with Express and SQLit3.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express...
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Debugging Syntax from SQLite3 Database and EJS Formatting
This video demonstrates debugging syntax from SQLite3 database and EJS formatting.
<
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 - Finish Routing Form Data on Express Side for Exercise App
This video helps you finish routing form data on the Express side for the exercise app.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express...
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express...
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 - SetAttributes and Keycode Additions for Exer List
This video talks about the SetAttributes and Keycode additions for Exer List.
<
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 - Update Fetch Locals into Response
This video demonstrates how to update Fetch locals into Response.
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework Fundamentals -...
<
br/>
This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework Fundamentals -...