iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
89.92k stars 26.59k forks source link

Accepting blog writings #341

Closed iluwatar closed 5 years ago

iluwatar commented 8 years ago

Java Design Patterns blog is accepting guest writings. The topic of the blog can be anything concerning design patterns.

For technical instructions how to write the blog entry see developer wiki.

Guest writers can also be suggested by commenting on this issue.

iluwatar commented 8 years ago

We would like to create a blog post for each pattern. In addition to publishing the post in our blog we are going to link it to the corresponding pattern page at java-design-patterns.com

iluwatar commented 8 years ago

The first pattern blog is live here: http://java-design-patterns.com/blog/build-maintainable-systems-with-hexagonal-architecture/

For an example how the blog was written see the pull request: https://github.com/iluwatar/java-design-patterns/pull/487

iluwatar commented 7 years ago

Another blog goes live, Queue-Based Load Leveling Pattern by @Amarnath510 :+1: The pull request can be found here https://github.com/iluwatar/java-design-patterns/pull/526.

iluwatar commented 7 years ago

Just published Controlling Access With Proxy Pattern.