Using Kotlin "data class" in bi-directional JPA relations
Data classes in Kotlin provide an easy way to implement entity beans for JPA without a lot of boilerplate code. This also includes toString(), hashCode() and »
Data classes in Kotlin provide an easy way to implement entity beans for JPA without a lot of boilerplate code. This also includes toString(), hashCode() and »
This weekend I have been tinkering around with Kotlin, Spring Boot and Angular 4. I experienced how to combine everything in a multi-project using Gradle as »
Kotlin is an interesting language originally invented by JetBrains. Also you may be tempted to say that it's a "new" language it's in development »
If you want to get into embedded development beyond Arduino I will point you to a series of articles on the embedded.fm blog. In the »
I haven't published my progress in the last few days also I've been working on my Project. This is due to the fact that I have »