Ilkka Seppälä

Results 718 comments of Ilkka Seppälä

Oh yes, please share your vision @Thegreatsonofigma

The prototypes look awesome! If we could implement it, the web site user experience would be completely on the next level. Great work @Thegreatsonofigma 💪

Sorry, but can't reproduce it in my local or CI env

Hey @flow6979, maybe a good starting point would be to research how rate limiting has been implemented in popular open source API management solutions like these: 1. **Kong** - A...

Sounds good @ylcn91, but according to my books @flow6979 is already working on this

@smile-ab are you still working on this issue?

Don't know about other IDEs, but in IntelliJ IDEA you can reproduce the warnings by using command 'Analyze - Inspect Code' on the `layered-architecture` module.

Sure @ankurnotwarikoo Here are a couple of good starting points to get started with Github and this project: - https://docs.github.com/en/get-started - https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute

Checkstyle is configured here: https://github.com/iluwatar/java-design-patterns/blob/master/pom.xml#L334-L356 It uses built-in Google Checks. We have added some of our own rule suppressions. IDE instructions have some hints on how to work with Checkstyle...

Noticed that we have a partly duplicate issue https://github.com/iluwatar/java-design-patterns/issues/2936