Instructional Video4:57
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final Exercise - Facebook Unfriend Functionality

Higher Ed
This is a final exercise video where you will work on the Facebook Unfriend functionality.
Instructional Video1:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Fix a Bug for a Medical Company Data

Higher Ed
This is an exercise video where you will fix a bug for a medical company data.
Instructional Video3:29
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Length Method in JavaScript

Higher Ed
In this video, you will learn about the length method in JavaScript, which is used to find the number of elements in an array. The video will cover the basics of arrays, how the length method works, and how it can be used to manipulate...
Instructional Video5:12
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Arrays and Dimensions in JavaScript

Higher Ed
In this video, you will learn about arrays and dimensions in JavaScript. You will see how to declare and initialize arrays using literals, variables, and objects, and how to access and modify their elements using index notation and array...
Instructional Video2:54
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Arrays and Pop in JavaScript

Higher Ed
In this video tutorial, you will learn how to modify arrays using the .pop() method in JavaScript. The .pop() method removes the last element of an array and returns that element, thereby modifying the original array. You will see how to...
Instructional Video2:39
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Course Overview

Higher Ed
This video provides an overview of the course. This clip is from the chapter "Introduction and Course Setup" of the series "JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews".This section provides an introduction to...
Instructional Video12:42
Curated Video

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

Higher Ed
In this video, you will learn about libraries in Solidity, which are a way to reuse code and can be deployed as separate contracts or included in the main contract bytecode. This clip is from the chapter "Learn Advanced Solidity II" of...
Instructional Video8:34
Curated Video

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

Higher Ed
In this video, you will learn about the withdrawal pattern in Solidity. We will understand the need for the withdrawal pattern in smart contract development, how it can prevent potential vulnerabilities, and how to implement it in a...
Instructional Video7:24
Curated Video

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

Higher Ed
In this video, you will learn about function modifiers in Solidity. Function modifiers are special functions that can be used to modify the behavior of functions in Solidity. This clip is from the chapter "Learn Functions in Solidity" of...
Instructional Video2:03
Curated Video

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

Higher Ed
In this video, we will discuss the solution to the exercise on comparison operators from the previous video. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" of the series "The...
Instructional Video8:07
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Calculate the Modulo Remainder - Trick

Higher Ed
In this video, we will explore a neat trick for calculating the modulo remainder of two numbers in Solidity using bitwise operations. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)"...
Instructional Video1:36
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solidity for Beginners - Welcome to Your New Journey!

Higher Ed
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...
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:24
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Deploy Python Application to App Engine - Part 2

Higher Ed
This video is the second part of a two-part tutorial on deploying a Python application to Google App Engine. This clip is from the chapter "Google App Engine - For Serverless Applications" of the series "Data Science Model Deployments...
Instructional Video6:16
Curated Video

Vue.js 3 and Firebase for Beginners - RouterLink and RouterView

Higher Ed
This video explains RouterLink and RouterView. The router-view component is where the Vue Router will put the content that matches the current URL and the RouterLink component is for enabling user navigation in a router-enabled app. This...
Instructional Video3:35
Curated Video

Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Master Roles: How to Improve Product Owner Efficiency

Higher Ed
In this video, you will learn to build multi-stage Docker images and create optimized Docker images using multiple stages. We will understand how to leverage the benefits of multi-stage builds, such as reducing image size and enhancing...
Instructional Video3:07
Curated Video

Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Team Accountabilities

Higher Ed
This video will give us an in-depth overview of ChatGPT, what ChatGPT is, how it works, and its key features and capabilities. We will gain a clear understanding of the underlying technology behind ChatGPT, setting the stage for your...
Instructional Video4:40
Curated Video

Linux Crash Course for Beginners - 2023 - Finding System Information

Higher Ed
In this video, you will learn the commands that can be used to find the system information, such as umami, cat /etc/redhat-release, cat /etc/*rel*, dmid.
Instructional Video8:20
Curated Video

Linux Crash Course for Beginners - 2023 - File Display Commands

Higher Ed
In this video, you will learn all the commands that can be used to display file content such as cat, less, more, head, tail, vi.
Instructional Video5:02
Curated Video

Linux Crash Course for Beginners - 2023 - Getting Help

Higher Ed
In this video, we will cover help commands such as man, whatis, -help.
Instructional Video6:38
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 26 - Java Conditionals and If Statement – Puzzles

Higher Ed
This video talks about Java conditionals and if statement – puzzles.
Instructional Video6:44
Curated Video

The Science of Clean: Understanding Surfactants in Our Daily Products

6th - Higher Ed
Explore the chemistry behind everyday cleaning products like shampoos and dishwashing liquids. Discover how surfactants interact with oil and water to remove dirt and why foam, though not cleaning-effective, plays a crucial role in our...
Instructional Video13:13
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Final Review of EJS Express Passport and Node Libraries

Higher Ed
This video helps you with the final review of EJS Express Passport and node libraries. This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework...
Instructional Video9:34
Curated Video

Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Debugging Syntax from SQLite3 Database and EJS Formatting

Higher Ed
This video demonstrates debugging syntax from SQLite3 database and EJS formatting. This clip is from the chapter "Templating Engines and Routing to Build Out a Todo Exercise Application App" of the series "Express Framework Fundamentals...