IT news, January 2023
Kotlin Kotlin Flashcard gameFunny way to learn some Kotlin basics. Avoid Callback Hell With Kotlin Coroutines - MiguelAnother approach to coroutines. Extension Functions: Motivation - Gabriel ShanahanExplains why to use…
Kotlin Kotlin Flashcard gameFunny way to learn some Kotlin basics. Avoid Callback Hell With Kotlin Coroutines - MiguelAnother approach to coroutines. Extension Functions: Motivation - Gabriel ShanahanExplains why to use…
Java To var, or not to var, that is the question - Victor HugoI also tend to use 'var' often, here are some good reasons for that7 Java Gems Experts…
Kotlin Kotlin vs. Java: The Clean Code Edition - Auxo Good examples where Kotline shines over Java Java Apache Commons Compress A library for lossless data compression Hash4j: a new…
Kotlin Mutation Testing in Kotlin - isabel garridoUsing PIT to find test gaps Using Higher Order Functions to Retry Errors In Kotlin - Refactoring to Kotlin with Duncan McGregorNice to…
Since more than 30 years I have to write good documentation. On the university I used to write documents with TeX and LaTeX because of the high quality output. The more professional the output is, the more professional the content looks to the reader. LaTeX offers a lot of possibilities to style your document so the reading can be fun. But LaTeX isn’t that simple. In my current projects I searched for a documentation tool that is wide spread, free and simple. The answer was Asciidoctor for me.
(more…)
Maybe you have heard of Spring REST Docs? There is another possibility to simplify the API documentation process: Spring Auto REST Docs!
(more…)
I want to show you, what changes to your Maven pom.xml you have to make to add Spring Auto REST Docs to your project. At then end you only have to copy-and-paste some code from this blog and there you go!
(more…)