KotlinWhat I learned about network programming with Kotlin/NativeA note to preface: you can find the project repository here. The origin story After a while developing software in Java, I was intrigued by all the praise of Kotlin and also interested in Kotlin/Native as a way to develop applications that don't require a VM to run. Inspired by this Golang implementation of traceroute, I settled on trying my hand at implementing traceroute with Kotlin/Native. tracerte is already available on every operating system, so why the hell would I rewrite it? Good qu
KotlinKotlin Multiplatform Mobile (KMM) Adoption: Insights and Lessons LearnedAt DEPT® we believe that Kotlin Multiplatform is a true game-changer. By sharing business logic between platforms, we had the opportunity to shift our focus to the UI aspects of an app.
KotlinKotlin Multiplatform Mobile: The Whats and WhysThe what could be described as a cross-platform solution for mobile development. But, there is a big difference between a cross-platform solution and Kotlin Multiplatform Mobile.