Explore >> Select a destination


You are here

www.jrebel.com
| | msfjarvis.dev
1.6 parsecs away

Travel
| | Part 1 of my #TeachingKotlin, this post goes over Kotlin classes, objects and how things like finality and staticity vary between Java and Kotlin.
| | solutionspace.blog
1.9 parsecs away

Travel
| | Records are part of the Java language since version 14. They are a useful feature for types that primarily capture data and avoid some of the boilerplate that Java is famous for. While many traditional class hierarchies could be translated to records, I found the discussion around which of them should be adapted to that...
| | piotrminkowski.com
1.5 parsecs away

Travel
| | This article shows the most significant new developer-friendly features after Java 8. It includes new switch expression, records or sealed.
| | golb.hplar.ch
20.3 parsecs away

Travel
| [AI summary] This article explains how to use regular expressions for string processing and introduces the VerbalExpressions library to make regex patterns more human-readable in Java and JavaScript.