Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Example 2 - What Is Splice in JavaScript
In this video, you will see a second example of the splice method in JavaScript. By the end of this video, you will have a clear understanding of how to use the splice method to manipulate arrays in JavaScript. This clip is from the...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Compact Array
In this video, we will discuss the solution to the exercise on a compact array from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Compact Array
This is an exercise video on a compact array. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this section, we...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Arrays in Solidity – Pop, Push, and Length Methods
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...
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 - Frontend
This video explains the frontend, which is everything we can see on the webpage, which is a combination of layout and the style of all the elements on the screen. The This clip is from the chapter "The Basics of Full-Stack Web...
Curated Video
Vue.js 3 and Firebase for Beginners - Admin: Add New Pizza Form
In this video, we will look at the admin view, which is going to be split up into multiple areas, which we will then organize into different components. The first area we are going to cover is adding a new pizza component to the admin...
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
Learn Java from Scratch - A Beginner's Guide - Step 08 - Exploring New Java API - List Set and Map - copyOf Methods
Let's look at some newly introduced APIs.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists
In this video, you will learn about the list interface and methods to add, remove, and change elements and lists.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - List Interface Implementations - ArrayList Versus LinkedList
In this video, you will learn about list interface implementations—ArrayList versus LinkedList.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - List Interface - Introduction - Position Is King
In this video, you will learn about the list interface and its introduction. The concept of "position is king" will be emphasized throughout the discussion.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Java Collections - Section Overview with Need for Collections
In this video, you will learn about Java collections with a section overview with the need for collections.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - First Look at ArrayList - an Introduction
In this video, we will take a first look at ArrayList.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 12 - Adding and Removing Marks - Problem with Arrays
In this video, you will learn about adding and removing marks—problem with arrays.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Arrays - Compare, Sort, and Fill
In this video, you will learn about Java arrays—compare, sort, and fill.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 02 - Java Arrays - Creating and Accessing Values – Introduction
In this video, you will learn about Java arrays—creating and accessing values.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 01 - Understanding the Need and Basics about an Array
In this video, we will understand the need and basics about an array.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Collections
Let's understand about Java collections framework designed to support numerous collections hierarchically.
Curated Video
Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Arrays
In this video, we will learn about Java arrays, which store multiple values in a single variable instead of creating separate variables for each value.
Curated Video
Deep Learning - Crash Course 2023 - Implementing Multi-Class Classification Using Keras
In this video, you will learn how to implement the multi-class classification model using Keras. This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how...
Curated Video
Deep Learning - Crash Course 2023 - NumPy Part 2
In this video, you will learn what is broadcasting in NumPy. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on...
Curated Video
Deep Learning - Crash Course 2023 - NumPy Part 1
In this video, you will learn about arrays in NumPy. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on different...
Curated Video
Microsoft Project 2021 From Beginners to Advanced - Create and Customize Reports - Part 3
In the previous two videos, we have seen how to customize a project overview report using themes, colors, fonts, and effects. Here, we will concentrate on creating or building a new report from scratch and look at some of the elements we...