Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Final Exercise - Facebook Unfriend Functionality
This is a final exercise video where you will work on the Facebook Unfriend functionality.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Exercise - Fix a Bug for a Medical Company Data
This is an exercise video where you will fix a bug for a medical company data.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - The Length Method in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Are Arrays and Dimensions in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Modifying Arrays and Pop in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Course Overview
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Libraries in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Withdrawal Pattern in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Function Modifiers in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Comparison Operators
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Calculate the Modulo Remainder - Trick
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)"...
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 - 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 Python Application to App Engine - Part 2
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...
Curated Video
Vue.js 3 and Firebase for Beginners - RouterLink and RouterView
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...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Master Roles: How to Improve Product Owner Efficiency
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...
Curated Video
Professional Scrum Master 2 (PSM II) Certification - A Crash Course - Scrum Team Accountabilities
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...
Curated Video
Linux Crash Course for Beginners - 2023 - Finding System Information
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.
Curated Video
Linux Crash Course for Beginners - 2023 - File Display Commands
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.
Curated Video
Linux Crash Course for Beginners - 2023 - Getting Help
In this video, we will cover help commands such as man, whatis, -help.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 26 - Java Conditionals and If Statement – Puzzles
This video talks about Java conditionals and if statement – puzzles.
Curated Video
The Science of Clean: Understanding Surfactants in Our Daily Products
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Final Review of EJS Express Passport and Node Libraries
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...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Debugging Syntax from SQLite3 Database and EJS Formatting
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...