Hello Everyone,
I'm new to programming and want to learn Kotlin as my first language. I'm currently a Private Cloud Admin but was wondering if anyone uses Kotlin in the Cloud/DevOps space?
t
Timo Gruen
04/27/2023, 6:39 AM
I’ve been working with kotlin the past ~5 years especially in cloud scenarios. At least in EU you can find plenty of companies using Kotlin for business applications in the cloud
a
Alexander Girke
04/27/2023, 7:20 AM
I know that Kotlin can be pretty useful when creating a DSL (Domain Specific Language), which is probably relevant in many DevOps use cases - an example for such a DSL would be https://dev.to/jmfayard/github-actions-a-new-hope-in-yaml-wasteland-1i9c by @jmfayard -> let’s you write Kotlin instead of yaml for Github Actions. Might be also a good starting point for learning Kotlin 😉