Skip to content
View Czeach's full-sized avatar
πŸ₯²
πŸ₯²

Block or report Czeach

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
Czeach/README.md

Hello World πŸ‘‹

she/her

I'm EA πŸ™‚, an Android Engineer and a learning enthusiast. I am passionate about building android applications that improve user experience and solve problems. I enjoy working in teams and currently, I spend most of my time working on projects and Improving my skills as an android engineer.

I recently finished working remotely as an android developer at FrontendLabs, a London-based firm that develops mobile applications for a variety of clients, I'm now looking to join a team where I can use my skills to work on solutions that will have an impact and can be applied to a range of industries as well as be exposed to challenges that'll help me grow as an engineer.

πŸ“Œ Skills

  • Languages: Kotlin, Java, Dart
  • Tools: Git & GitHub, Android Studio

Technologies used:

  • MVVM & MVI architectures
  • Kotlin Coroutines
  • RxJava
  • Databases (Room persistence library & SQLDelight)
  • Retrofit
  • Ktor
  • API integration (REST & Graph QL APIs)
  • Dependency Injection (Dagger & Hilt)
  • Jetpack Compose
  • Kotlin Multiplatform Mobile
  • Testing (jUnit, Mockito)
  • Firebase
  • Google maps

⚑ Interests

  • Backend (Kotlin and Springboot)
  • Cloud engineering
  • Cyber security

πŸ”Ž Add ons

  • Fun fact: I love taking photos of the outdoors. I find the beauty in nature to be fascinating, and I am particularly obsessed with sunsets.

πŸ’‘ Current Status

πŸ“² Get in touch

Pinned Loading

  1. Chronos Chronos Public

    A native android application built in kotlin with it's UI entirely in Jetpack Compose. Timezone converter app that lets the user save live time of different locations, convert time from one locatio…

    Kotlin 3

  2. Breaking-Bad Breaking-Bad Public

    This is a simple Kotlin Multiplatform Mobile project that retrieves and stores all the characters of the Breaking Bad series from the breaking bad API.

    Kotlin 1

  3. Incidents Incidents Public

    A mobile app that lets users report incidents anywhere on the map and also view reported incidents

    Kotlin 4

  4. Muvies Muvies Public

    This is a native android application written in Kotlin. It is a movies app which displays movie data based on sorting criteria and extensive details of each movie and tv show. It fetches data from …

    Kotlin 6 4

  5. This is a file containing converter ... This is a file containing converter objects for SQLDelight database queries. To be updated ...
    1
    import com.squareup.sqldelight.ColumnAdapter
    2
    
                  
    3
    object SQLDelightConverters {
    4
    
                  
    5
        val listOfStringsAdapter = object : ColumnAdapter<List<String>, String> {
  6. A search bar implementation in jetpa... A search bar implementation in jetpack compose
    1
    import androidx.compose.foundation.layout.*
    2
    import androidx.compose.material.MaterialTheme
    3
    import androidx.compose.runtime.Composable
    4
    import androidx.compose.runtime.mutableStateOf
    5
    import androidx.compose.runtime.*