Alexander Heusingfeld
Alexander Heusingfeld
There direct links e.g. to SLF4J and Logstash instead of Footnotes.
- Focus on how to estimate the impact of NOT having Automated Tests - Name different types of automated tests. - unit tests: - Java: JUnit, Spock (https://code.google.com/p/spock/wiki/WhySpock) - UI...
A great piece by Ron Jeffries: http://xprogramming.com/articles/refactoring-not-on-the-backlog/ The main point IMO is that patterns like YAGNI also imply to refactoring and that refactoring should actually be understood as "factoring the...
I have used this pattern multiple times now and would like to know your thoughts about including this into aim42. It could be seen as a specialization of #38. ---...
I'm currently using Gherkin feature files (https://docs.cucumber.io/gherkin/reference/) to enable my teams to contribute Quality Scenarios which might otherwise be missed. These are most often (implicit) assumptions they make while working...
Currently the created docx and pdf will get the same filename as the source document. In our case this is index.adoc resulting in index.pdf. It’d be great to change the...
In Readme.md you wrote "Requirements: JDK 7 (update 4 or higher)" but in the pom.xml of the client it says "1.6". Which one is correct? Cheers Alex
I'm currently running Keepass 2.22 on CrossOver 12.2.1.26977 on Mac OS X 10.8.4. Crossover is a customized Wine To access keepass in Firefox I - downloaded KeepassHTTP from https://github.com/pfn/keepasshttp (to...
The `storesByLocationLink` which is defined by the spring-data-rest interface `StoreRepository` doesn't have any template variables. The JSON of the "rest-microservice-store" looks like this: ``` $ curl http://localhost:8081/stores/search { "_links" :...
There are some parts of the HTML that look very different in Confluence. - replace `:toc:` with `` - replace Note with `${body}` - replace `` with `` Feedback welcome