Instructional Video3:34
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part II

Higher Ed
This video is a continuation of the previous one and will cover more advanced techniques for assigning variables to each other in JavaScript. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute...
Instructional Video1:02
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Declare a Variable in JavaScript and Log the Result

Higher Ed
This exercise video is on declaring a variable in JavaScript and logging the result. This clip is from the chapter "Introduction to Programming and JavaScript Basics for Absolute Beginners" of the series "JavaScript Mastery from Zero to...
Instructional Video3:50
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Logging Variables with the Console in JavaScript

Higher Ed
This video will show you how to log variables with the console in JavaScript, which is a useful tool for debugging your code and understanding how your variables are changing throughout your program’s execution. This clip is from the...
Instructional Video2:28
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Write Your Very First Variable in JavaScript

Higher Ed
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...
Instructional Video2:26
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Datatypes in Programming

Higher Ed
In this video, you will learn about data types in programming, which are used to define the type of data that a variable can hold, such as numbers, strings, and Boolean values. You will also discover the importance of understanding data...
Instructional Video3:37
Curated Video

Vue.js 3 and Firebase for Beginners - Options or Composition?

Higher Ed
In this video, we will look at the Options API and the Composition API in Vue 3. The Composition API provides a functional and reusable way of organizing your code, while the Options API provides a traditional object-oriented approach....
Instructional Video7:45
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Contracts Review in Solidity

Higher Ed
This video explores the concept of contract reviews in Solidity and how they can help improve the security and reliability of your smart contracts. This clip is from the chapter "Learn Advanced Solidity I (Inheritance and Abstractions)"...
Instructional Video9:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity I

Higher Ed
In this video, you will learn about global variables in Solidity, which are pre-defined variables that can be accessed from anywhere in the contract. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special...
Instructional Video9:15
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity

Higher Ed
In this video, you will learn about structs in Solidity, which are user-defined data types that allow you to group related data together. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video7:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Write Enums

Higher Ed
In this video, we will discuss the solution to the exercise on how to write Enums in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course -...
Instructional Video9:37
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Enums in Solidity

Higher Ed
In this video, you will learn about Enums in Solidity, which allows you to create a custom data type with a fixed set of possible values. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video4:48
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity

Higher Ed
In this video, you will learn about Operators in Solidity and how they can be used to perform mathematical and logical operations on variables. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
Instructional Video8:24
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Visibility - Public Private Internal External - in Solidity

Higher Ed
In this video, we will discuss visibility in Solidity and the different visibility modifiers, including public, private, internal, and external. We will go over how these modifiers can restrict access to variables and functions within a...
Instructional Video9:21
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Scope - Functions and Variables in Solidity

Higher Ed
In this video, you will learn about the scope in Solidity, including how functions and variables can have different scopes and how it affects their accessibility within a contract. This clip is from the chapter "Learn Solidity - Basics...
Instructional Video5:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Functions in Solidity

Higher Ed
This video will introduce you to the concept of functions in Solidity. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This...
Instructional Video3:43
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write Solidity Variables

Higher Ed
In this video, we will discuss the solution to the exercise on writing Solidity variables from the previous video. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced...
Instructional Video4:13
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write Solidity Variables

Higher Ed
This is an exercise video on how to write Solidity variables. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section...
Instructional Video10:03
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Writing Solidity Variables

Higher Ed
This video will teach you how to write Solidity variables and define their data types using keywords such as uint, bool, and string. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course -...
Instructional Video4:51
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Introduction to Booleans, Integers, and Strings

Higher Ed
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. This clip is from the chapter "Learn Solidity - Basics I" of the series "The...
Instructional Video5:18
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - General Introduction to Variables and Types

Higher Ed
In this video, we will provide a general introduction to variables and types in the Solidity programming language. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced...
Instructional Video4:51
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Introduction to Programming Types

Higher Ed
This video introduces you to different programming types such as numbers, strings, and Booleans. This clip is from the chapter "Programming Languages" of the series "Web Development Concepts for Everyone".In this section, you are going...
Instructional Video10:26
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine

Higher Ed
This is a lab video on deploying training code to App Engine. This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section focuses on...
Instructional Video5:16
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Persistent History Cluster

Higher Ed
In this video, you will learn about persistent history cluster in Google Cloud Dataproc, which allows you to store cluster metadata such as logs and job history on a persistent disk. This clip is from the chapter "Dataproc Serverless...
Instructional Video5:39
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Model Serving Code to App Engine

Higher Ed
This is a lab video on deploying model serving code to App Engine. This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section focuses...