Things I helped build
Closed Source
Various Customer projects. It’s been 10+ years after all :)
Sandboxes
Sandboxes are small code playgrounds where I play around with various tech.
I usually publish them to github with the -sandbox
postfix.
They are not thoroughly documented but still very helpful as examples.
Things of note are:
Api-First
CodeGen
Concurrency
-
Kotlin Coroutines + TornadoFx, even includes a small coroutine cheatsheet
HyperLands Architecture
Hypermedia API
Strongly Typed not Stringly Typed
Testing
-
Custom JUnit5 test reports, pairs very well with Allure JUnit5 test reports
-
Gradle Testsuite to separate tests, before I used the testsets community plugin