Skip to content

Commit 70ace39

Browse files
committed
Added new resources
1 parent df10d7b commit 70ace39

File tree

1 file changed

+7
-21
lines changed
  • resources/Programming Languages

1 file changed

+7
-21
lines changed

resources/Programming Languages/Java.md

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,41 @@
55
- **Type**: [Link]
66
- **Title**: Java Programming and Software Engineering Fundamentals by Duke University
77
- **Link**: [https://www.coursera.org/specializations/java-programming](https://www.coursera.org/specializations/java-programming)
8-
- **Description**: A beginner-friendly specialization covering Java programming, data structures, and software engineering fundamentals.<br>
8+
- **Description**: A beginner-friendly specialization covering Java programming, data structures, and software engineering fundamentals.
99

10-
- **Type**: [Link]
11-
- **Title**: Java Programming for Complete Beginners by Udemy
12-
- **Link**: [https://www.udemy.com/course/java-programming-tutorial-for-beginners/](https://www.udemy.com/course/java-programming-tutorial-for-beginners/)
13-
- **Description**: A comprehensive course designed for complete beginners, covering Java basics, object-oriented programming, and problem-solving.
1410

1511
## Books
1612

1713
- **Type**: [Book]
1814
- **Title**: "Effective Java" by Joshua Bloch
1915
- **Link**: [https://www.amazon.com/Effective-Java-Joshua-Bloch/dp/0134685997](https://www.amazon.com/Effective-Java-Joshua-Bloch/dp/0134685997)
20-
- **Description**: A highly recommended book for intermediate and advanced Java developers, focusing on best practices and design patterns.<br>
16+
- **Description**: A highly recommended book for intermediate and advanced Java developers, focusing on best practices and design patterns.
17+
2118

22-
- **Type**: [Book]
23-
- **Title**: "Head First Java" by Kathy Sierra and Bert Bates
24-
- **Link**: [https://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208](https://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208)
25-
- **Description**: A fun and engaging book for beginners, making it easy to understand core Java concepts.
2619

2720
## Tutorials and Guides
2821

2922
- **Type**: [Link]
3023
- **Title**: Java Programming Tutorials by GeeksforGeeks
3124
- **Link**: [https://www.geeksforgeeks.org/java/](https://www.geeksforgeeks.org/java/)
32-
- **Description**: A collection of tutorials covering Java basics, advanced topics, and practical implementations.<br>
25+
- **Description**: A collection of tutorials covering Java basics, advanced topics, and practical implementations.
3326

34-
- **Type**: [Link]
35-
- **Title**: Java Tutorials by W3Schools
36-
- **Link**: [https://www.w3schools.com/java/](https://www.w3schools.com/java/)
37-
- **Description**: Easy-to-follow tutorials for learning Java, complete with examples and exercises.
3827

3928
## Libraries and Frameworks
4029

4130
- **Type**: [Link]
4231
- **Title**: Spring Framework
4332
- **Link**: [https://spring.io/](https://spring.io/)
44-
- **Description**: A popular Java framework for building enterprise-level applications, offering support for dependency injection, web development, and more.<br>
33+
- **Description**: A popular Java framework for building enterprise-level applications, offering support for dependency injection, web development, and more.
34+
4535

46-
- **Type**: [Link]
47-
- **Title**: Apache Maven
48-
- **Link**: [https://maven.apache.org/](https://maven.apache.org/)
49-
- **Description**: A build automation and dependency management tool widely used in Java projects.
5036

5137
## Practice and Competitive Programming
5238

5339
- **Type**: [Link]
5440
- **Title**: HackerRank Java Challenges
5541
- **Link**: [https://www.hackerrank.com/domains/tutorials/10-days-of-java](https://www.hackerrank.com/domains/tutorials/10-days-of-java)
56-
- **Description**: A set of challenges designed to help you practice and master Java programming skills.<br>
42+
- **Description**: A set of challenges designed to help you practice and master Java programming skills.
5743

5844
- **Type**: [Link]
5945
- **Title**: LeetCode Java Problems

0 commit comments

Comments
 (0)