Technology & platformsince 2016⏱ ~1 min

Kotlin

Modern statically typed programming language for JVM - Tvimenning's primary language for backend services.

Kotlin is a statically typed programming language developed by JetBrains that runs on the JVM. Kotlin is 100% interoperable with JavaObject-oriented programming language - platform-independent and widely used in enterprise systems and backend development. and is Google's preferred language for Android development. In backend development, Kotlin is used with Spring BootFramework for quickly building production-ready Java/Kotlin backends with built-in configuration. to build robust, strongly typed services. Kotlin has a more concise syntax than Java, built-in null safety and powerful features for coroutines (asynchronousCommunication or programming pattern where processes do not need to wait for each other - used in message-based systems and event-driven architecture. programming).

Development