Explore >> Select a destination


You are here

blog.bittersweetryan.com
| | ryanharter.com
14.7 parsecs away

Travel
| | In my last article, I gave a basic introduction to AutoValue, the code generating annotation processor that makes immutable value types in Java easy. Now I'd like to take a bit of a deeper look at AutoValue and how it works. Compile Time Annotation Processing First things first, AutoValue is a compile time annotation processor. This means that it only runs when you compile your code, as opposed to when your app is running.
| | seroter.com
16.5 parsecs away

Travel
| | Today's links look at multi-cloud analytics, deploying to "anything" using a cloud-based CD tool, and how to call the Gemini model from Go code.
| | github.com
16.9 parsecs away

Travel
| | From Java To Kotlin - Your Cheat Sheet For Java To Kotlin - amitshekhariitbhu/from-java-to-kotlin
| | www.java-tv.com
78.2 parsecs away

Travel
| Do you want to spend time learning Kubernetes or writing YAML files? How is that helping you to fix your bugs or deliver new features? While Kubernetes has done a fantastic job pushing cloud-native applications forward, it has complicated the life of Java developers. It is hard to keep up with a landscape of forever-growing