Skip to content
View nurmaj's full-sized avatar
  • Bishkek, Kyrgyzstan
Block or Report

Block or report nurmaj

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
nurmaj/README.md

Aloha everyone!

I'm Nurmat, Senior Software Engineer with 9+ years experience from Bishkek, Kyrgyzstan.
Mostly I work with native mobile app development for both Android and iOS.
During project development I follow all principles of the Clean Architecture and the recent app trends.
I'm open and excited on collaboration on interesting and innovative projects.

Skills and Experience

Android
  • Kotlin, Java
  • Jetpack Compose, XML Layouts, NavGraph
  • Room, Retrofit, GraphQL, Dagger-hilt
iOS
  • Swift, Objective-C
  • SwiftUI, UIKit
  • Firebase
Web
  • PHP, JavaScript, SQL
  • Laravel
  • REST API

Links to projects

- App Store Developer Page -> https://apps.apple.com/...
- Google Play Market Developer Page -> https://play.google.com/...

Contacts

Pinned

  1. nurmaj.github.io nurmaj.github.io Public

  2. SwiftUI TabView Orientation change fix SwiftUI TabView Orientation change fix
    1
    import SwiftUI
    2
    
                  
    3
    struct TabViewRotationFix: View {
    4
        @State
    5
        private var selectedTab = Int.zero
  3. NetworkConnectivityFlow.kt NetworkConnectivityFlow.kt
    1
    import android.content.Context
    2
    import android.net.ConnectivityManager
    3
    import android.net.Network
    4
    import android.net.NetworkCapabilities
    5
    import android.net.NetworkRequest