Skip to content
View fcenesiz's full-sized avatar

Block or report fcenesiz

Report abuse

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

Report abuse
fcenesiz/README.md

Ahmet Fatih Çenesiz

Mobile Software Developer


About

Mobile developer with experience in native Android, native iOS and cross-platform frameworks.
Production experience includes applications published on both :contentReference[oaicite:0]{index=0} and :contentReference[oaicite:1]{index=1}.

Focus areas:

  • Mobile architecture design
  • Cross-platform development
  • API integration
  • Scalable application structure
  • Production deployment pipelines

Tech Stack

Mobile

  • Android (Kotlin)
  • iOS (Swift)
  • Flutter
  • React Native

Backend / DevOps exposure

  • REST APIs
  • Docker (basic–intermediate usage)
  • CI/CD concepts
  • Microservice architecture (consumption level)

Experience

class AboutMe {

    val firstName = "Ahmet Fatih"
    val lastName = "Çenesiz"

    val linkedin = "https://www.linkedin.com/in/ahmet-fatih-çenesiz-a820b3183/"
    val github = "https://github.com/fcenesiz"

    val appStore = "https://apps.apple.com/developer/ahmet-fatih-cenesiz/id1577137439?l"

    val playStore = mapOf(
        "Ceesiz" to "https://play.google.com/store/apps/dev?id=5348216302908550036&hl=tr",
        "Zisenec" to "https://play.google.com/store/apps/dev?id=5999511083200869144"
    )

    val yearsOfExperience = 14

    val roles = listOf(
        "Android Engineer (Native)",
        "iOS Engineer (Native)",
        "Flutter Developer",
        "React Native Developer"
    )
}

Pinned Loading

  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