Notes on Android, Kotlin and shipping.
3 posts

Building My Own Static Site Generator: A 9-Year Journey Home
After 9 years of framework hopping—from Jekyll to Hugo to Nuxt to Next.js—I finally built exactly what I needed. This is the story of how a Kotlin developer with just enough JavaScript built a static site generator with Claude's help.

Making SDKMAN Java Work with macOS: A One-Line Fix
How to make /usr/libexec/java_home find JDK installed using SDKMAN on macOS. Fix Xcode build failures and tool integration with a single command.

Injecting JavaScript code into Android Webviews Two Ways
Mastering sending/receiving data to/from android web views. How we interact with them. A fully functional app inside