/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.p-y.wtf
| | www.arunkumar.dev
4.5 parsecs away

Travel
| | Exploring how Dagger can be extended to add project specific dependency graph valditations for even more robust compile time verification.
| | ryanharter.com
2.4 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.
| | markphelps.me
4.5 parsecs away

Travel
| | An explanation of Dependency Injection in Go and why it's useful.
| | www.avanderlee.com
28.3 parsecs away

Travel
| Using the #Preview Swift Macro you can create previews more quickly for all your SwiftUI, UIKit, and AppKit views.