Skip to content
View arrazyfathan's full-sized avatar
🗒️
Daily journal
🗒️
Daily journal

Block or report arrazyfathan

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

Ar Razy Fathan Rabbani Banner Ar Razy Fathan Rabbani Banner

about More about me

val Razy = human {
    about {
        name = "Ar Razy Fathan Rabbani"
        role = "Android Engineer"
    }

    tech {
        day("Kotlin", "Android")
    }

    links {
        twitter = "@arrazyfathann"
        website = "arrazyfathan.com"
        linkedin = "linkedin.com/in/arrazyfathan"
        email = "arrazy.rabbani266@gmail.com"
        mastodon = "@arrazyfathan@androiddev.social"
        instagram = "arrazyfathan"
    }

    more {
      listOf(
        "- 🔭 I’m currently working on Android/Kotlin ",
        "- 👯 I’m looking to collaborate on Android projects ",
        "- 💬 Ask me about Android and Kotlin ",
        "- 📫 How to reach me: arrazy.rabbani266@gmail.com"
      )
    }
}

GitHub Activity

2025-04-17 — pushed 50a13ed to arrazyfathan/typescript-restful-api: "update folder name"

2025-04-14 — pushed 6e1a6d5 to arrazyfathan/typescript-restful-api: "update README.md"

2025-04-13 — pushed e83d40e to arrazyfathan/typescript-restful-api: "add: manual test and runInBand for sequential testing"

2025-04-13 — pushed 18bc5d3 to arrazyfathan/typescript-restful-api: "update README.md"

2025-04-13 — pushed 353199e to arrazyfathan/typescript-restful-api: "add postman collection"

2025-04-12 — pushed 73f5358 to arrazyfathan/typescript-restful-api: "update README.md:"

2025-04-12 — pushed eb880d5 to arrazyfathan/typescript-restful-api: "feat: add get list addresses api"

2025-04-12 — pushed 77de7de to arrazyfathan/typescript-restful-api: "feat: add remove address api"

2025-04-12 — pushed efa1606 to arrazyfathan/typescript-restful-api: "feat: add update address api"

2025-04-12 — pushed d9c86be to arrazyfathan/typescript-restful-api: "feat: add get contact api"

Inspired by Zac Sweeners's auto-updating profile README with Kotlin Implementation.

From: 10 September 2024 - To: 23 April 2025

Total Time: 250 hrs 35 mins

Kotlin                 111 hrs 2 mins  ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   43.33 %
JavaScript             31 hrs 4 mins   ⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   12.12 %
XML                    23 hrs 49 mins  ⣿⣿⣤⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   09.29 %
TypeScript             21 hrs 29 mins  ⣿⣿⣄⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   08.38 %
EJS                    8 hrs 4 mins    ⣷⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   03.15 %
Groovy                 7 hrs 7 mins    ⣶⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   02.78 %
Other                  5 hrs 42 mins   ⣦⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   02.23 %
HTTP Request           4 hrs 42 mins   ⣦⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   01.83 %
Gradle                 4 hrs 29 mins   ⣦⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   01.75 %
Dart                   4 hrs 11 mins   ⣤⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀⣀   01.64 %

© 2024 — Ar Razy Fathan Rabbani

Pinned Loading

  1. server-driven-ui server-driven-ui Public

    Explore the power of Server-Driven UI (SDUI) on Android with Jetpack Compose. This GitHub repository provides a concise example of how to implement dynamic and customizable user interfaces using Co…

    Kotlin 17 1

  2. NewsApp NewsApp Public

    Today News App is a modular Android application that showcases the usage of clean architecture, modularization, MVVM design pattern, and Dagger Hilt for dependency injection

    Kotlin 5 1

  3. Lerun Lerun Public

    Lerun is a running tracking application based on modern Android tech-stacks and MVVM architecture.

    Kotlin 2

  4. nytimes-android nytimes-android Public

    This project is an Android application that demonstrates the effective implementation of Clean Architecture in Android app development. It utilizes The New York Times API to fetch and display the l…

    Kotlin