java-design-patterns-vuepress-web
java-design-patterns-vuepress-web copied to clipboard
Next generation website for Java Design Patterns
``` public static void bubbleSort(int[] arr) { var lastIndex = arr.length - 1; for(var j = 0; j < lastIndex; j++) { for(var i = 0; i < lastIndex -...
Each pattern should have a link that points to the code in https://github.com/iluwatar/java-design-patterns repository
We need help with the Chinese translation of the website. - [x] translate navigation texts to Chinese (patterns, principles, snippets) in `config.js` - [x] translate the front page to Chinese...
https://java-design-patterns.com/patterns/model-view-viewmodel/#tutorials
when I reader the specific design pattern,I hope some can support the Feature. sorry,I am not familar with HTML,so I can't do this
At the moment, the pattern list page is a simple list of patterns. It would be nice to show all the categories and tags as well to make the browsing...
The Korean website is missing a couple of translations to make it complete. Acceptance criteria - Programming principles translated to Korean https://github.com/iluwatar/programming-principles/issues/9 - 30 seconds of Java translated to Korean...
Github's instructions: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
Add Turkish language support to the website. Acceptance criteria - Turkish can be selected from the language menu - The available Turkish content is shown on the website
Optimize the website so that it plays well with the search engines.