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.
- Host: GitHub
- URL: https://github.com/mehmettemizkan/learningjava
- Owner: mehmettemizkan
- License: mit
- Created: 2022-09-26T18:15:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T09:52:35.000Z (over 2 years ago)
- Last Synced: 2024-02-05T11:22:06.611Z (over 2 years ago)
- Topics: java, mehmettemizkan
- Language: Java
- Homepage:
- Size: 141 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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