Skip to content
View fcenesiz's full-sized avatar
Block or Report

Block or report fcenesiz

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
fcenesiz/README.md
class AboutMe {
    val firstName = "Ahmet Fatih"
    val lastName = "Çenesiz"
    val linkedin = "https://www.linkedin.com/in/ahmet-fatih-çenesiz-a820b3183/"
    val appStore = "https://apps.apple.com/developer/ahmet-fatih-cenesiz/id1577137439?l"
    val playStoreCeesiz = "https://play.google.com/store/apps/dev?id=5348216302908550036&hl"
    val playStoreZisenec = "https://play.google.com/store/apps/dev?id=5999511083200869144"
-   val yearsOfExperience = 10
+   val yearsOfExperience = 11
    val roles =
        [
            "Native Android Developer",
            "Native Ios Developer",
            "Flutter Developer",
            "React Native Developer"
        ]
}


📬 Find me

Github Badge Linkedin Badge CraftBook

Pinned

  1. trail-effect trail-effect Public

    2d and 3d trail effect, on libgdx with ImmediateRenderer20 and ModelBatch

    Java 15

  2. quad-tree quad-tree Public

    QuadTree which is written with Libgdx. This can use for collision detection optimization.

    Java 1

  3. sticky-grid-view sticky-grid-view Public

    StickyGridView optimizes itself and all its sub-elements and prevents delays.

    Dart 2

  4. decision-tree decision-tree Public

    Decision Tree (ID3) algorithm, easy implementation and usage.

    Kotlin