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
javaPublishing to Maven Central, a retrospectivePackage management can be something of a headache, but it doesn't have to be that way. Here's some tips to get you on your way with Maven Central.