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

https://github.com/mehmettemizkan/learningjava

This repo contains demo programs written in Java.
https://github.com/mehmettemizkan/learningjava

java mehmettemizkan

Last synced: 10 months ago
JSON representation

This repo contains demo programs written in Java.

Awesome Lists containing this project

README

          

# Learning Java
This repo contains the applications that I applied what I learned in the '(2022) Java Software Developer Training Camp' training that Engin Demiroğ published on his youtube channel.

## Training content:
### Week 1
- JAVA Basics 1
- Variables, condition blocks, loops, arrays

### Week 2
- Introduction to object oriented programming (OOP)

### Week 3
- OOP - Sustainability with Class & Interface

### Week 4
- Spring Boot Introduction

### Week 5
- Spring Boot 2

### Week 6
- Spring Boot 3

### Week 7
- Spring Boot 4