Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Improve Your Skills with This Course
In this video, you will learn some tips and tricks to improve your skills and get the most out of this course along with providing you with the review of the concepts learned till now. This clip is from the chapter "Learn Solidity -...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Arithmetic Operator
This is an exercise video on arithmetic operators. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Scope and State in Solidity
In this video, we will be discussing scope and state in Solidity, covering the difference between state variables and local variables, how scope affects the accessibility of variables and functions, and the importance of understanding...
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 - Solution - Instantiate Solidity
In this video, we will discuss the solution to the exercise on instantiating Solidity from the previous video. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" of the series "The Complete Solidity...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Copy and Paste Your First Smart Contract
In this video, you will learn how to copy and paste your first smart contract, which is an essential step in getting started with Solidity programming. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)"...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solidity for Beginners - Welcome to Your New Journey!
In this video, you will delve into Solidity for beginners and explore the fundamentals of this programming language. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" of the series "The Complete...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - AWS (Amazon Web Services)
This video explains AWS, which features a massive list of services for developers and cloud engineers to pick from. Each service is designed to take a portion of an application ecosystem. This clip is from the chapter "Cloud Platforms"...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database
This video explains Heroku with a database. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting with Heroku.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Cloud Platforms
This video explains the cloud platform, which is a suite of services made available by a provider. The most common service made available by cloud platforms is site and application hosting and, in recent years, has expanded to a wide...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Computer Hardware
This video explains the need to understand the basics of how our computer works. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for Everyone".This video explains cloud platforms and cloud hosting...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Console
This video explains a low-level command line interface included in operating systems that allows users to execute more discrete tasks than a regular computer. This clip is from the chapter "Web Developer Tools" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - IDEs
This video explains IDE or an integrated development environment, an application that facilitates software development for programmers. This clip is from the chapter "Web Developer Tools" of the series "Web Development Concepts for...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Code Editor - Visual Studio Code
This video explains Visual Studio Code, which is an example of a code editor. This clip is from the chapter "Web Developer Tools" of the series "Web Development Concepts for Everyone".This video explains various web developer tools.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Code Editors
This video explains code editor, which is an application used by programmers to develop applications. More than a simple text-editor, a code editor is optimized for programming languages rather than spoken languages. This clip is from...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of an In-Memory Database - Redis
This video explains Redis, an in-memory data structure store used as a distributed, in-memory key-value database, cache, and message broker with optional durability. This clip is from the chapter "Databases" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - In-Memory Databases
This video explains in-memory databases, which make the data extremely quick to access but the data is usually not persistent between sessions. This clip is from the chapter "Databases" of the series "Web Development Concepts for...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Example of a Document Database - MongoDB
This video explains MongoDB with an example of a document database. This clip is from the chapter "Databases" of the series "Web Development Concepts for Everyone".This section explains databases such as relation databases, and in-memory...
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. This clip is from the chapter "Databases" of the series "Web Development...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Relational Databases - SQL
This video explains SQL, a relational database where data is organized into rows and columns in a table. The entries in the table can have relationships to other tables and the developer can choose to structure ways to query or group...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Back-End Web Frameworks
This video explains back-end frameworks that give developers the tools to create applications that can receive requests over the Internet and turn those applications into servers. This clip is from the chapter "Back-End Web Frameworks"...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Authorization (AuthZ)
This video explains AuthZ. After the application determines who the user is, authorization determines WHAT the user is allowed to do in the application. This clip is from the chapter "Authentication and Authorization" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - REST APIs
This video explains REST API, which is a collection of six architectural constraints. In common language between developers, REST APIs point to a collection of HTTP methods that are resource-based. This clip is from the chapter "Client /...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - APIs
This video explains an Application Programming Interface, which is a declaration of how an application can communicate with another application, library, or framework. This clip is from the chapter "Client / Server Communications" of the...