Explore >> Select a destination


You are here

mustafaali.net
| | www.lambdalatitudinarians.org
2.7 parsecs away

Travel
| | Lately I've been doing a lot of work in a relatively new programming language: Kotlin. From my experience, I've concluded that Kotlin is pretty rad. If you've considered learning Kotlin, or just using it in a personal project, this post might help you with your decision. Below, I hope I'll (attempt) to tell you a little bit about my experience with Kotlin, and describe what I liked about Kotlin and what I didn't like.
| | www.jrebel.com
2.6 parsecs away

Travel
| | The JEP 359: Records preview language feature proposes an easier, clearer way to write data aggregate classes in Java. See more.
| | inside.java
3.9 parsecs away

Travel
| | While the concept of serialization is quite simple, it often gets complicated very quickly given the various customizations that can be applied. For records we wanted to keep things as simple and straightforward as possible...
| | endoflineblog.com
25.4 parsecs away

Travel
| With the latest release, Jilt, my Java library for auto-generating Builder classes, now supports a new style of Builders, called Functional Builders.