Instructional Video3:13
Curated Video

High Five Facts - Ants

Pre-K - 5th
This video explores five fun facts about ants.
Instructional Video13:36
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on examples of Abstraction and Abstract class in Java

Higher Ed
In this video, we will apply our knowledge of abstraction and abstract classes in practical scenarios through hands-on examples to demonstrate how abstraction can be used to model real-world concepts and solve programming challenges....
Instructional Video3:50
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Understanding abstract class and Abstraction in Java

Higher Ed
In this video, we will learn about abstract classes, which provide a blueprint for derived classes but cannot be instantiated. We delve into the concept of abstraction, where we focus on the essential features of an entity and hide the...
Instructional Video13:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Integrate Book Client with Controller and Service Layer

Higher Ed
In this video, we will explore the integration of the book client with the controller and service layers in the Bookstore App. This video will demonstrate how to establish communication between the client and the controller/service...
Instructional Video1:50
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Getting all information of a file like file size, etc.

Higher Ed
In this video, we will discover how to retrieve information about a file, such as its size, permissions, and other metadata. This video will explain how to use Java's file-handling APIs to access and retrieve file information, allowing...
Instructional Video5:21
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java

Higher Ed
In this video, we will apply our knowledge of threads through hands-on exercises. We will understand how to create and manage threads, synchronize thread execution, and experience the benefits of multithreading in practical scenarios....
Instructional Video3:33
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with ArrayList methods

Higher Ed
This video will deepen our understanding of ArrayList methods and their usage in practical scenarios. We will work through coding exercises that involve using ArrayList methods to perform common operations, sorting, searching, iterating,...
Instructional Video8:34
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Final keyword in Java - Wrapper Class, String, StringBuilder, Access Modifie

Higher Ed
In this video, we will apply the final keyword in practical scenarios through hands-on exercises, creating and using final variables, classes, and methods effectively, ensuring data integrity and code reliability. This clip is from the...
Instructional Video4:57
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java

Higher Ed
In this video, we will understand the concept of the final keyword in Java and its various applications, how final can be used to create constants, mark classes or methods as immutable, and enforce restrictions on inheritance and method...
Instructional Video12:42
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Polymorphism, Method Overloading, Debugging

Higher Ed
In this video, we will dive deeper into polymorphism by exploring method overloading, which defines multiple methods with the same name but different parameters. We will learn debugging techniques to troubleshoot and fix issues related...
Instructional Video2:09
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - OOPS Concept Analogy

Higher Ed
In this video, we will understand OOP concepts by relating them to real-world analogies through practical examples and comparisons. We will also grasp the essence of concepts like encapsulation, inheritance, and polymorphism, making them...
Instructional Video5:53
Curated Video

Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-1

Higher Ed
In this video, we will discover the best practices for naming variables, methods, and classes in Java and the commonly followed naming conventions in the Java community, helping to write clean and understandable code. This clip is from...
Instructional Video7:32
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - Joining Data Using CONCAT

Higher Ed
In this video, you will learn how to join data using CONCAT.
Instructional Video5:03
Curated Video

Microsoft Excel 2021365 - Beginner to Advanced - Splitting or Combining Cell Data Using Flash Fill

Higher Ed
In this video, you will learn how to split or combine cell data using Flash Fill.
Instructional Video3:48
Curated Video

A Shop-Built CNC Micro Mill

Higher Ed
We built a 3-axis CNC micro milling machine for engraving, PCB machining and thin-material work, using spare parts. In this video, we show the machine in operation.
Instructional Video3:24
The Business Professor

Investor Presentation - Capital and Valuation

Higher Ed
How do you present the capital structure and valuation in an investor presentation? Capital structure is the particular combination of debt and equity used by a company to finance its overall operations and growth.
Instructional Video2:07
The Business Professor

Income-Based Methods of Business Valuation

Higher Ed
What are Income-based methods of business valuation? There are two income-based approaches that are primarily used when valuing a business, the Capitalization of Cash Flow Method and the Discounted Cash Flow Method.
Instructional Video4:12
The Business Professor

How to Calculate Capitalization_

Higher Ed
How do you calculate a business's capitalization? Market capitalization refers to how much a company is worth as determined by the stock market. It is defined as the total market value of all outstanding shares. To calculate a company's...
Instructional Video1:18
The Business Professor

Understanding the Leading Function of Management

Higher Ed
This video discusses the leading function of management within the POLC model, which stands for planning, organizing, leading, and controlling. They emphasize that leadership theory involves understanding individual motivations and what...
Instructional Video4:00
The Business Professor

Marketing Controls

Higher Ed
What are Marketing Controls? Marketing control involves setting a desired standard, measuring deviations from the standard and taking the appropriate action. In many cases the standard is expressed in terms of budgets and any substantial...
Instructional Video3:27
Curated Video

How Are Computer Games ‘Cracked’?

Pre-K - Higher Ed
Game cracking involves bypassing security checks implemented by gaming companies. Hackers use tools such as kernel-mode debuggers, disassemblers, and hex-editors, which allow manipulation of the game's code. In this video, we will...
Instructional Video12:51
Curated Video

Ranking Machine Learning Methods | Machine Learning Tier List

Higher Ed
Today, we'll be ranking machine learning methods based on the extremely subjective metric of how much I use them in my research.
Instructional Video7:20
Curated Video

How I Read and Organize Academic (Machine Learning) Papers

Higher Ed
How I Read and Organize Academic (Machine Learning) Papers
Instructional Video4:14
Curated Video

Determining the Best Method

K - Higher Ed
Quadratic equations can be solved using various methods: factoring, completing the square, the quadratic formula, or taking square roots. Sometimes one method is a better option than the others, because it’s a little easier to use.