Explore >> Select a destination


You are here

blog.kotzilla.io
| | blog.gradle.org
13.4 parsecs away

Travel
| | We had a conversation with Adam Murdoch, the CTO of Gradle, about his journey from the very origins of Gradle. Adam offers insights into the latest features and discusses the future of build tools.
| | blog.jetbrains.com
11.6 parsecs away

Travel
| | Kotlin/Wasm is in Alpha! Continue reading to explore the capabilities of this technology.
| | www.marcogomiero.com
13.4 parsecs away

Travel
| | SERIES: Building a backend with Ktor Part 1: Structuring a Ktor project Part 2: How to persist Ktor logs Part 3: How to use an in-memory database for testing on Ktor Part 4: How to handle database migrations with Liquibase on Ktor Part 5 Generate API documentation from Swagger on Ktor Part 6: How to schedule jobs with Quartz on Ktor Part 7: Moving from mobile to backend development with Ktor It's been a few months since I've started working with Ktor to build the backend of Revelop.
| | in.relation.to
26.5 parsecs away

Travel
| Java 9 comes with a new feature very useful to library authors: multi-release JARs (JEP 238). A multi-release JAR (MR JAR) may contain multiple variants of one and the same class, each targeting a specific Java version. At runtime, the right variant of the class will be loaded automatically, depending on the Java version being used. This allows library authors to take advantage of new Java versions early on, while keeping compatibility with older versions at the same time. If for instance your library pe...