Thorbjørn Ravn Andersen

141
reputation
4

~50 milliskeet Senior Developer currently doing CI-CD related work at https://www.ufst.dk/

CV/resume: https://ravn.github.io/cv/


Smallest Hello World program I could write using the Dagger 2 dependency injection framework:

https://github.com/ravn/dagger2-hello-world


Smallest "Inject configuration strings with @Named" I could write using the Dagger 2 dependency injection framework:

https://github.com/ravn/dagger2-named-string-inject-example


Adding logging at class load time with instrumentation: An article I wrote way back for java.net to demonstrate what Java agents could help with.