This is the first post on the Mash Lab blog. I'll use this space to write about what I'm building at the lab, things I learn along the way, and the occasional rant about mobile dev.
What you'll find here
Expect short, opinionated posts on:
- Android & Kotlin — patterns I actually use day-to-day, not theory.
- Building my projects — what I'm shipping from the lab, the good and the rough.
- AI-assisted development — how I work with tools like Claude Code without losing the plot.
The main thing I'm building right now is Clarity — a habit tracker, mood journal, and detox log app for Android and iOS.
Why a blog
Writing forces me to think clearly. If a post helps one other developer ship something, even better.
fun startBlogging() {
while (hasIdeas()) {
write()
ship()
}
}
More soon.