Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamcegielka/java-automation-tester-course

A personal repository for my Java learning journey, covering basics to advanced topics with exercises and projects.
https://github.com/adamcegielka/java-automation-tester-course

java

Last synced: about 4 hours ago
JSON representation

A personal repository for my Java learning journey, covering basics to advanced topics with exercises and projects.

Awesome Lists containing this project

README

        

[![Learn Java](https://img.shields.io/badge/Learn-Java-3A75B0.svg?logo=java)](https://dev.java/learn/)

# Learning the Java programming language
This is a personal project aimed at improving my skills in automated testing with Java. The project was created exclusively for learning Java purposes and to showcase my abilities.
## Project structure

```bash
/java-automation-tester-course
├── .github
│ └── workflows
│ └── main.yml
├── src
│ ├── LearningJavaForTester
│ │ ├── L01PrymitywneTypyDanych.java
│ │ └── README.md
│ ├── LearningJavaProgram
│ │ ├── L01TypesDataVariablesConst.java
│ │ └── README.md
│ ├── LearningJavaZajawka
│ │ ├── L04Operatory.java
│ │ ├── L05InstrukcjeSterujaceIfElse.java
│ │ ├── L06Switch.java
│ │ ├── L06SwitchMyCode.java
│ │ ├── L07Petle.java
│ │ ├── L09Palindrom.java
│ │ ├── L10Tablice.java
│ │ └── README.md
│ └── Main.java
├── tips
│ ├── conventional-commits.md
│ ├── git.md
│ └── shortcuts.md
├── .gitignore
├── java-automation-tester-course.iml
└── README.md
```

## Install
- [JDK](https://www.oracle.com/pl/java/technologies/downloads/)
- [Maven](https://maven.apache.org/download.cgi)
- [IntelliJ IDEA Community Edition](https://www.jetbrains.com/idea/download/?section=windows)

## Tutorials
- [Udemy: Kurs Java dla Testerów Oprogramowania](https://www.udemy.com/course/kurs-java-dla-testerow-oprogramowania)
- [Udemy: Java for Testers](https://www.udemy.com/course/java-for-testers-dmitry)
- [YouTube: Kurs Java - Programowanie](https://www.youtube.com/watch?v=T3Pla6wZd4E&list=PL6aekdNhY7DCM1wGLQCE9eP3kPzu-P7E7&index=3)
- [YouTube: Zajavka.pl: Java w Pigułce](https://www.youtube.com/watch?v=OXu1wlo0OZk&list=PLcr3jxpNXo4Gh_WCkEK992cxERXaQp-57)
- [YouTube: Kurs programowania Java](https://www.samouczekprogramisty.pl/kurs-programowania-java/)
- [YouTube: Java od podstaw 2024](https://www.youtube.com/watch?v=_mgat8Fw5SI&list=PLp9WLfHXxbccTjbdEqf79zE5eJ9n6aaPW)
- [Udemy: Testy jednostkowe - JUnit 5, Mockito 2, TDD](https://www.udemy.com/course/testy-jednostkowe)
- [w3schools](https://my-learning.w3schools.com/tutorial/java)
- [codewars](https://www.codewars.com/users/AdamCegielka)