Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Introduction to Pragma Solidity (Compiling Versions)
This video provides an introduction to Pragma Solidity (compiling versions). This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" of the series "The Complete Solidity Course - Zero to Advanced for...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Reconfigure a Solidity Smart Contract
In this video, we will discuss the solution to the exercise on reconfiguring a Solidity smart contract from the previous video. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" of the series "The...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Reconfigure a Solidity Smart Contract
This is an exercise video on reconfiguring a Solidity smart contract. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" 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 - Compile and Deploy Your First Smart Contract
In this video, you will learn how to compile and deploy your first smart contract using Remix Ethereum IDE. This clip is from the chapter "Introduction to Solidity (For the Complete Beginner)" of the series "The Complete Solidity Course...
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
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Why Comments Are Important
This video explores and helps you understand why comments are important in Solidity. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The Complete Solidity Course - Zero to Advanced for...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Comments in Solidity
This video helps you understand comments in Solidity. In Solidity, comments are used to document the code and provide information about the code. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Code Along with Me Throughout This Course
This video will guide you on how to code along with me throughout this course, ensuring you have a smooth and enjoyable learning experience. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Remix Ethereum - IDE Basics (How to Use an IDE)
In this video, you will learn the basics of using an IDE, specifically Remix Ethereum, for Solidity development including creating a new file. This clip is from the chapter "First Steps - How to Succeed in This Course" of the series "The...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Is an IDE - Remix Ethereum
In this video, you will learn about the integrated development environment (IDE) called Remix Ethereum, including its features and how to use it for Solidity programming and smart contract development. This clip is from the chapter...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Containerization with Docker
This video explains containerization, which is a way of packaging the code up complete with libraries, files, and dependencies in an environment that is predictable and portable. Docker is a suite of technologies that accomplishes this....
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - CI/CD
This video explains continuous integration and continuous delivery in DevOps. This clip is from the chapter "DevOps" of the series "Web Development Concepts for Everyone".This video explains DevOps and cloud orchestration with Kubernetes.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to DevOps
This video introduces you to DevOps, which is a set of practices that combines software development and IT operations. It aims to shorten the system's development lifecycle and provide continuous delivery of high software quality. This...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Cloud Hosting with Heroku
This video explains Heroku, which is a cloud platform that enables developers to build, run, and operate applications entirely on cloud. This clip is from the chapter "Cloud Platforms" of the series "Web Development Concepts for...
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 - ORMs
This video explains ORM or Object Relational Mappers, which is a library that allows you to programmatically change data in a database using the programming language rather than the query language. This clip is from the chapter "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Build Automation Tools
This video explains how to build automation tools, which are supporting tools that can execute a number of different tasks for developers creating an application. This clip is from the chapter "Web Developer Tools" of the series "Web...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Package Managers
This video explains package managers, which are often language- or framework-specific tools that manage the retrieval and organization of supporting code needed by developers that are created by other developers. This clip is from the...
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 - 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 - Microframework Modules
This video explains microframework modules and packages as they tend to be as small as possible by design. Packages are common solutions that are bundled up and made available to other developers. This clip is from the chapter "Back-End...
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Microframeworks with JavaScript, Node, and Express.js
This video explains microframeworks with JavaScript, Node, and Express.js. This clip is from the chapter "Back-End Web Frameworks" of the series "Web Development Concepts for Everyone".This video explains various 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...