Instructional Video10:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arrays in Solidity – Pop, Push, and Length Methods

Higher Ed
In this video, you will learn about arrays in Solidity and the pop, push, and length methods associated with them. We will cover the basics of declaring and initializing arrays, as well as how to add and remove elements from them using...
Instructional Video2:53
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - GitHub Visualization and Wrap-Up

Higher Ed
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...
Instructional Video10:01
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - GitHub

Higher Ed
This video explains GitHub, which is a popular Git cloud platform used by individual developers and companies.
<
br/>
This clip is from the chapter "Version Control" of the series "Web Development Concepts for Everyone".This video...
Instructional Video2:27
Curated Video

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

Higher Ed
This video provides an introduction to Cloud Build.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this...
Instructional Video2:21
Curated Video

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

Higher Ed
This video provides an introduction to Dockers.
<
br/>
This clip is from the chapter "Cloud Run - Serverless and Containerized Applications" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section,...
Instructional Video8:15
Curated Video

Vue.js 3 and Firebase for Beginners - Creating Orders

Higher Ed
This video explains the code to create a new order, which follows a similar pattern to creating a new pizza.
<
br/>
This clip is from the chapter "Firebase Setup and Firestore" of the series "Vue.js 3 and Firebase for...
Instructional Video3:35
Curated Video

Vue.js 3 and Firebase for Beginners - Computed Properties

Higher Ed
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...
Instructional Video7:17
Curated Video

Confronting Cellulite and Stretch Marks: Scientific Advances and Treatments

6th - Higher Ed
Discover the latest scientific innovations aimed at combating common skin concerns: cellulite and stretch marks. This video explains why these skin conditions predominantly affect women and introduces cutting-edge treatments like...
Instructional Video3:24
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Project: ATM Simulation Part 5 - GitHub Integration

Higher Ed
We will check and execute our ATM simulation program and learn to upload the program on GitHub.
Instructional Video3:36
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Complete File Structure Review of the OpenAI ChatGPT

Higher Ed
In this video, we will do a complete file structure review of the OpenAI ChatGPT project and discuss the purpose of each file and directory.
Instructional Video14:03
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Following

Higher Ed
In this video, you will learn how to implement the "Follow" feature in our Twitter Clone app by creating the necessary API endpoints and integrating them into our frontend.
Instructional Video14:10
Curated Video

The Art of Doing - Web Development for Beginners - JavaScript Data Types

Higher Ed
In this video, we will dive into different data types in JavaScript, including strings, numbers, Booleans, objects, and undefined. You will learn how to work with these data types and understand their properties and methods.
<
br/>...
Instructional Video7:48
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - IV

Higher Ed
In this video, we will see how only a particular slide should be displayed in the output, which is recently added or modified.
<
br/>
This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This...
Instructional Video7:22
Curated Video

Learning GitHub Actions for DevOps CI/CD - Deploying Dockers with GitHub Actions

Higher Ed
Learn how to deploy Docker containers using GitHub Actions in this video tutorial.
<
br/>
This clip is from the chapter "Building, Pushing, and Deploying Docker Containers" of the series "Learning GitHub Actions for DevOps...
Instructional Video7:15
Curated Video

Learning GitHub Actions for DevOps CI/CD - Developing GitHub Actions Workflow for Infra Deployment – Part 2

Higher Ed
This is the second of the two-part video where you will update/enhance the code file, then push it to the repository and test it right away.
<
br/>
This clip is from the chapter "GitHub Actions for Infrastructure Deployment" of the...
Instructional Video3:36
Curated Video

Learning GitHub Actions for DevOps CI/CD - GitHub_Artifacts

Higher Ed
This video explains in-depth about GitHub_Artifacts.
<
br/>
This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on exploring the...
Instructional Video3:57
Curated Video

Learning GitHub Actions for DevOps CI/CD - Default GitHub Variables

Higher Ed
This video explains the default GitHub variables and its use cases.
<
br/>
This clip is from the chapter "GitHub Actions: Exploring the Features" of the series "Learning GitHub Actions for DevOps CI/CD".This section focuses on...
Instructional Video9:47
Curated Video

Learning GitHub Actions for DevOps CI/CD - Environment Variables

Higher Ed
This video explains environment variables in detail. Here, you will look at different ways of creating variables and using their values inside our workflows.
<
br/>
This clip is from the chapter "GitHub Actions: Exploring the...
Instructional Video9:25
Curated Video

Learning GitHub Actions for DevOps CI/CD - Running the Workflow and Reading the Logs

Higher Ed
This video helps you with running the workflow and reading the logs.
<
br/>
This clip is from the chapter "Introduction to the GitHub Action Workflows" of the series "Learning GitHub Actions for DevOps CI/CD".This section provides...
Instructional Video4:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Assignment Deployment

Higher Ed
In this video, you will learn to create basket icons, implement them individually, and test them for functionality.
Instructional Video10:05
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Development Branch on Git and GitHub

Higher Ed
Here, you will learn how to develop and deploy the project branch on Git and GitHub.
Instructional Video5:55
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Deployment

Higher Ed
In this video, you will learn how to deploy our project on an online server. The first method involves pushing our project from the local system to a GitHub repository to Netlify or any other server we choose. The second way is to push...
Instructional Video6:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258

Higher Ed
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.