|
You are here |
blog.p-y.wtf | ||
| | | | |
et1337.wordpress.com
|
|
| | | | | In the wake of this brief description of my component binding system, I was asked to provide more details on its implementation. This article is my best attempt to do so! This is a tale of intrigue, excitement, and wonder, in which I try to implement a component-entity system in C#, and stumble upon a... | |
| | | | |
dagger.dev
|
|
| | | | | Dagger is a fully static, compile-time dependency injection framework for both Java and Android. | |
| | | | |
ryanharter.com
|
|
| | | | | 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. | |
| | | | |
www.stevejgordon.co.uk
|
|
| | | In this post, I cover the steps required to create and sign a JWT and use it to authenticate a GitHub App built using .NET. | ||