Nikita / Product developer

Complex workflowsbecome clear products.

I design the user journey, interface, and technical foundation as one system.

Contact

A product does not start with code.

I first learn how people work today: who makes decisions, where information gets lost, and what the outcome needs to be.

  • 01Understand the processFind the sources of errors, manual work, and decision points.
  • 02Design the systemConnect the user journey, domain model, and responsibility boundaries.
  • 03Build and verifyImplement states, tests, operations, and a clear path for evolution.

I design a system, not a set of screens.

I connect roles, states, and data into one continuous user journey.

  • Legal platform
    RequestLawyerResult
  • Attendance system
    PassVisitReport
  • SiteSupply
    LocationProductDelivery

I build the whole product.

I connect the interface, business logic, data, and operations into one maintainable system.

Interface
Business logic
Data
Operations

I verify the path to the outcome.

I test the complete user scenario, including failure states and the next actions, not only isolated screens.

Clear journey
Predictable states
Room to evolve

Three products. One principle.

I start with the real workflow, then shape the interface and architecture around it.

Gym attendance system

A mobile system replaces the paper log with one short flow for members, passes, visits, and reports.

Problem

Administrators record visits, calculate balances, and rebuild the same data for official reports by hand.

Solution

An Android workflow for a desk without a computer, plus a formal PDF report for the responsible manager.

SearchPassVisitReport
My work

Discovery / Domain model / UX/UI / System architecture

Planned foundation

Android / Spring Boot / PostgreSQL / OpenAPI / Docker

SiteSupply

The app tracks products by location, from a shared catalog to quantities and delivery status on site.

Problem

Procurement across locations becomes hard to control when lists and statuses have no shared product model.

Solution

A local Android app with locations, a reusable catalog, quantities, and clear movement for every item.

LocationCatalogQuantityStatus
My work

Product design / Android architecture / Compose UI / Local persistence

Foundation

Kotlin / Jetpack Compose / Room / Hilt / Material 3