📄️ Introduction to Programming
Welcome to your first programming lesson! In this course, you'll learn what programming is and why it's a valuable skill.
📄️ Setting Up Your Development Environment
Before we start coding, we need to set up the tools you'll use as a Java developer.
📄️ Your First Java Program
Now that your environment is set up, let's write and run your first Java program!
📄️ Variables
Learn how to store and work with data in your Java programs using variables.
📄️ Data Types
Learn about the different types of data you can store and work with in Java.
📄️ Operators
Learn how to perform calculations, comparisons, and logical operations in Java.
📄️ Conditions
Learn how to make decisions in your code using conditional statements.
📄️ Loops
Learn how to repeat actions in your code efficiently using loops.
📄️ Functions (Methods)
Learn how to organise your code into reusable blocks using functions (called methods in Java).
📄️ Maven Basics
Learn how to use Maven, the essential build automation and dependency management tool for Java projects.