|
| 1 | +--- |
| 2 | +title: 2025 Java Workshop |
| 3 | +slug: 2025-java-workshop |
| 4 | +date: 2025-03-14 |
| 5 | +featured: false |
| 6 | +draft: false |
| 7 | +description: |
| 8 | + Placeholder description for imported post from Ghost Blog |
| 9 | +--- |
| 10 | + |
| 11 | +# 2025 Java Workshop |
| 12 | + |
| 13 | +## Introduction |
| 14 | + |
| 15 | +Welcome to the 2025 Java Workshop! This workshop is designed to help you learn the basics of Java programming. Whether you're new to programming or just looking to brush up on your skills, this workshop is for you. |
| 16 | + |
| 17 | +In this workshop you'll cover the following topics: |
| 18 | + |
| 19 | +* Java syntax |
| 20 | +* Variables and data types |
| 21 | +* Control flow (if statements, loops) |
| 22 | +* Basic Functions |
| 23 | + |
| 24 | +## Prerequisites |
| 25 | + |
| 26 | +Before you get started, make sure you have the following installed on your computer: |
| 27 | + |
| 28 | +* Docker Desktop (https://docs.docker.com/desktop/)[https://docs.docker.com/desktop/] |
| 29 | +* Git (https://git-scm.com/downloads)[https://git-scm.com/downloads] |
| 30 | +* VS Code (https://code.visualstudio.com/download)[https://code.visualstudio.com/download] |
| 31 | + |
| 32 | +## Getting Started |
| 33 | + |
| 34 | +To get started, download the workshop materials by cloning the repository: (this can also be done from inside vscode) |
| 35 | + |
| 36 | +=== "Command Line" |
| 37 | + |
| 38 | + 1. |
| 39 | + ```bash |
| 40 | + git clone https://github.com/ProgSoc/Java2025.git |
| 41 | + ``` |
| 42 | + 2. |
| 43 | + ```bash |
| 44 | + cd Java2025 |
| 45 | + ``` |
| 46 | + 3. |
| 47 | + ```bash |
| 48 | + code . |
| 49 | + ``` |
| 50 | + |
| 51 | +=== "VS Code" |
| 52 | + |
| 53 | + 1. Open VS Code |
| 54 | + 2. Press `Ctrl+Shift+P` to open the command palette |
| 55 | + 3. Type `Git: Clone` and press `Enter` |
| 56 | +  |
| 57 | + |
| 58 | + 4. Enter the repository URL: `ProgSoc/Java2025` |
| 59 | +  |
| 60 | + |
| 61 | + 5. Choose a location to save the repository |
| 62 | + 6. Open the repository in VS Code |
| 63 | +  |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +Once you've cloned the repository, and it's open in VS Code you should get a popup asking if you want to open the development container. Click `Reopen in Container` to get started. |
| 68 | + |
| 69 | + |
| 70 | + |
0 commit comments