philippabele / java-masterclass

0 stars 0 forks source link

Update Readme #69

Open philippabele opened 1 year ago

philippabele commented 1 year ago

This README about this Java Masterclass Project gives you an overview of the project, instructions for setting up and using the project, and any other relevant information.

Overview

This project contains solutions to the coding challenges of Tim Buchalka's Java Masterclass on Udemy. This course is ideal for beginners and experienced programmers who want to learn or refresh their fundamental Java knowledge, which was recently updated to Java 17. It covers the following Java topics:

Installation

Feel free to support your own java journey with the solutions of this project. This project provides a dockerfile which contains a ready to use java environment. Just run the dockerfile and connect to the running container with VS Code.

Usage

The solutions are organized within packages and classes in the src folder of this project. The coding challenges are described within the classes itself or in markdown files named task.md within the packages.

Contributing

to contribute to the project, in order to report bugs or request additional solutions of coding challenges, feel free to open issues. if you would like to contribe with bug fixes or your own solution to challenges open a pull request and we will review your changes.