Posts

Showing posts from March, 2026

The Android Developer Aliases I Use Every Day on MacOS

As an Android developer, I spend a lot of time in the terminal running Gradle commands. Over time I've built up a set of small but powerful aliases that save me keystrokes every single day. Here are the ones I actually use.

Building a Private Local AI Agent with Java 21 and Spring Boot

Image
I've just released minimal-java-agent , an open-source template for building AI-powered agents using Java 21 and Spring Boot 4.0.3. The focus is on keeping it minimal, performant, and 100% local. AI chat using Postman on localhost

🤖 Minimal Clean Architecture

Image
I've just updated my minimal-clean-architecture—a minimal Android project template with Clean Architecture principles, Kotlin, Jetpack Compose, Koin and Room.  Whether you're prototyping an idea or starting a production app, this template gives you a solid foundation with minimal setup.