← на главную
Системы, которые я довёл до релиза
Каждая строка ниже - это инфраструктура, а не экран. Статус справа показывает, на каком этапе она сейчас.
ГОДСИСТЕМАСТЕКСТАТУС

2026
В РАБОТЕ→
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
В РАБОТЕ→

2026
В РАБОТЕ→
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
В РАБОТЕ→

2025
ГОТОВО
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
ГОТОВО

2024
ГОТОВО
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
ГОТОВО

2024
ГОТОВО→
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
ГОТОВО→

2024
ГОТОВО→
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
ГОТОВО→

2024
ГОТОВО→
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
ГОТОВО→