Thanks to visit codestin.com
Credit goes to github.com

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
bchmsl/README.md
val bchmsl = Developer.Builder()
        .firstName("Bachana")
	.lastName("Mosulishvili")
        .age(Time.THIS_YEAR - 2002)
        .skills(
            mainSkills = listOf("Kotlin", "Android"),
            designPatterns = Pattern.MVVM,
            architecturePatterns = Pattern.CLEAN,
            architectures = listOf("Monolithic", "Modular"),
            otherSkills = listOf(
                JetpackCompose::class,
                unitTest,
            )
        ).experience(
            Personal(time = (2021.09f..Time.NOW)),
            Working(
                SpaceInternational(time = (2023.04f..Time.NOW))
            )
        ).contact(
            Facebook(name = "Bachana Mosulishvili"),
            Instagram(username = "bchmsl"),
            Threads(username = instagram.username),
            LinkedIn(url = "https://www.linkedin.com/in/bchmsl/"),
            Medium(url = "https://bchmsl.medium.com/")
        ).email(email = "[email protected]")
        .build().run { develop() }

Pinned Loading

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

  2. GBBank GBBank Public archive

    Forked from GiorgiDolidzee/GBBank

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

    Kotlin

  3. ChatApp ChatApp Public archive

    Kotlin 1

  4. QuizApp QuizApp Public archive

    Kotlin

  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