Hi, what do you want to do?
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is Object.keys in JavaScript - Storing Keys into Arrays with JavaScript
The Object.keys() method is a built-in function in JavaScript that returns an array of a given object’s own enumerable property names, in the same order as we get with a normal loop. It takes an object as a parameter and returns an array...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Login Iteration Calculator
In this video, we will discuss the solution to the exercise on a login iteration calculator from the previous video.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Accessing Arrays with Bracket Notation - Example 1
This video covers the topic of accessing arrays with bracket notation in JavaScript. The instructor demonstrates how to use bracket notation to retrieve specific values within an array.
<
br/>
This clip is from the chapter "Data...
<
br/>
This clip is from the chapter "Data...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Datatypes and Variables in Programming Part II
This video is a continuation of the previous one and will cover datatypes and variables in programming in more detail. You will learn about complex data types such as arrays and objects, as well as how to declare and initialize...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example 2 - What Is Splice in JavaScript
In this video, you will see a second example of the splice method in JavaScript. By the end of this video, you will have a clear understanding of how to use the splice method to manipulate arrays in JavaScript.
<
br/>
This clip is...
<
br/>
This clip is...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Arrays and Pop in JavaScript
In this video tutorial, you will learn how to modify arrays using the .pop() method in JavaScript. The .pop() method removes the last element of an array and returns that element, thereby modifying the original array. You will see how...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Write Your Very First Variable in JavaScript
In this video, you will learn how to write your very first variable in JavaScript, which is a fundamental concept in programming. You will explore different ways to declare and initialize variables, and learn about the different data...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write Assembly in Solidity
In this video, you will learn about how to write the Assembly language in Solidity and use it to optimize smart contracts.
<
br/>
This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course...
<
br/>
This clip is from the chapter "Learn Advanced Solidity II" of the series "The Complete Solidity Course...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Build a Constructor in Solidity
This is an exercise video on building a constructor in Solidity.
<
br/>
This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
<
br/>
This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Writing Strings in Solidity
In this video, we will discuss the solution to the exercise on writing strings in Solidity from the previous video.
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course -...
<
br/>
This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Introduction to Booleans, Integers, and Strings
In this video, we will dive into the basics of Boolean values, integers, and strings in Solidity, and how to declare and use them in your smart contracts.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the...
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - General Introduction to Variables and Types
In this video, we will provide a general introduction to variables and types in the Solidity programming language.
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero...
<
br/>
This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Relational Database - PostgreSQL
This video explains PostgreSQL, known as Postgres, a free and open-source relational database management system that emphasizes extensibility and SQL compliance.
<
br/>
This clip is from the chapter "Databases" of the series "Web...
<
br/>
This clip is from the chapter "Databases" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - GitHub Visualization and Wrap-Up
This video explains GitHub's visualization and summarizes the section.
<
br/>
This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub. In...
<
br/>
This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video explains version control and GitHub. In...
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.
<
br/>
This clip is from the chapter "Roles and Permissions" of the series "Vue.js 3 and Firebase for...
<
br/>
This clip is from the chapter "Roles and Permissions" of the series "Vue.js 3 and Firebase for...
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.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
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 - Looping over Orders
Now that we can successfully retrieve the order from the database, this video explains how to loop over orders and display them inside the table.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series...
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series...
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.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for Beginners".This section...
<
br/>
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 - Computed Properties
Computed Property is used to declaratively describe a value that is dependent on other values. This feature of VueJS allows for transformations or computations based on our data.
<
br/>
This clip is from the chapter "Composition...
<
br/>
This clip is from the chapter "Composition...
Curated Video
Vue.js 3 and Firebase for Beginners - Checking for Duplicate Basket Items
In this video, we will check for duplicate items in the basket and, rather than adding new line items, we will increase the quantity in the existing items.
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js...
<
br/>
This clip is from the chapter "Composition API" of the series "Vue.js...
Curated Video
Vue.js 3 and Firebase for Beginners - Looping over Pizzas
In this video, we will temporarily create a ref in which we can push our pizzas to, which will then allow us to loop over these pizzas and display them inside a table.
<
br/>
This clip is from the chapter "Composition API" of the...
<
br/>
This clip is from the chapter "Composition API" of the...
Curated Video
Linux Crash Course for Beginners - 2023 - Creating Virtual Machine
In this video, you will learn how to create a virtual machine on the Oracle VirtualBox.
Curated Video
Building Microservices API in Go - Refresh Token: Introduction
In this video, we will introduce the concept of refresh tokens. We will discuss their purpose and benefits in modern authentication and authorization workflows.
<
br/>
This clip is from the chapter "Advanced Topics" of the series...
<
br/>
This clip is from the chapter "Advanced Topics" of the series...