Explore >> Select a destination


You are here

www.feldera.com
| | github.com
5.3 parsecs away

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

Travel
| | Java was the first programming language I was taught at University, and the language I used for the first decade of my career. It continues to be a reliable companion throughout my software development career. Unfortunately, not having developed with Java professionally for several years, I've found there are many aspects of the modern Java language that I'm simply not familiar with. To rectify this, I've collected the major improvements to the language beginning with Java 8, combined with a short explanation of how they work and how to use them. It assumes you know Java, but don't really know Java. Hopefully, it can take you from experienced beginner to just plain experienced again.
| | ryanharter.com
5.5 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.
| | gist.github.com
11.4 parsecs away

Travel
| iteration. GitHub Gist: instantly share code, notes, and snippets.