Happy Employees == Happy ClientsCAREERS AT DEPT®

Mike Hadam

A collection of 2 posts

What I learned about network programming with Kotlin/Native
Kotlin

What I learned about network programming with Kotlin/Native

A 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

Mike Hadam10 min read
Keep Reading
Publishing to Maven Central, a retrospective
java

Publishing to Maven Central, a retrospective

Package 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.

Mike Hadam3 min read
Keep Reading