Curated Video
Modern JavaScript from the Beginning - Second Edition - Type Conversion
In this video, we will cover type conversion in JavaScript, including implicit and explicit conversion, and how to convert between data types. This clip is from the chapter "Variables, Data Types, Methods, and More" of the series "Modern...
Curated Video
Concurrent and Parallel Programming in Python - Locking
This lecture will cover the locking process and things we need to vary when threading.
Curated Video
Project Finance and Excel - Build Financial Models from Scratch - Building the Operations Sheet
Now that we have finished with the construction phase, let's begin with the operations sheet. In this video, the author shows how to build the operations sheet from the construction sheet. This clip is from the chapter "Modeling the...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Final Solidity Operator Test
This is an exercise video on the final Solidity operator test. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and Visibility)" 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 - Operators in Solidity
In this video, you will learn about Operators in Solidity and how they can be used to perform mathematical and logical operations on variables. This clip is from the chapter "Learn Solidity - Basics II (Conditional Logic, Scope, and...
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
Learn Java from Scratch - A Beginner's Guide - Step 04 - Java Expression - an Introduction
This video talks about Java expressions.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Delete
In this video, you will learn about list and ArrayList—choosing iteration approach for printing and deleting.
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 03 - List Interface - Immutability and Introduction of Implementations – Array
In this video, we will explore the concept of immutability in the context of the List interface and discuss the array implementation as an introduction to different list implementations available in Java.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding Object Composition with Customer Address Example
In this video, we will understand object composition with a customer address example.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - OOP Exercise - Rectangle Class
In this video, you will learn an OOP exercise—rectangle class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 15 - First Look at ArrayList - Enhancing Student Class with Add and Remove
In this video, we will take a first look at ArrayList—enhancing student class with add and remove.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 00 - Introduction to Array and ArrayList - Section Introduction with a Challenge
In this video, you will learn about Array and ArrayList—a section introduction with a challenge.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 16 - Array and ArrayList – Conclusion
In this video, we will wrap up our discussion on arrays and ArrayLists by summarizing the key concepts and principles covered throughout the section.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Selecting Loop in Java - For Versus While Versus Do While
In this video, you will learn about selecting loop in Java—for versus while versus do while.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 10 - Java Character Data Type char - Representation and Conversion
In this video, you will learn about Java character data type char—representation and conversion.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - BigDecimal Puzzles - Adding Integers
In this video, you will learn about BigDecimal puzzles—adding integers.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Introduction to BigDecimal Java Class
In this video, we will see an introduction to the BigDecimal Java class.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 16 - Introduction to Object-Oriented Programming – Conclusion
In this video, you will learn about introduction to object-oriented programming—conclusion.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 20 - Java Assignment Operator
This video talks about Java assignment operator.
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
GCSE Maths Questions Foundation Tier
This video provides four practice GCSE Maths questions and answers for the foundation tier, non-calculator paper. We also explain how to get full marks for each question.
Curated Video
A Detailed Guide to the OWASP Top 10 - API Endpoints
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.