You are here |
www.rafa.ee | ||
| | | |
programming.dev
|
|
| | | | I built a library for working with a compression format used by Godot. It's my first Rust library and I thought the little bit of reverse engineering I did for the format would make for an interesting blog post. Let me know what you think! (Reposting because I still don't know understand the lemmy UI lol) | |
| | | |
bbrks.me
|
|
| | | | Software Engineer & Gopher | |
| | | |
lemmy.bestiver.se
|
|
| | | | Comments [https://news.ycombinator.com/item?id=44685875] | |
| | | |
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 ... |