Explore >> Select a destination


You are here

dagger.dev
| | msfjarvis.dev
2.2 parsecs away

Travel
| | Dagger is universally intimidating to beginners and I want to change it.
| | ryanharter.com
1.9 parsecs away

Travel
| | I recently gave a presentation about how Dagger works under the hood, and I was once again struck by the elegance of the javax.inject.Provider interface. The interface is so simple it almost seems useless, but it's also incredibly flexible, and forms the basis of much of the code generated by Dagger. Like many dependency injection frameworks for JVM languages, Dagger uses and builds on the standard set of annotations for injectable classes defined in JSR-330 and provided in the javax.
| | mikemikina.com
1.6 parsecs away

Travel
| | Vapor 3 has a very interesting dependency injection framework which will help you manage dependencies and mock them inside your tests.
| | blog.ploeh.dk
15.7 parsecs away

Travel
| Is dependency injection really just passing an argument? A brief review.