Hi, what do you want to do?
Curated Video
Revolutionizing Agriculture in Kuwait: Year-Round Vegetable Production in Greenhouses
In Kuwait, a farm has revolutionized agriculture by using special greenhouses and hydroponic methods to grow vegetables all year round, despite extreme temperatures reaching 60°C. This innovative approach not only provides a more...
Curated Video
Market Research Tools
Dive into the world of market research tools and unlock valuable insights for your business! Discover the latest tools and technologies that simplify market research, empower decision-making, and help you gain a competitive edge. From...
Institute of Human Anatomy
The Scary Truth About Visceral Body Fat
In this video, Justin from the Institute of Human Anatomy discusses the differences between subcutaneous fat and visceral fat, how to measure them, and why visceral fat is so incredibly dangerous.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Remote Server Administration Using Linode GLISH
This guide will show you how to install and configure a VNC server that you can remotely connect to and run a desktop environment on CentOS 8.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Managing Permissions for IAM Users
This video will explain how to change or manage permissions for IAM users.
Curated Video
GCSE Physics - Hydroelectricity and Tidal Barrage #13
This video covers: - The difference between hydroelectric dams and tidal barrages - How they work and generate electricity - The pros and cons of each General info: - Suitable for all GCSE and IGCSE courses Exam board specific info: AQA...
Curated Video
GCSE Biology - Contraception #61
Contraceptives are methods people use to prevent pregnancy. In this video we explore the many hormonal and non-hormonal types and how they work. We also briefly cover how pregnancy starts.
Curated Video
GCSE Maths - What Are Simultaneous Equations #60
This video covers how to solve simultaneous equations. This is where you have two equations that both have 2 unknown variables, like the equations 2a + b = 5 and 3a + 2b = 9. The only way to solve these and find the missing variables (a...
Curated Video
GCSE Chemistry - What is Corrosion and How to Stop it #71
This video covers: - Why do things rust? What are the conditions for rusting? - Whats the chemical equation for rusting? - Corrosion experiment - How to prevent rusting by using the barrier method or sacrificial method - What is...
Curated Video
A Practical Approach to Timeseries Forecasting Using Python - Section Overview
This video provides an overview of the section. This clip is from the chapter "Machine Learning in Time Series Forecasting" of the series "A Practical Approach to Timeseries Forecasting Using Python".This section focuses on machine...
Curated Video
EXCEL DATA: Methods to identify and remove duplicates
Learn methods to identify and remove duplicates, keeping your data pristine.
Curated Video
Ancient Water: Permaculture in Egypt
Permaculture instructor Andrew Millison journeys to the Dakhla Oasis in the Western Desert of Egypt to consult on an ecovillage project that's under development. This video explores the permaculture site analysis process and how the mind...
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 - 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 - 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...