Skip to content
View bchmsl's full-sized avatar
⚑
⚑

Block or report bchmsl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bchmsl/README.md

πŸ‘‹ Hi, I'm Bachana Mosulishvili

Android Engineer @ Space International (TBC Uzbekistan)
Building scalable, production-grade mobile banking applications.


πŸ’‘ About Me

I’m an Android Engineer focused on building reliable, scalable fintech products.
My work revolves around clean architecture, modular systems, and production-quality code.

  • πŸ“± Working in Bills & Payments domain
  • 🧱 Designing modular Android architectures
  • βš™οΈ Focused on performance, maintainability, and scalability
  • 🧠 Strong believer in Clean Code & SOLID principles
  • 🌍 Based in Tbilisi, Georgia

🧠 Engineering Mindset

    val engineering = mindset {
        prioritize("Clarity over cleverness")
        design("Architecture before implementation")
        optimize("Developer experience & maintainability")
        deliver("Stable, production-ready features")
    }

πŸ›  Tech Stack

Core

  • Kotlin
  • Android SDK

UI

  • Jetpack Compose
  • XML

Architecture

  • Clean Architecture
  • MVI / MVVM
  • Modularization

Async & Data

  • Coroutines
  • Flow
  • REST APIs

Tooling

  • Gradle (Kotlin DSL)
  • CI/CD pipelines
  • GitHub workflows

Testing

  • Unit Testing
  • TDD

🚧 What I'm Building

  • πŸ“Š GitHub PR Dashboard
    Custom dashboard for filtering and reviewing pull requests with performance optimizations and mobile-first UI.

  • 🧩 Modular Android Systems
    Structuring large-scale apps into clean, maintainable feature modules.


πŸ“ˆ GitHub Insights

Most of my work is in private fintech repositories, so public stats don’t fully reflect my activity.


πŸ”— Links


πŸ“¬ Contact

πŸ“§ bachanamosulishvili@gmail.com


⚑ Fun Fact

    fun debug(issue: Bug): Solution {
        return reproduce(issue)
            .also { logEverything() }
            .let { findRootCause(it) }
            .also { fixCleanly() }
    }

Pinned Loading

  1. focusly focusly Public

    TypeScript

  2. NBStocks NBStocks Public archive

    NB Stocks is a stock trading application. You can manage your balance, track stock prices in realtime, and ease your life.

    Kotlin

  3. GBBank GBBank Public archive

    Forked from GiorgiDolidzee/GBBank

    Digital bank to manage your balance, track exchange rates, and ease your life.

    Kotlin

  4. ChatApp ChatApp Public archive

    Kotlin 1

  5. StockMarketApp StockMarketApp Public archive

    Stock Market App with Jetpack Compose, Clean architecture, SOLID and DI (Dagger Hilt). Based on Phillipp Lackner's Tutorial

    Kotlin

  6. RandomTextGenerator RandomTextGenerator Public archive

    JavaFX desktop application to generate random text. Currently supports Georgian and English languages.

    Java