← back home
Systems I've shipped
Every row below is a piece of infrastructure, not a screen. Status on the right tells you where it stands.
YEARSYSTEMSTACKSTATUS

2026
IN PROGRESS→
AOSP Platform Customizations
A set of AOSP/SystemUI-level platform tweaks: suppressing system notifications on demand, hiding camera/mic privacy indicators on Android 13, log rotation for the on-device MQTT broker via a custom init.rc process, and kiosk-mode setup.

AOSP Platform Customizations
A set of AOSP/SystemUI-level platform tweaks: suppressing system notifications on demand, hiding camera/mic privacy indicators on Android 13, log rotation for the on-device MQTT broker via a custom init.rc process, and kiosk-mode setup.
Android Open SourceKotlin+1
IN PROGRESS→

2026
IN PROGRESS→
ONVIF surveillance framework for Android/JVM
Working on JVM/Android streaming library for ONVIF-compliant IP cameras, built to run four simultaneous Wi-Fi camera feeds on the same constrained hardware that runs the rest of the platform. It's the project I'm actively building right now.

ONVIF surveillance framework for Android/JVM
Working on JVM/Android streaming library for ONVIF-compliant IP cameras, built to run four simultaneous Wi-Fi camera feeds on the same constrained hardware that runs the rest of the platform. It's the project I'm actively building right now.
KotlinJVM+5
IN PROGRESS→

2025
SHIPPED
Compose Dynamic Design System
A fully reusable design system with over a hundred components, including buttons, lists, interactive elements, animations, on-screen keyboards, dialogs, and much more. Each element is fully customizable and supports multiple states.

Compose Dynamic Design System
A fully reusable design system with over a hundred components, including buttons, lists, interactive elements, animations, on-screen keyboards, dialogs, and much more. Each element is fully customizable and supports multiple states.
KotlinJetpack Compose+1
SHIPPED

2024
SHIPPED
Feature Scaffolding Plugin
An Android Studio plugin that generates the full package structure and minimal viable code for a new feature — removing boilerplate from the day a feature starts.

Feature Scaffolding Plugin
An Android Studio plugin that generates the full package structure and minimal viable code for a new feature — removing boilerplate from the day a feature starts.
KotlinAndroid Studio+4
SHIPPED

2024
SHIPPED→
AsyncAPI to Kotlin Compiler
AsyncAPI describes the messages a service publishes and subscribes to; this compiler turns that specification directly into working Kotlin - the MQTT broker client, project specification files, message models, and topic wiring generated automatically, with HiveMQ used for the generated client at runtime.

AsyncAPI to Kotlin Compiler
AsyncAPI describes the messages a service publishes and subscribes to; this compiler turns that specification directly into working Kotlin - the MQTT broker client, project specification files, message models, and topic wiring generated automatically, with HiveMQ used for the generated client at runtime.
PythonHiveMQ+6
SHIPPED→

2024
SHIPPED→
Building FlowBus - An event backbone for a large Android system
An overview of the whole story behind one of the most complex systems I've built.

Building FlowBus - An event backbone for a large Android system
An overview of the whole story behind one of the most complex systems I've built.
KotlinFlows+3
SHIPPED→

2024
SHIPPED→
How I Built This Site: From a Static Portfolio to a Self-Hosted CMS
This site didn't start as a CMS - it started as a static Vite SPA with a hand-built design system. Here's the full story of how it turned into a database-backed Next.js app with its own admin panel, bilingual content, and a VPS I provisioned myself.

How I Built This Site: From a Static Portfolio to a Self-Hosted CMS
This site didn't start as a CMS - it started as a static Vite SPA with a hand-built design system. Here's the full story of how it turned into a database-backed Next.js app with its own admin panel, bilingual content, and a VPS I provisioned myself.
TypeScriptNext.js+2
SHIPPED→