You are here |
kylenazario.com | ||
| | | |
mikemikina.com
|
|
| | | | Vapor 3 has a very interesting dependency injection framework which will help you manage dependencies and mock them inside your tests. | |
| | | |
fusectore.dev
|
|
| | | | This is the first part in a series of articles on dependency injection for the play framework using guice. As soon as Ive written the next part, it will be linked here. Please note that while the examples are written in Scala, the principles apply for Java likewise. Furthermore, please be aware that Guice is not the only framework to do dependency injection with. It is probably the most prominent one in the play ecosystem though. Guice does so called runtime dependency injection. This means dependencies ... | |
| | | |
benoitpasquier.com
|
|
| | | | To be sure new code won't break old one already implemented, it's best practice to write unit tests. When it comes to app architectures, it can be a challenge to write those tests. Following an MVVM pattern, how to unit test a view and its viewModel? That's what I would like to cover here using dependency injection. | |
| | | |
www.shuttle.dev
|
|
| | How we provision TLS certificates for custom domains in Rust using the `instant_acme` crate. |