Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on examples of Abstraction and Abstract class in Java
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....
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Understanding abstract class and Abstraction in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Integrate Book Client with Controller and Service Layer
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Getting all information of a file like file size, etc.
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with Threads in Java
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....
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Hands-on with ArrayList methods
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,...
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
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Concept of Final in Java
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Polymorphism, Method Overloading, Debugging
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - OOPS Concept Analogy
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...
Curated Video
Java for Beginners with Hands-On Program and Capstone Project - Naming Convention Part-1
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...
Curated Video
Microsoft Excel 2021365 - Beginner to Advanced - Joining Data Using CONCAT
In this video, you will learn how to join data using CONCAT.
Curated Video
Microsoft Excel 2021365 - Beginner to Advanced - Splitting or Combining Cell Data Using Flash Fill
In this video, you will learn how to split or combine cell data using Flash Fill.
Curated Video
A Shop-Built CNC Micro Mill
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.
The Business Professor
Investor Presentation - Capital and Valuation
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.
The Business Professor
Income-Based Methods of Business Valuation
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.
The Business Professor
How to Calculate Capitalization_
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...
The Business Professor
Understanding the Leading Function of Management
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...
The Business Professor
Marketing Controls
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...
Curated Video
How Are Computer Games ‘Cracked’?
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...
Curated Video
Ranking Machine Learning Methods | Machine Learning Tier List
Today, we'll be ranking machine learning methods based on the extremely subjective metric of how much I use them in my research.
Curated Video
How I Read and Organize Academic (Machine Learning) Papers
How I Read and Organize Academic (Machine Learning) Papers
Curated Video
Determining the Best Method
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.