Publications

These are my thoughts. I think a lot about software and engineering practices.

🎈 Expect Fun

RSS Feed

A series on Kotlin development, with a focus on multiplatform applications.

Builders are for Java

An exploration of when and how to use builder classes in Kotlin.

Values and Enums in Kotlin

An updated description of how to leverage the best parts of value classes in place of some enums.

⌨️ Generically Typed

RSS Feed

A collection of my thoughts, in no particular order.

Why not Medium?

An explanation of why I'm moving my articles to my own website, rather than rely on a platform like Medium or Substack.

Fixing Firefox's Session Restore After Restart

Firefox doesn't seem to respect the "open previous windows" setting when the browser is closed for a restart. As someone who likes to start from a clean slate, this was frustrating me quite a bit. I decided to fix it the hard way.