Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Java ressorces #1446

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ Instructions :
| 356 | **Manoj Sadanala** | India | Electrical And Communication Engineering Student | [Github](https://github.com/DarkHunter1749) - [LinkedIn](https://www.linkedin.com/in/manoj-parasuram-sadhanala-29042004/) |
| 357 | **Lindsay Shelton** | USA | Application Programmer | [Github](https://github.com/lsheltonSTO) - [LinkedIn](https://www.linkedin.com/in/lindsaytshelton/) |
| 358 | **Aleksander Gomez** | USA | Computer Science Student | [Github](https://github.com/CoffeeTulip) - [LinkedIn](https://www.linkedin.com/in/aleksander-gomez-981aaa249/) |
| 359 | **Mohamed Anwar Essafar** | Morocco | Computer Science Student | [Github](https://github.com/essafar) - [LinkedIn](https://www.linkedin.com/in/mohamed-anwar-es-safar-360610247/) |



Expand Down
23 changes: 23 additions & 0 deletions Java/java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# A to Z Resources for Students ![Java Logo](https://1000logos.net/wp-content/uploads/2020/09/Java-Logo.png)

## Index
1. [Java](#1-java)
2. [Spring boot](#2-spring-boot)
3. [Projects](#3-projects)

## 1. Java
+ [Java Roadmap](https://roadmap.sh/java)
+ [Object Oriented Programming](https://medium.com/@Adekola_Olawale/beginners-guide-to-object-oriented-programming-a94601ea2fbd)
+ [Java in 100 seconds (Fireship)](https://www.youtube.com/watch?v=l9AzO1FMgM8&pp=ygUEamF2YQ%3D%3D)
+ [Java Course (Mosh)](https://www.youtube.com/watch?v=eIrMbAQSU34&t=26s&pp=ygUEamF2YQ%3D%3D)
+ [Learn Java (Codecademy)](https://www.codecademy.com/learn/learn-java)
+ [Java Doc API](https://docs.oracle.com/javase/8/docs/api/)

## 2. Spring boot
+ [Spring Boot 2023 Crash Course](https://www.youtube.com/watch?v=UgX5lgv4uVM&t=9s&pp=ygUcc3ByaW5nIGJvb3QgcHJvamVjdCBkYW4gdmVnYQ%3D%3D)
+ [Spring Data JPA](https://www.youtube.com/watch?v=8SGI_XS5OPw&pp=ygUPc3ByaW5nIGJvb3QganBh)
+ [Spring Boot Tutorial](https://www.youtube.com/watch?v=b9O9NI-RJ3o&t=1754s&pp=ygUUc3ByaW5nIGJvb3Qgc2VjdXJpdHk%3D)

## 3. Projects
+ [Java Tutorials and Mini Projects (Bro Code)](https://www.youtube.com/playlist?list=PLZPZq0r_RZOMhCAyywfnYLlrjiVOkdAI1)
+ [Building an Application with Spring Boot](https://spring.io/guides/gs/spring-boot/)