Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Python | 170,595 | 2 days ago | 356 | other | Python | |||||
A curated list of awesome Python frameworks, libraries, software and resources | ||||||||||
Java Design Patterns | 82,265 | 6 days ago | 206 | other | Java | |||||
Design patterns implemented in Java | ||||||||||
Awesome Scalability | 45,310 | 11 days ago | 15 | mit | ||||||
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems | ||||||||||
Awesome Design Patterns | 28,816 | 3 months ago | 14 | |||||||
A curated list of software and architecture related design patterns. | ||||||||||
Go Patterns | 21,880 | a month ago | August 11, 2022 | 63 | apache-2.0 | Go | ||||
Curated list of Go design patterns, recipes and idioms | ||||||||||
Learning Oop In Php | 2,184 | 4 years ago | 7 | |||||||
A collection of resources to learn object-oriented programming and related concepts for PHP developers. | ||||||||||
Ios Learning Materials | 1,977 | 25 days ago | 1 | mit | Swift | |||||
📚 Curated list of articles, tutorials and repos that may help you dig a little bit deeper into iOS [and Apple Platforms]. | ||||||||||
Fucking Awesome Python | 1,824 | 4 months ago | 7 | mit | ||||||
awesome-python with :octocat: :star: and :fork_and_knife: | ||||||||||
Awesome Software Architecture | 1,738 | 16 days ago | 6 | cc0-1.0 | ||||||
A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles. | ||||||||||
Awesome Design Systems | 492 | 7 months ago | cc0-1.0 | |||||||
📒 A curated list of bookmarks, resources and articles about design systems focused on developers. |
Read in different language : zh, ko, fr, tr, ar, es, pt, id, ru, de, ja, vi, bn, np, it, da
Design patterns are the best, formalized practices a programmer can use to solve common problems when designing an application or system.
Design patterns can speed up the development process by providing tested, proven development paradigms.
Reusing design patterns help prevent subtle issues that cause major problems, and it also improves code readability for coders and architects who are familiar with the patterns.
This site showcases Java Design Patterns. The solutions have been developed by experienced programmers and architects from the open-source community. The patterns can be browsed by their high-level descriptions or by looking at their source code. The source code examples are well commented and can be thought of as programming tutorials on how to implement a specific pattern. We use the most popular battle-proven open-source Java technologies.
Before you dive into the material, you should be familiar with various Software Design Principles.
All designs should be as simple as possible. You should start with KISS, YAGNI, and Do The Simplest Thing That Could Possibly Work principles. Complexity and patterns should only be introduced when they are needed for practical extensibility.
Once you are familiar with these concepts you can start drilling down into the available design patterns by any of the following approaches
Performance
, Gang of Four
or Data access
.Creational
, Behavioral
, and others.Hopefully, you find the object-oriented solutions presented on this site useful in your architectures and have as much fun learning them as we had while developing them.
If you are willing to contribute to the project you will find the relevant information in our developer wiki. We will help you and answer your questions in the Gitter chatroom.
This project is licensed under the terms of the MIT license.