Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Assigning Variables to Each Other in JavaScript - Part II
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Declare a Variable in JavaScript and Log the Result
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Logging Variables with the Console in JavaScript
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...
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
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Datatypes in Programming
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...
Curated Video
Vue.js 3 and Firebase for Beginners - Options or Composition?
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....
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What are Contracts Review in Solidity
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)"...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity I
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Structs in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Write Enums
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 -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Enums in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Operators in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Visibility - Public Private Internal External - in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Scope - Functions and Variables in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Functions in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write Solidity Variables
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Write Solidity Variables
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Writing Solidity Variables
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 -...
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. This clip is from the chapter "Learn Solidity - Basics I" of the series "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. This clip is from the chapter "Learn Solidity - Basics I" of the series "The Complete Solidity Course - Zero to Advanced...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Programming Types
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Training Code to App Engine
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Persistent History Cluster
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...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Model Serving Code to App Engine
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...