Design Patterns
Modern Java - A Guide to Java 8
| Design Patterns | Modern Java - A Guide to Java 8 | |
|---|---|---|
| 50 | 3 | |
| 94,119 | 16,750 | |
| 0.2% | -0.2% | |
| 8.7 | 2.7 | |
| about 9 hours ago | almost 3 years ago | |
| Java | Java | |
| GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Design Patterns
- Patterns.dev
- Byte Buddy is a code generation and manipulation library for Java
-
Learning Design Patterns in Programming
Java Design Patterns GitHub Repo
-
🌟 Unlock Your Developer Potential: Top 5 Must-Explore GitHub Repositories 🚀
design-patterns
-
Top 10 GitHub Repositories for Python and Java Developers
2. Java Design Patterns This repository showcases a collection of design patterns implemented in Java, making it a useful resource for learning how to apply design patterns in your projects. https://github.com/iluwatar/java-design-patterns
-
I have been following the mooc java-1 from few days and i am on part-3 i want to ask some questions
After that, more practice, and then Design Patterns (as in the famous book of the "Gang of Four": "Design Patterns: Elements of Reusable Object Oriented Software"). Here I'd recommend "Head First: Design Patterns" and Java Design Patterns as well as Refactoring Guru (the sites are more reference than course).
-
I made java roadmap website! Any feedbacks welcome!
For Design Patterns - any resource recommendation that misses Java Design Patterns and Refactoring Guru (also for Refactoring) as well as *Head First: Design Patterns, has failed.
-
How do you structure code?
A massive list of design patterns and how they could be implemented (in Java) can be found here.
-
Resources to learn how to create a 2D game engine with CPU rendering.
https://java-design-patterns.com/ has example code for things like object pools that can help with memory management.
-
What are some book recommendations that don't require a specific language.
Sidenote: I would not really use the GoF Design Patterns book anymore. Too dry. I would use "Head First: Design Patterns" - much more modern, much easier to read, or Refactoring Guru or Java Design Patterns (uses Java, but again, only for illustrations).
Modern Java - A Guide to Java 8
-
Top 10 GitHub Repositories for Python and Java Developers
**5. Modern Java - A Guide to Java 8 ** This tutorial covers all the new features of Java 8 with simple code samples, making it a helpful resource for learning and using Java 8. https://github.com/winterbe/java8-tutorial
-
Java 20 / JDK 20: General Availability
Here are some resources I've found helpful and have read or are on my backlog to catch up with these developments:
- https://github.com/wesleyegberto/java-new-features (terse, includes links to JEPs, good jumping off point)
- https://github.com/winterbe/java8-tutorial (quick tour through features of Java 8)
- https://winterbe.com/posts/2018/09/24/java-11-tutorial/ (same for Java 11)
Books:
- Java 8 in Action / Modern Java in Action (Raoul-Gabriel Urma, Alan Mycroft, Mario Fusco; 2014 and 2018 respectively)
- The Well-Grounded Java Developer (Martijn Verburg, Benjamin Evans, Jason Clark; 2022) - not specifically focused on new features but does cover them in the context of going deeper into Java and the JVM.
-
Coming from .net to java
Otherwise, learning Maven has been really important. As for learning the language, I liked Winterbe's guides. Here's one. https://github.com/winterbe/java8-tutorial
What are some alternatives?
FF4J - Feature Flags for Java made easy
Smooks - An extensible Java framework for building event-driven applications that break up XML and non-XML data into chunks for data integration
Togglz - Feature Flags for the Java platform
CQEngine - Ultra-fast SQL-like queries on Java collections
Joda-Money - Java library to represent monetary amounts.