https://github.com/altink7/java-academy

Java Übungen

https://github.com/altink7/java-academy

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Java Übungen

Basic Info
  • Host: GitHub
  • Owner: altink7
  • License: mit
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 1.07 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 6
Created over 2 years ago · Last pushed about 1 year ago

https://github.com/altink7/Java-Academy/blob/master/

# Java Academy

Welcome to the **Java Academy** repository, a comprehensive collection of Java code examples curated by [Altin Kelmendi](https://github.com/altink7). This repository serves as a resource for all Java enthusiasts, consolidating examples from various tutorials and covering a range of design patterns, coding practices, and fundamental Java concepts.

## Table of Contents

1. [Overview](#overview)
2. [Getting Started](#getting-started)
3. [Pattern Examples](#pattern-examples)
4. [Java Fundamentals](#java-fundamentals)
5. [Tutorials & Examples](#tutorials--examples)
6. [Contributing](#contributing)
7. [License](#license)

## Overview

The **Java Academy** repository is designed to help learners deepen their understanding of Java through practical examples. Each folder and file in this repository represents a specific topic or tutorial, helping developers of all levelsfrom beginners to advancedimprove their skills.

## Getting Started

To get started, clone the repository and explore each section:

```bash
git clone https://github.com/altink7/Java-Academy.git
```

### Prerequisites

- Java JDK (8 or above)
- IDE (Eclipse, IntelliJ IDEA, or your preferred Java IDE)

## Pattern Examples

Explore design patterns with real-world Java implementations, making it easier to understand their use cases and implementations. Patterns include:

- **Creational Patterns**: Singleton, Factory, Builder, etc.
- **Structural Patterns**: Adapter, Decorator, Proxy, etc.
- **Behavioral Patterns**: Observer, Strategy, Command, etc.

## Java Fundamentals

This section includes examples that cover the basics of Java, such as:

- Object-Oriented Programming
- Exception Handling
- Collections Framework
- Java Streams and Lambda Expressions

## Tutorials & Examples

Each tutorial is presented with step-by-step code examples, covering topics such as:

- Java Basics and Syntax
- Advanced Java Concepts
- Common Algorithms and Data Structures
- File I/O and Networking
- Multithreading and Concurrency

## Contributing

If youd like to contribute examples, feel free to open a pull request. Please ensure that any contributions are well-documented and follow consistent coding standards.

## License

This repository is licensed under the MIT License. See [LICENSE](LICENSE) for more details.

Owner

  • Name: Altin
  • Login: altink7
  • Kind: user
  • Location: Wien
  • Company: Altin itsolutions

Java, PHP, JavaScript, Flutter(Dart), Kotlin, Swift, PASCAL, ...

GitHub Events

Total
  • Watch event: 2
  • Push event: 17
Last Year
  • Watch event: 2
  • Push event: 17

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • altink7 (3)
Top Labels
Issue Labels
Pull Request Labels
enhancement (2)

Dependencies

pom.xml maven
  • junit:junit 3.8.1 test