-
-
Notifications
You must be signed in to change notification settings - Fork 27k
#450 Blog: Queue-Based Load Leveling Pattern #526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Created blog for Queue-load-level-pattern.
Added images for queue-load-leveling design pattern.
iluwatar#450 Queue-Based-Load-Leveling Blog
Moved images to assets directory.
The images show just fine on my local Jekyll. Did you check the instructions here https://github.com/iluwatar/java-design-patterns/wiki/07.-Working-with-the-web-site? |
|
@Amarnath510 we cannot take images from another web site and use them on ours because of copyright issues. I recommend that you create the images for the blog yourself. |
Added new images for queue based load leveling pattern.
I have added new images and removed the old ones due to copyright issue. Also explained each of the core classes in detail.
@iluwatar I have updated the images and added description for the core classes. |
To add an author, first add your shortname (e.g. mo3, ilu, ...) and your details in the people.yml. |
@Amarnath510 looks good already. Great pictures! Here are some additional comments:
|
Added code for all the core classes.
Added author name and github username.
Added author name with same name from people.yml file.
baseurl: "/java-design-patterns" # the subpath of your site, e.g. /blog/ | ||
url: "https://iluwatar.github.io" # the base hostname & protocol for your site | ||
baseurl: "" # the subpath of your site, e.g. /blog/ | ||
url: "http://localhost:4000" # the base hostname & protocol for your site |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change? with jekyll serve
in the java-design-patterns directory it should display the site correctly including all links, because they are relative. Jekyll serves the site under http://127.0.0.1:4000/java-design-patterns/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@markusmo3
My mistakes I have not reverted my local changes in the config file.
Reagarding the change, it was mentioned at jekyll kick start point 6. So I have changed it locally.
I will revert the changes and commit again.
@markusmo3 / @iluwatar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The blog post looks good and ready to publish to me. @markusmo3 if you approve too I will merge it. @Amarnath510 you still have a chance to update the blog post date and look for typos.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
@iluwatar Okay I will check for typos once again. |
You can set the date by changing the filename of the post e.g. |
@iluwatar Thanks for the quick response. I have changed the blog post name and there are no typos. |
Well done @Amarnath510, it is now live at http://java-design-patterns.com/blog/. Looking forward to your further high quality contributions! 👍 |
👍 👍 👍 |
I have added blog for Queue-Based Load Leveling Pattern. Please review the same.
There is one problem with images. I have added images to assets directory but still the images are not getting resolved. Please let me know how to resolve this issue.