Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Thorbjørn Ravn Andersen

Thorbjørn Ravn Andersen

Thorbjørn Ravn Andersen has asked 161 questions and find answers to 419 problems.

Stats

9.1k
EtPoint
2.4k
Vote count
161
questions
419
answers

About

~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.