Skip to content
View GetRighhttt's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report GetRighhttt

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
GetRighhttt/README.md

Animated mobile engineering banner

Hey, I'm Stefan 👋

I’m a Senior Mobile Engineer with professional experience across Android, iOS, Flutter, and Kotlin Multiplatform. My deepest experience is in Android and Kotlin, but I enjoy working across platforms when the product or team benefits from shared architecture and code.

I build mobile applications, improve established codebases, and work on the systems around them: architecture, state management, lifecycle behavior, concurrency, testing, developer tooling, and delivery. I’m currently exploring Compose Multiplatform and practical AI-assisted development workflows.

Email · GitHub

What I work with

Area Experience
Mobile platforms Android, iOS, Flutter, Kotlin Multiplatform, and Compose Multiplatform
Android and Kotlin Kotlin, Java, Jetpack Compose, Views/XML, Coroutines, Rx, Flow, Room, Paging, Dagger/Hilt, Koin, Ktor, DataStore, and Gradle
iOS and cross-platform Swift, Flutter, Dart, KMP, and shared mobile architecture
Architecture MVVM, MVI, MVP, design patterns, state management, lifecycle-aware design, concurrency, and modularization
Data and services REST APIs, websockets, networking, persistence, Firebase, MySQL, and location-based features
Delivery and collaboration Git, Jenkins, ClickUp, BitBucket, Figma, Android Studio, Xcode, and modern mobile tooling
Additional experience Python, C++, C#, JavaScript, HTML, and CSS

How I approach engineering

  • Modernize established systems incrementally while protecting product stability.
  • Make lifecycle, state ownership, and concurrency behavior explicit and testable.
  • Pair architecture decisions with documentation and focused regression tests.
  • Use platform-native solutions where they add value and shared code where it is practical.
  • Choose the right level of code sharing across Android, iOS, Flutter, and KMP instead of forcing every feature into one approach.

Current interests

  • Compose Multiplatform and shared mobile experiences
  • Responsible, practical AI-assisted development workflows
  • Open-source projects and collaboration with other mobile engineers

Featured project

Recipe Compose is an Android application that combines recipe discovery, restaurant search, interactive maps, and driving directions.

The project demonstrates:

  • State-driven UI with Jetpack Compose, Material 3, ViewModels, and StateFlow
  • TheMealDB and Yelp integrations with debounced search and request cancellation
  • Explicit loading, error, and location-fallback states
  • Firebase authentication and Room-backed favorites
  • Google Maps Compose, adjustable destinations, and directions handoff
  • Credential injection, redacted authorization headers, and debug-only HTTP logging

View all public repositories

Certifications and continuing education

Let’s connect

I’m always interested in conversations about Android architecture, Kotlin, Compose Multiplatform, mobile design patterns, AI-assisted engineering, and open-source collaboration.

Get in touch by email or find me on GitHub.

Fun fact: “GetRighhttt” started as my Fortnite handle during college and followed me into software development.

Pinned Loading

  1. RecipeCompose RecipeCompose Public

    An application built with Jetpack Compose that gives users the capability to explore meals and recipes.

    Kotlin 1

  2. RickAndMortyAndroidMVVM RickAndMortyAndroidMVVM Public

    RIckAndMortyMvvm app just to practice paging and caching data with a recycler view. I will be adding in majority of the other jetpack components as well.

    Kotlin 3

  3. TriviaGame TriviaGame Public

    Created a Cartoon trivia game to practice iOS.

    Swift 2

  4. PokedexApp PokedexApp Public

    Building a Pokedex App in SwiftUI using MVVM and clean code.

    Swift 4

  5. ExpenseTrackerFlutter ExpenseTrackerFlutter Public

    Created an expense tracker in flutter. One of the first flutter projects that I have created.

    Dart 2

  6. Fast_API_Python Fast_API_Python Public

    Implementing basic CRUD to learn backend engineering in python.

    Python