yurii.
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.

Filtered by:Kotlinclear filter
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.
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.
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.
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.
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.
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.